Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DMS file upload custom program

rangerlet_mesee
Participant
0 Kudos

Hi

Would like to upload a file to a DMS doc. via custom program. Have tried with BAPI_DOCUMENT_CREATE2 but the file did not attach from desktop. Is CV_API_CHECKIN also needed? please assist on this.

1 REPLY 1

Sandra_Rossi
Active Contributor

All these BAPI_DOCUMENT_* function modules wrap CV* ones, so no need to call CV* (and not supported).

CV_API_CHECKIN -> BAPI_DOCUMENT_CHECKIN2