By
Published: 04 Oct 2006
I have an approval workflow. Some approval person attached a remark with a Doc file. Where does SAP keep the information regarding those kinds of attachments? In which tables? Who inserted the attachment? I want to show the attachment information later in a dialog or in a portal.
Hi Yaniv,
To be completely honest, I do not really know which tables the attachments are kept. The good news is that it doesn't really matter. If you want to get access to the workflow attachments you can use Function Module SAP_WAPI_GET_ATTACHMENTS. This will return all the attachments of a work item.
The multi-line parameter attachments will have an instance(s) of SOFM. You can loop through those and display the created user ID and more.
Dig Deeper on SAP selection and implementation
Find out how to configure clients so that the same version of an SAP workflow item is used when the workflow is triggered in separate clients.
Continue Reading
An SAP user has created a user decision step in an SAP workflow item and wants to know how an end user can send an attachment to other users.
Continue Reading
A SearchSAP.com reader wants to know how to hide the forward button in an SAP Business Workplace toolbar.
Continue Reading