Access documents in SAP DMS using .NET Connector

S

Stein Gran

Hallo,

I am trying to create a C# service which connects to the SAP DMS
system using SAP .NET Connector. The service shall get a list of all
documents in a DMS system, and extract all documents to local disk.
The DMS system uses SAP Content Server as storage.

However, I would appreciate some advice about how to extract the
documents from the DMS system. Which BAPI/RFC methods can be used to
retrieve a list of all documents, and then retrieve the documents
themselves and store them to local disk?

I have seen some posts referring to an application named 'saphttp' in
connection with SAP DMS; what is actually the purpose of the 'saphttp'
application, and what is it doing?


I would very much appreciate it if you could give me a hint or point
me in the right direction.


Regards,
Stein Gran
 
H

hendrik mucke

hallo,

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

regards
hendrik mucke
 
S

SteinGran

Execllent, thank you! The methods you mention there work just fine, and
do what they're supposed to do.

:)


Regards,
Stein Gran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top