SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to update SAP standard table ADRP

Former Member
0 Kudos
1,790

Hi Experts,

Can any one know the FM to update the SAP standard table ADRP. I need to update one filed NAME_TEXT for respective Buisness partner in ADRP table.

Thanks in advance,

Pruthviraj.

1 ACCEPTED SOLUTION

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Kudos
683

Hello,

Please see if the following help:

BAPI_BUPA_CREATE_FROM_DATA

BUPA_CREATE_FROM_DATA

BUPA_CENTRAL_GET_DETAIL

Also note 1373079 may be of some help if you are having isssues with this....

Regards

Olivia

View solution in original post

6 REPLIES 6

Former Member
0 Kudos
683

Hi,

The FM anme is ADDR_PERSON_UPDATE.

Send PERSON_NUMBER and PERSON_DATA which you want to update.

I hope it helps you.

regards,

pranaya

0 Kudos
683

Hi Pranaya,

Thanks for your reply. The FM ADDR_PERSON_UPDATE update ADRP table for single record at a time, however do you know any FM which will do mass updation on ADRP table?

Waiting for your reply.

Thanks in advance,

Pruthviraj.

0 Kudos
683

Hi ,

I used FM ADDR_PERSON_UPDATE, for this i passed the person number and pers_data however the changes are not getting reflceted in ADRP table even i also used commit work.

The FM is getting executed sucessfully and improting parameter returncode contains SPACE but changes are not reflecting in the ADRP table.

Do we have to use some other statement instead of COMMIT WORK after the FM?

If you have any suggestions/comments please let me know.

Please reply as soon as possible.

Thanks in advance,

Pruthviraj.

0 Kudos
683

Hi,

Try Function module ADDR_MEMORY_SAVE .

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Kudos
684

Hello,

Please see if the following help:

BAPI_BUPA_CREATE_FROM_DATA

BUPA_CREATE_FROM_DATA

BUPA_CENTRAL_GET_DETAIL

Also note 1373079 may be of some help if you are having isssues with this....

Regards

Olivia

NTeunckens
Active Contributor
0 Kudos
683

You can very well use FM "ADDR_PERS_COMP_DIALOG" in conjunction with FM "ADDR_SINGLE_SAVE" to commit your change to the Database for a one-off record ...

I guess this would be applicable to FM "ADDR_PERSON_UPDATE" as well : Just add the Single_Save Functionmode passing the correct Pernsnumber / Addressnumber and setting the correct AddressType ('1' for Business Partner, '2' for Person, ...).