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

bapi update task

Former Member
0 Likes
662

if i copy bapi_sales_order_change to z_bapi_sales_ord_chg and change its attribute to update module , will bapi_transaction_commit work for my custom bapi after the call function z... in update task

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
570

Hi KP,

Yes it does execute your custom Functiom module. You can test it in the following way - Put a break point in your custom function module. Execute the program in debugging mode and Before the Function module is called in the program, Select "Update Debugging". This will be under the menu "Settings->Update Debugging". If Update debugging is switched on like this, as soon as commit work is executed your custom function module call is opened up in another window. Hope it helps.

Hari

1 REPLY 1
Read only

Former Member
0 Likes
571

Hi KP,

Yes it does execute your custom Functiom module. You can test it in the following way - Put a break point in your custom function module. Execute the program in debugging mode and Before the Function module is called in the program, Select "Update Debugging". This will be under the menu "Settings->Update Debugging". If Update debugging is switched on like this, as soon as commit work is executed your custom function module call is opened up in another window. Hope it helps.

Hari