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. calling bapi_transaction_commit in se37

Former Member
0 Likes
5,774

Hi,

I am testing a BAPI in se37 and its working good. I see that another bapi 'BAPI_TRANSACTION_COMMIT' has to be called in sequence to commit to database. How do I Call this in sequence in se37 along with the first function module?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,897

Hi,

Go to SE37

Choose the following path..

FUNCTION MODULE -> TEST -> TEST SEQUENCES

Give the function modules in order..

THen press F8..

Give the input for the first FM

Then execute..

Then execute the second FM

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
3,898

Hi,

Go to SE37

Choose the following path..

FUNCTION MODULE -> TEST -> TEST SEQUENCES

Give the function modules in order..

THen press F8..

Give the input for the first FM

Then execute..

Then execute the second FM

Thanks,

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
3,897

Hi Krishen,

Please go to transaction SE37 to run the test sequence.

From menu function module-> test->test sequence.

One popup comes, enter your BAPI first, next enter BAPI_TRANSACTION_COMMIT then say ok, and then run the BAPI.

Regards,

Ferry Lianto