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

BAPI_ADDRESSORG_CHANGE issue

Former Member
0 Likes
1,261

Hi,

We are using BAPI_ADDRESSORG_CHANGE to change the vendor address by passing OBJ_ID as 'LFA1', and all other required fields as appropriate.

After executing the BAPI, the address details for vendor are successfully changed, and the changes are visible via XK03 as well as in ADRC. However, the address details in LFA1 are still the old.

Doesn't the BAPI update ADRC as well as LFA1 data? If not, how can we ensure that LFA1 also ends up getting the same updates as applied to ADRC?

Thanks and regards,

Chetan Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,022

As it is evident from the name of the bapi, it changes the address of the organisation/partner/person only, not its master data.

LFA1 contains all other information apart from mere address details. It holds a key(The address number) to the adrc table where the actual adresses are stored.

The bapi doesn't tamper with the lfa1 data but changes the adrc data.

Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
1,022

Any clue on why the execution of BAPI_ADDRESSORG_CHANGE for OBJ_ID 'LFA1' changes the vendor address only in ADRC table and not in LFA1?

Read only

Former Member
0 Likes
1,022

can u try this

BAPI_BUPA_ADDRESS_CHANGE

Read only

Former Member
Read only

Former Member
0 Likes
1,023

As it is evident from the name of the bapi, it changes the address of the organisation/partner/person only, not its master data.

LFA1 contains all other information apart from mere address details. It holds a key(The address number) to the adrc table where the actual adresses are stored.

The bapi doesn't tamper with the lfa1 data but changes the adrc data.

Regards,

Ravi