cancel
Showing results for 
Search instead for 
Did you mean: 

Create an ABAP program to use Content server to store Data.

Sigurdur
Participant
0 Kudos

Hi

What is the best place to start or find information on how to write ABAP program that uses Content server to store data, via the DMS service of knowledge provider.

Are there any resources with API documentation, or tutorials.

Regards Sigurdur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't know about the best place to start but I myself used the DMS Programming Interface, see the attached link for details.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4c/f525e8573c2136e10000000a42189e/frameset.htm

Sigurdur
Participant
0 Kudos

Ok

But where do the BAPI_DOCUMENT_  and SCMS_ functions fit in the picture

Former Member
0 Kudos

Unless I'm mistaken, BAPI_DOCUMENT_* are higher level APIs and SCMS_* are for client access to Content Server, eg. opening a linked document (PDF) for a document stored in DMS.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use below functions to store documents toa content rep..

BAPI_DOCUMENT_CHECKIN2

BAPI_DOCUMENT_CHECKIN_REPLACE2

Regards

Ömür