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.