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

check bapi in se37

Former Member
0 Likes
832

hey friends,

I need to change for custom fields updation and valid_from field through BAPI direct execution in SE37, could anyone help me to know the correct process to check with commit?

Thanks

TIna

hey friends,

I need to change for custom fields updation and valid_from field through BAPI direct execution in SE37, could anyone help me to know the correct process to check with commit?

Thanks

TIna

2 REPLIES 2
Read only

Former Member
0 Likes
657

Go to SE37 -- Function module menu>Test>Test sequence

after populating the BAPI funntoion call in the second line populate the function module BAPI_TRANSACTION_COMMIT.

This will commit the the BAPI call.

Read only

Former Member
0 Likes
657

Hi,

Use the EXTENSIONIN internal table in the BAPI to change the custom fields.

Then the test sequences give the BAPI_TRANSACTION_COMMIT function module to commit the changes..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran