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

why do_commit parameter is given in the FM'IDOC_WRITE_AND_START_INBOUND'

Former Member
0 Likes
864

Hi,

I am using the function module 'IDOC_WRITE_AND_START_INBOUND' to create and post the IDoc, there is a import parameter for the Function module 'IDOC_WRITE_AND_START_INBOUND' <b>Do_commit</b>, For what purpose this do_commit is given this function module

Hi,

I am using the function module 'IDOC_WRITE_AND_START_INBOUND' to create and post the IDoc, there is a import parameter for the Function module 'IDOC_WRITE_AND_START_INBOUND' <b>Do_commit</b>, For what purpose this do_commit is given this function module

3 REPLIES 3
Read only

Former Member
0 Likes
663

If you pass space to the inbound process will not be triggered and the actual application documents do not get posted to the databse.

It is like a test mode.

Regards,

ravi

Read only

Former Member
0 Likes
663

if this parameter is set to 'X', it will commit to write and start the inbound , otherwise it will not commit.

Read only

Former Member
0 Likes
663

Hi,

do_commit parameter is ' ' indound idoc will not be

be triggered

else indound idoc is triggred.

Regards

amole