How do I add an SAP object to an email in order to recover it in the workflow container?

How do I add an SAP object to an email in order to recover it in the workflow container?

I need to send an email with an attachment (external document: txt, Office, etc). I do not know how to add this kind of document as an SAP object in order to be able to recover it in the workflow container (_Adhoc_Objects). Can you help?

    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.

Your best bet to achieve this is to convert the external document (TXT, XLS, DOC, etc) into an object instance of the SOFM type. Then you can bind it in to either _Adhoc_Objects or _Attach_Objects.

You can use method SOFM.ImportFile to create a SOFM based document on your external file.

This was first published in April 2007