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

FUNCTION bupa_address_add

Former Member
0 Likes
619

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

Please check include - LBUBA_4F10, all FORMs are located in this include.

It is simple LUW and it will trigger only on commit work.

1 REPLY 1
Read only

Former Member
0 Likes
545

Please check include - LBUBA_4F10, all FORMs are located in this include.

It is simple LUW and it will trigger only on commit work.