Where can I access workflow attachments?

Where can I access workflow attachments?

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.

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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.

This was first published in October 2006