‎2006 Sep 14 9:20 AM
Hi All....
1 ) Can Anyone tell me While Creating A Number Range Object What is actually happening internally as well as the significance of each fields to be filled in the SNRO transaction[For Creation Of Object].
2) Do anyone know what are the steps to be followed in SPRO transaction and Customizing is done for what purpose
in Detail.
‎2006 Sep 14 9:25 AM
‎2006 Sep 14 9:25 AM
‎2006 Sep 14 9:29 AM
SNRO Transaction
U would need to specific the object name first and on create it would ask you for the short and long text to describe the object.
Interval characteristics is place where you specific the characterstics of the number range, basically whether it depends on the fiscal year, its domain/data element type and whether to rollover.
Customizing specs.
Here u can specify the transaction used to maintain the same, specify the warning message %(it would issue warning when it crosses the limit) and whether to buffer the number range if so the limit.
‎2006 Sep 14 9:31 AM
Hi,
SNRO-Num range object.
This is used to generate unique number.
For ex say u want unique num to identify the reocrd in ur dic table then go for num range object.
In num range object u declare startin and ending num's say 1 to 99999. when u call this object 1st time using fun module(get_next) it will return 1 and subsiquent calls will return 2 3 4 5 upto 99999. after that again u have to increase this num.
Regards
Divakar