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

Function module for updating vendor:ADRC table

Former Member
0 Likes
2,631

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,731

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

6 REPLIES 6
Read only

former_member212005
Active Contributor
0 Likes
1,731

You can use the function module....ADDR_UPDATE

Read only

0 Likes
1,731

Can you please clarify if this will change/update dependant database table also.

Read only

0 Likes
1,731

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..

http://abap.wikiprog.com/wiki/BAPI_ADDRESSORG_CHANGE

Read only

Former Member
0 Likes
1,731

Hello

BAPI_ADDRESSORG_CHANGE

Read only

saumya_govil
Active Contributor
0 Likes
1,731

Hi Sanu,

You can use the FM BAPI_BUPA_ADDRESS_CHANGE to update address data in ADRC for a BP.

Regards,

Saumya

Read only

Former Member
0 Likes
1,732

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