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 Modify ADRC Table given Address Number

Former Member
0 Likes
5,892

Is there a BAPI Function that will allow me to modify the ADRC table given the address number ?

BAPI_BUPA_ADDRESS_CHANGE is not sufficient since this requires the Business Partner and Address GUID.

Is there a BAPI Function that will allow me to modify the ADRC table given the address number ?

BAPI_BUPA_ADDRESS_CHANGE is not sufficient since this requires the Business Partner and Address GUID.

7 REPLIES 7
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
3,425

This address belongs to which entity ( for ex: customer,vendor etc ) ?

Read only

0 Likes
3,425

The address number is obtained from the ILOA table and it is corresponding to a particular functional location.

Read only

0 Likes
3,425
Read only

0 Likes
3,425

Dear Sylvan,

Please read the below link :

BAPI/Function Module to update ADRC table | SCN

Regards,

Yance

Read only

0 Likes
3,425

Unfortunately I have already tried this and it does not work for me

Read only

deepak_sharma_sap
Active Participant
0 Likes
3,425

Hi,

Try using ADDR_SAVE_INTERN.

  • Pass the details in table ADRC_U table of the FM to update a record.
  • Pass the details in ADRC_I to insert a new record in FM.

This FM simply Modify/Insert record in ADRC table.

Thanks

Deepak

Read only

0 Likes
3,425

An FM will not do. I need a BAPI function since I need to access the function through RFC and I don't have developer access to enable the FM to be accessed remotely