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

can we use same number range for different fields

Former Member
0 Likes
643

can we use same number range for different fields. how can we see the number range defined for a particular field

4 REPLIES 4
Read only

Former Member
0 Likes
603

Hi,

We can't use the same number range for different fields

Foe example we define different number ranges for different types of documents;

Like for sales order one number range, for deliveries starting with 8... for Invoices starting with 9... and for PO's starting with 45... like that.

See the transaction SNUM and SNRO for details

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
603

Hai,

Yes you can have same number range for different fields by using the same domain to the data elements that are user to your two fields.

To see the range:

Go to SE11,Type table Name open it-->double click on the DataElement adjasent to the field name ,You will get Domian ,Double click on Domain You will get Domain.There See Value range option .Value range cam also be defined by Value Table which will also at the Doamin level.

<b>Reward points if it helps you.</b>

Regds,

Rama.Pammi

Read only

Former Member
0 Likes
603

Practically, we do can assign the number from the same number range, if the length of the number is the same. But it is not recommended to do this. Create different number ranges for different types of documents.

For creating the number range document,

<a href="http://www.saptechnical.com/Tutorials/ABAP/SNRO/SNRO.htm">Click here</a>

Read only

Former Member
0 Likes
603

Hi,

You can not do that, coz each running number have different properties.

Check it using tcode: SNRO.

Regards,