2009 Sep 10 12:16 PM
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?
2009 Sep 10 12:30 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |