cancel
Showing results for 
Search instead for 
Did you mean: 

How to download all Sales order attachments (anything image, pdf, xls whatever) to Application Server throgh ABAP program?

Former Member
0 Kudos

Hi Experts,

I need to download all the attachments (whatever type it is) attached to any sales order and purchase order in the ECC system to application server. I am already able to download them through abap program to the presentation server or desktop. But FM  SO_OBJECT_DOWNLOAD does not work to download to app server. Please help.

Thanks,

JC

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Can you explain your business requirement clearly, I could understand you would like to store the sales order and PO document to application server. Basically it will be in application server / content server.

Can you let us know currently where the documents are (I.e which server) is that content server.

Please explain your requirement/ business scenario.

Rgds,

Nayeem

Former Member
0 Kudos

They are simple GOS attachments. currently they are in the SAP ECC along with the main documents. I need to download them separately into a folder in Application server.

Thanks,

JC

Former Member
0 Kudos

Check this FM.

BAPI_DOCUMENT_GETLIST to get the details of GOS attachment.


http://scn.sap.com/thread/447038


Rgds,

Nayeem.

Former Member
0 Kudos

Hi Sunil,

Thanks for your response. I am able to download the attachments already nto presentation server. The issue is its not downloading to application server. Can you please help?

sunil_yadav2
Active Contributor
0 Kudos

Hi JC,

please refer below link:

thanks

Sunil

sunil_yadav2
Active Contributor
0 Kudos

Hi JC,

Please go through below link hope this will help you:

http://it.toolbox.com/wiki/index.php/GOS_Finding_Attachments_or_Links_to_an_Object_in_SAP/ABAP

thanks

Sunil