‎2009 Jun 15 1:11 PM
Hi all,
Please guide me how to update the database ADRC with using function module.
I need to use this function module in IDOC inbound.
Thanks.
‎2009 Jun 15 1:57 PM
Hi Sanu,
FM VENDOR_UPDATE.
But it overrites the old data, if you only want to change the address then you write BDC for address change for transaction XK02 it will reflect in ADRC table.
Regards
Kumar M
‎2009 Jun 15 1:17 PM
‎2009 Jun 15 1:23 PM
Can you please clarify if this will change/update dependant database table also.
‎2009 Jun 15 1:45 PM
I am not sure about dependent database tables....but definitely the following BAPI will update dependent database tables also...
BAPI_ADDRESSORG_CHANGE
Refer the below link for using this BAPI...or search in SCN..
‎2009 Jun 15 1:24 PM
‎2009 Jun 15 1:26 PM
Hi Sanu,
You can use the FM BAPI_BUPA_ADDRESS_CHANGE to update address data in ADRC for a BP.
Regards,
Saumya
‎2009 Jun 15 1:57 PM
Hi Sanu,
FM VENDOR_UPDATE.
But it overrites the old data, if you only want to change the address then you write BDC for address change for transaction XK02 it will reflect in ADRC table.
Regards
Kumar M