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

Generating address number

Former Member
0 Likes
1,409

Hi experts,

I have a requirement to generate address number and should store in ADRC and T499S. I have written a code with

INSERT command to store, but when i check the entry in v_t499S system is throughing ABAP dump. Could any one help me,

is there any standart FM to do this.

Thanks and regards,

Ravikumar Rayala

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,008

You should not insert the records directly into ADRC. See the documentation of function group SZA0 (Business Address Services (w/o Dialog)) , which explains the methods to maintain address records. You can find some sample code which may be helpful.

You should not insert the records directly into ADRC. See the documentation of function group SZA0 (Business Address Services (w/o Dialog)) , which explains the methods to maintain address records. You can find some sample code which may be helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
1,008

I don't know how your code looks like and i don;t know what the exact dump is.

But as a rule of thumb: never ever update any SAP tables yourself. Look for any standard functions to do that.

Read only

Former Member
0 Likes
1,009

You should not insert the records directly into ADRC. See the documentation of function group SZA0 (Business Address Services (w/o Dialog)) , which explains the methods to maintain address records. You can find some sample code which may be helpful.

Read only

Former Member
0 Likes
1,008

Hello,<br>

<br>

Can you test with transaction MEAN? This transaction create an ADRC address but you cannot assign the address number. The system will assing one address id for each one.<br>

<br>

Bye