cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve documents

Former Member
0 Kudos

Hi Guys,

We have one requirement..how to retrieve documents stored in content server..

Scenario : We are uploading the documents through Std BAPI program bapi_document_create2.

As soon as we run this BAPI, documents are created and stored in the content server.

Want to know we have any std BAPI to retrieve the documents i.e.documents which are stored in the content server has to be retieved and stored on my presentation server..

Awaiting for your replies...

Regards

Bhanu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanx

Former Member
0 Kudos

hi,

Try BAPI_DOCUMENT_GETLIST to get a list of all documents you need and you can copy the originals with BAPI_DOCUMENT_CHECKOUTVIEWX.

Best Regards,

Ravi

Former Member
0 Kudos

Hi,

Use: BAPI_DOCUMENT_GETDETAIL2 & BAPI_DOCUMENT_CHECKOUTVIEW2, pass document key and destination path.

Regards

Surjit