Application Development 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: 

BAPI to Modify ADRC Table given Address Number

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

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

0 Kudos

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

0 Kudos

0 Kudos

Dear Sylvan,

Please read the below link :

BAPI/Function Module to update ADRC table | SCN

Regards,

Yance

0 Kudos

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

deepak_sharma_sap
Active Participant
0 Kudos

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

0 Kudos

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