2016 Jul 14 7:42 AM
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.
2016 Jul 15 11:59 AM
This address belongs to which entity ( for ex: customer,vendor etc ) ?
2016 Jul 18 6:39 AM
The address number is obtained from the ILOA table and it is corresponding to a particular functional location.
2016 Jul 18 8:04 AM
There is no direct bapi for this.
have a look here Update Address for Functional locations using IBIP - Community Profiles [Read-only] - SCN Wiki
2016 Jul 18 8:05 AM
Dear Sylvan,
Please read the below link :
BAPI/Function Module to update ADRC table | SCN
Regards,
Yance
2016 Jul 19 8:18 AM
Unfortunately I have already tried this and it does not work for me
2016 Jul 19 6:39 AM
Hi,
Try using ADDR_SAVE_INTERN.
This FM simply Modify/Insert record in ADRC table.
Thanks
Deepak
2016 Jul 19 8:19 AM
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