Application Development and Automation 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: 
Read only

Reg: BAPI_DOCUMENT_CHECKIN2 not working

Former Member
0 Likes
531

Hi,

I am facing problem with BAPI_DOCUMENT_CHECKIN2 while uploading a document into DMS content server.

BAPI return table is empty but document is not uploaded.

The parameters passed to BAPI are

it_files-docfile = 'C:tempDMS_Test.txt'.

it_files-wsapplication = 'ACD'.

it_files-storagecategory = 'ZDMS_1'.

APPEND it_files.

Along with these , the other parameters passed are Doc number, version, part and type.

Regards,

Sriram.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
422

Did you call BAPI_DOCUMENT_SETCOMMITMODE before ?

Regards,

Raymond

Read only

0 Likes
422

Thanks for your reply. yes i have used bapi_document_setcommitmode.