cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO READ THE ATTACHMENT

Former Member
0 Kudos

I have attached the adobe form to the work item . then approver will enter some values inthe adobe form again he will send it back. the thing is i have to read the adobe form data of the attachment.. now i have attachment key SOFM FOLXXXXXXXXXXXXX. IS THERE .

I have done like this to get the attachment value : sap_wapi_get_attachments, then i passed that Docid to SO_DOCUMENT_READ_API1 THEN I AM GETTING BINARY DATA but i am unable to find the size of that attachment , if i know the size of the doc i can easily get the xstring by using binarydata and size so pls suggest me is this proper way to do this so pls suggest me

IS THERE ANY WAY TO find the xstring of that attachment

Accepted Solutions (0)

Answers (2)

Answers (2)

bpawanchand
Active Contributor
0 Kudos

Use the FM SAP_WAPI_GET_ATTACHMENTS

surjith_kumar
Active Contributor
0 Kudos

Hi,

Check these FM BAPI_ERC_READ_ATTACHMENTS & ISLB_READ_SOLUTION_ATTACHMENT.

Regards,

Surjith