‎2011 Jan 04 1:44 PM
Hi,
I am trying to add address in adrc table using the function module ADDR_SAVE_INTERN.
When i pass the value of ADRC tables contents in this function module, I am getting an error saying "Database error reading table ADRC". Can you guess let me know what is this error?
Thanks
Slasher
‎2011 Jan 04 2:17 PM
‎2011 Jan 04 2:46 PM
Please close one of your open questions on the same topic.
Rob
‎2011 Jan 04 3:40 PM
Debug will probably get you the answer quickest - place a watchpoint for the message number on sy-msgno field - then walk back up the code to see what executions lead to the message being triggered.
‎2011 Jan 04 5:51 PM
Hi slasher,
it is always difficult and therefore not recommended to use SAP internal functions for any kind of database update. Addresses are part of business objects as all kinds of business partners, users, companies and the like. You should rather try to associate your addresses with one of those objects and do the maintenance by maintaining the business object. For this purpose you have a lot of BAPI functions like i.e. BAPI_BUPA_ADDRESS_CHANGE.
Regards,
Clemens
‎2011 Jan 04 6:16 PM