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: 

BAPI_DOCUMENT_CHECKIN2

Former Member
0 Kudos

Hi ,

Im trying to check in a file to existing DIR through a zprogram using this BAPI_DOCUMENT_CHECKIN2.

But the file is not getting checked in.

I'm passing the parameters as per the inputs mentioned in the FM documentation.

I've even tried passing the flag checked_in as 'X'.

i tried using CALL FUNCTION 'BAPI_DOCUMENT_SETCOMMITMODE'

EXPORTING

auto_commit = 'X'.

still the file is not getting checked in..

Please let me know,if any other parameters required to achieve this.

Looking forward for your feedback.

Regards

Keerthi

Edited by: keerthi vasan on Jun 2, 2011 6:11 PM

1 REPLY 1

Former Member
0 Kudos

Problem solved.Need to pass doc path along with other parameters