‎2007 Sep 07 11:28 PM
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
‎2007 Sep 07 11:36 PM
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
‎2007 Sep 08 12:07 AM
‎2007 Sep 08 12:11 AM
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
‎2007 Sep 08 12:16 AM
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