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

Generate ADRNR in ABAP code- Getting Error in XD02/XD03

Former Member
0 Likes
615

Hi Friends,

I am Creating web-service for Create Customer/Address. I have created RFC for that. Now when I create only Customer and not generating ADRNR, then it works fine, but when I generate ADRNR in Web-service with 'NUMBER_GET_NEXT' and object 'ADRNR'. I can insert the data successfully in all the table, but when I try to open it via XD02/xd03, it give me error like "Error occured in calling ADDR_GET function. Any solutions please?

Thanks in Advance.

Hi Friends,

I am Creating web-service for Create Customer/Address. I have created RFC for that. Now when I create only Customer and not generating ADRNR, then it works fine, but when I generate ADRNR in Web-service with 'NUMBER_GET_NEXT' and object 'ADRNR'. I can insert the data successfully in all the table, but when I try to open it via XD02/xd03, it give me error like "Error occured in calling ADDR_GET function. Any solutions please?

Thanks in Advance.

1 REPLY 1
Read only

Former Member
0 Likes
431

Hi,

You need to update the language field(LANGU) in ADRC table, if not i will throw the same error. Once check it and update it.