cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI alternative for CVAPI_DOC_CHECKIN

phil_soady
Participant
0 Kudos

Is there a BAPI for post documents in Document Management System, with the original content. The process online is called Check in original into document master.

We have the content already.

BAPI_DOCUMENT_CREATE2 seems to want to ready the original from client. ?

Is there a bapi to post original content ?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi everyone, is there any way to create a document right away from data (e.g. internal table) ?

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Phil,

generally also when doing a checkin from transaction CV01N or CV02N you already need a file that can be uploaded from the local PC. So the same applies for the BAPI_DOCUMENT_CREATE2 or BAPI_DOCUMENT_CHANGE2.

If I got you right, then you want a BAPI that allows you to create and checkin a totally new file?

Best regards,

Christoph

phil_soady
Participant
0 Kudos

Thats right Christoph. The content is delivered to SAP backend from a device. We want to create and Document and add the original content. There is no pc or frontend etc to load from. We are back to using internal functions to load the content. I was expecting/hoping to find a proper interface/api from sap.