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: 

FM or BAPI that will change the address in table ADRC

p190355
Active Contributor
0 Kudos

Hello,

Is there any Function module or BAPI that will change the address in table, ADRC?

Regards,

Remi

6 REPLIES 6

amit_khare
Active Contributor
0 Kudos

Check this - BAPI_BUPA_ADDRESS_CHANGE

Former Member
0 Kudos

Hi,

Try FM

EBPP_CHANGE_USER_ADDRESS_12

APAR_EBPP_CHANGE_ADDRESS

GEN_EBPP_CHANGE_ADDRESS

Regards

Shiva

p190355
Active Contributor
0 Kudos

Hi,

I don't use Business Partners / Biller Direct related information... So, the related FMs :

BUPA / EBPP might not help

My aim is to update ADRC table.

I have found a couple of FMs that has to be followed in an Order :

For inserting an Record :

1) ADDR_INSERT

2) ADDR_NUMBER_GET

3) ADDR_MEMORY_SAVE

4) ADDR_MEMORY_CLEAR

For Updating :

1) ADDR_UPDATE

2) ADDR_MEMORY_SAVE

3) ADDR_MEMORY_CLEAR

But i don't know what to fill for address_handle !!

How do i use these FMs??

Regards,

Remi

Former Member
0 Kudos

i know it´s not the safest way, but have you considered the UPDATE statement?

p190355
Active Contributor
0 Kudos

Hi,

Found a function module : [How do i use the FM : ADDR_UPDATE?|;

Cheers,

Remi

p190355
Active Contributor
0 Kudos

=Closing thread Thank you=