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 ERROR

Former Member
0 Likes
519

Hi, we are working with BAPI_BUPA_ADDRESS_ADD, i want to add a new address for an existing Business Partner.

I ran this BAPI and there was no return message, but the new address is not created!

The address guid number is shown but it doesn exists on table BUT020 or ADRC !

Can someone explain this to us?

thanks.

Message was edited by:

JAVIER SALAZAR

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
494

Hi,

Have you called fm BAPI_TRANSACTION_COMMIT after your bapi call?


* Call the COMMIT BAPI
        call function 'BAPI_TRANSACTION_COMMIT'
             exporting
                  wait = 'X'.
        wait up to 2 seconds.

aRs

Read only

0 Likes
494

yes i have done this thru se37 BAPI_TRANSACTION_COMMIT

Read only

0 Likes
494

Hi,

If you are using thru SE37 then u need to use BAPI_TRANSACTION_COMMIT using test sequence and not SEPARTELY after your bapi call.

aRs

Read only

former_member194669
Active Contributor
0 Likes
494

Hi,

Goto SE37 -- > give the FM Name :BAPI_BUPA_ADDRESS_ADD

And Press Shift + F8, then give the first FM as :BAPI_BUPA_ADDRESS_ADD

and the second FM as BAPI_TRANSACTION_COMMIT.

Menupath for the same is

Function Module --> Test --> Test Sequences

aRs