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

Database error reading table ADRC

Former Member
0 Likes
1,415

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

5 REPLIES 5
Read only

brad_bohn
Active Contributor
0 Likes
1,074

Why don't you debug it?

Read only

Former Member
0 Likes
1,074

Please close one of your open questions on the same topic.

Rob

Read only

Former Member
0 Likes
1,074

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.

Read only

Clemenss
Active Contributor
0 Likes
1,074

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

Read only

Former Member
0 Likes
1,074

OK - continue with the other one then.

Rob