cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for fetching documents in content server

Former Member
0 Kudos

Hi,

Currently we are uploading the documents through Std BAPI program bapi_document_create2.Docs are stored successfully in the content server, but we want to also get back those documents and see which all need to be stored in another server. Please provide your inputs.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You may use BAPI_DOCUMENT_GETLIST to get a list of all documents and post that you can proceed copying the required originals with BAPI_DOCUMENT_CHECKOUTVIEWX.

Regards,

Pradeepkumar Haragoldavar

Former Member
0 Kudos

Thanks Pradeepkumar Haragoldavar.

Answers (0)