Show TOC

Deleting Attachments from a Work ItemLocate this document in the navigation structure

Concept

This action deletes attachments from a Workflow work item. For this, you need to implement the HTTP DELETE operation on the Attachment Collection.

To delete attachments from a Workflow work item:

  1. On the SAP Gateway system, go to transaction SPRO, open the SAP Reference IMG and navigate to Start of the navigation path SAP NetWeaver Next navigation step SAP Gateway Next navigation step OData Channel Next navigation step Administration Next navigation step General Settings Next navigation step Activate and Maintain Services End of the navigation path.

  2. Select the Workflow service.

  3. Choose Call Browser.

  4. Execute a DELETE request on the AttachmentsCollection.

  5. Select the entry you wish to delete.

  6. Execute a DELETE request on the entry's ID.