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
488

In real-time ,we will use number ranges enhancement know,what will be the usual requirement for doing it .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi,

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).

You can override the sap standerd invoice number ranges with your custom table invoice number ranges

RV60AFZZ -->USEREXIT_NUMBER_RANGE Here you can override programatically.

Regards

Kiran Sure

In real-time ,we will use number ranges enhancement know,what will be the usual requirement for doing it .

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi,

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).

You can override the sap standerd invoice number ranges with your custom table invoice number ranges

RV60AFZZ -->USEREXIT_NUMBER_RANGE Here you can override programatically.

Regards

Kiran Sure

Read only

Former Member
0 Likes
461

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 ,

Raj.