Skip to Content
0
Former Member
Sep 11, 2007 at 07:56 AM

FUNCTION bupa_address_add

75 Views

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.