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

Need urgent help

Former Member
0 Likes
448

Hi,

I have problem in BAPI_BUPA_ADDRESS_CHANGE.

What is the test sequence can i write to test weather the FM is updating the address or not.

What cani write in BAPI_TRANSCATION_COMMIT to save it.

Early reply is highely appriciable.

Regards,

chow.

Hi,

I have problem in BAPI_BUPA_ADDRESS_CHANGE.

What is the test sequence can i write to test weather the FM is updating the address or not.

What cani write in BAPI_TRANSCATION_COMMIT to save it.

Early reply is highely appriciable.

Regards,

chow.

2 REPLIES 2
Read only

Former Member
0 Likes
431

Hi,

For running the test sequence go to SE37->TEST->TEST SEQUENCE.

Give the name BAPI_BUPA_ADDRESS_CHANGE and BAPI_TRANSCATION_COMMIT one after the other. When the first FM is completed click BACK and then the next FM i.e. BAPI_TRANSCATION_COMMIT will come there fill the WAIT field with 'X' and execute.

Again go back. You TEST SEQUENCE is complete.

REWARD POINTS if useful

Read only

Former Member
0 Likes
431

Hi,

Before proceding with writing code, please check the documenation of the BAPI available in SE37. BAPI's always come with good documentation on how to use them. Goto SE37 and give the fm name and press display. Press 'function module documentation' button on the displayed on the screen to see the fm documenation.

As it was not suggested in the BAPI documenation, there may actually not need to call fm 'BAPI_TRANSACTION_COMMIT', But it would be better if you write it.

Hope this helps,

Thanks in advance,

Harikrishna.