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

Urgent Reqmt

Former Member
0 Likes
473

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.

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
447

Hi,

1) look table TNRO

2) trx. SNUM

A.

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
448

Hi,

1) look table TNRO

2) trx. SNUM

A.

Read only

Former Member
0 Likes
447

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.

Read only

Former Member
0 Likes
447

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