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

Number Ranges

Former Member
0 Likes
687

Hi All,

Can anyone tell me whats the significance

of number ranges?

1 ACCEPTED SOLUTION
Read only

former_member628175
Active Participant
0 Likes
651

Hi

In a distributed system landscape, you have to ensure for many application areas that numbers are assigned for objects across the systems without overlaps. You do so by defining disjunctive number range intervals.

You can carry out the following steps centrally from a given system (usually the central system of your system landscape):

· Check whether conflicts exist between the number range intervals in the systems of your system landscape

· Use reservations to plan cross-system number range intervals without overlaps

· Navigate from the central system to the other systems and define the required number range intervals on the basis of the reservations

Regards ,

Shounak M.

Hi All,

Can anyone tell me whats the significance

of number ranges?

4 REPLIES 4
Read only

former_member628175
Active Participant
0 Likes
652

Hi

In a distributed system landscape, you have to ensure for many application areas that numbers are assigned for objects across the systems without overlaps. You do so by defining disjunctive number range intervals.

You can carry out the following steps centrally from a given system (usually the central system of your system landscape):

· Check whether conflicts exist between the number range intervals in the systems of your system landscape

· Use reservations to plan cross-system number range intervals without overlaps

· Navigate from the central system to the other systems and define the required number range intervals on the basis of the reservations

Regards ,

Shounak M.

Read only

Former Member
0 Likes
651

Hi Arya,

Number ranges are used to assign a system genrated unique number.

Check Tcode SNRO

releated FM's

NUMBER_GET_NEXT Get the next unique number in a number range. Use tcode SNRO for maintaining number ranges.

NUMBER_CHECK Check if number is within a number range (see tcode SNRO)

NUMBER_RANGE_ENQUEUE (lock number range)

NUMBER_RANGE_DEQUEUE (unlock number range)

NUMBER_GET_INFO Get info about number range (see tcode SNRO).

reward if helpful.

Regards

-


Sachin Dhingra

Message was edited by: Sachin Dhingra

Read only

Former Member
0 Likes
651

hi

good

A range of numbers that are laid down per file for the assignment of document numbers. It can be internal (carried out automatically by the system) or external (carried out manually by the user).

GO THROUGH THIS LINK

http://www.sap-img.com/ge003.htm

thanks

mrutyun

Read only

Former Member
0 Likes
651

Hi,

Number ranges are used to create generate

numbers dynamically .For eq saleorder number

transaction used is SNRO

FM to get next available number NUMBER_GET_NEXT

regards

Amole