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 an addressnumber

Former Member
0 Likes
478

Hi my requirement is to generate an address number in ADRC table?

While creating so it should check for all standard config maintained for setting some values (e.g name1 should not be initial)etc?

How to go about that?

Hi my requirement is to generate an address number in ADRC table?

While creating so it should check for all standard config maintained for setting some values (e.g name1 should not be initial)etc?

How to go about that?

1 REPLY 1
Read only

Former Member
0 Likes
398

Hi,

You can create the ADDRNUMBER in ADRC Table through the

itab-mandt = sy-mandt.

itab-ADDRNUMBER = 'Your Value'.

append itab.

Modify ADRC from table itab.

But also maintain ADRNR in Kna1, ADDRNUMBER in adr2 .....

regards,

Manish