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 to update ADRC table

Former Member
0 Likes
4,394

Is there a BAPI Function which allows me to update the ADRC Table given the Address Number?

I have already tried BAPI_BUPA_ADDRESS_CHANGE but this requires that the Business Partner, so it won't work.

I am getting the address number from tables ILOA linked with ADRC using the Functional Location.

An FM is not sufficient since I do not have developer access to make the FM remotely accessible.

Is there a BAPI Function which allows me to update the ADRC Table given the Address Number?

I have already tried BAPI_BUPA_ADDRESS_CHANGE but this requires that the Business Partner, so it won't work.

I am getting the address number from tables ILOA linked with ADRC using the Functional Location.

An FM is not sufficient since I do not have developer access to make the FM remotely accessible.

2 REPLIES 2
Read only

former_member620069
Participant
0 Likes
2,238

HI,

Try  BAPI_ADDRESSORG_CHANGE

Read only

deepak_sharma_sap
Active Participant
0 Likes
2,238

Hi ,

Try ADDR_SAVE_INTERN.

Pass the values in ADRC_U table of the FM.

Thanks