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

How to make the Commit after calling a BAPI from SE37 ?

former_member425121
Participant
0 Likes
5,247

Hi

When i use a BAPI for update some SAP table i always call the BAPI inside a program and then i call the BAPI_TRANSACTION_COMMIT for made the changes and validate them

Bot now i need to test the BAPI directly in SE37 , and the BAPI returns the sucess message but i can not see the changes in the SAP tables , i guess i need to make the Commit but how can i do this ?

by calling the BAPI_TRANSACTION_COMMIT directly in SE37 after the call to the other BAPI ?

Thanks

Frank

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
2,312

se37 > clear the field of the function module name

menu path: Function module > test > test sequence and give you FM's sequence you want to test

Hi

When i use a BAPI for update some SAP table i always call the BAPI inside a program and then i call the BAPI_TRANSACTION_COMMIT for made the changes and validate them

Bot now i need to test the BAPI directly in SE37 , and the BAPI returns the sucess message but i can not see the changes in the SAP tables , i guess i need to make the Commit but how can i do this ?

by calling the BAPI_TRANSACTION_COMMIT directly in SE37 after the call to the other BAPI ?

Thanks

Frank

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
2,313

se37 > clear the field of the function module name

menu path: Function module > test > test sequence and give you FM's sequence you want to test

Read only

0 Likes
2,312

Thanks a lot.