cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the file on the content server via ABAP

Former Member
0 Kudos

Hi

We are working on an abap that should download certain files stored on the content server and store them on a different file location using GUI_DOWNLOAD. How can we retrieve the files (PDF's) via ABAP from the contentserver?

Hope someone can help

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi,

I think the DMS BAPIs could be useful here. For example you can use BAPI Document_CheckOutViewX or Document.CheckOutView2. You will find the documentation for these BAPIs in transaction BAPI under subtopic 'Cross-Application-Components'.

Further maybe the information in the SAP note 504692 and 796709 could be useful too.

Best regards,

Christoph