cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Retrieve Attachments from Workflow

Former Member
0 Likes
1,302

Hi,

I need to attach the documents from presentation server/application server to workflow and then need to store this attachments into (cprojects documents tab) portal.

So can anyone tell me what exactly need to do for this process.

I can attach the documents by using BO:sofm and method attach into workflow but where are this attachments stored so that i can retrieve them.Another problem is how to place this attachments in cprojects in portal.

Please advise if anyone worked on this anytime.

Thanks

Ashu

View Entire Topic
imthiaz_ahmed
Active Contributor
0 Likes

To retrieve the attachment, you have to use FM SAP_WAPI_GET_ATTACHMENTS and SO_OBJECT_READ together. Regarding storing in cFolders, you need to search in a different forum.

Regards, IA

Former Member
0 Likes

Imthiaz,

thanks for your reply.

Can you please explain me briefly.

How do i need to pass the values from FM SAP_WAPI_GET_ATTACHMENTS to other FM 'SO_OBJECT_READ'.

Thanks

Ashu

imthiaz_ahmed
Active Contributor
0 Likes

Pass on the object id.

Regards, IA