‎2007 Sep 11 8:56 AM
Hi,
I'm trying to understand bupa_address_add function module.
At the end of this function, it calls the followings:
Call BAdI for the address data.
PERFORM address_badi_call ON COMMIT.
PERFORM address_data_save ON COMMIT.
PERFORM data_save ON COMMIT.
Where are all these forms located? What are the purposes of each of them?
Thanks.
‎2007 Sep 11 9:00 AM
Please check include - LBUBA_4F10, all FORMs are located in this include.
It is simple LUW and it will trigger only on commit work.
‎2007 Sep 11 9:00 AM
Please check include - LBUBA_4F10, all FORMs are located in this include.
It is simple LUW and it will trigger only on commit work.