cancel
Showing results for 
Search instead for 
Did you mean: 

mass upload into DMS

Former Member
0 Kudos

Hi all,

using tcode cv01n we can upload a file to a document. But the requirement is to load multiple files at a time that is mass upload.

pls help

regards

kshitij

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor

Hi Kshitij,

for uploading more than one original I would recommend you to use one of the

DMS BAPIs

- 'BAPI_DOCUMENT_CREATE2'

- 'BAPI_DOCUMENT_CHANGE2' or

- 'BAPI_DOCUMENT_LOAD'

Please see the SAP Note 766277 which contains a complete documentation on all existing DMS BAPIs. In the documentation you will also find sample coding for each BAPI.

If you try to do this in the background API function modules would be more flexible. Therefore please see SAP note 504692. This note includes some samples for special checkin cases.

I hope this information is usefull for you.

Best regards,

Christoph

Answers (0)