2010 Apr 12 9:57 AM
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.
2010 Apr 20 10:38 AM
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
2010 Apr 12 10:20 AM
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
2010 May 06 5:16 AM
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.
2010 May 07 8:07 AM
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.
2010 May 10 11:49 AM
2010 Apr 20 10:38 AM
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
2015 Nov 18 9:54 AM
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, ...).