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

What is the SNRO tcode

Former Member
0 Likes
18,208

What is the SNRO tcode

What is the SNRO tcode

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
9,420

Hello Reddy

SNRO is the general transaction to maintain number ranges for business objects like accounting documents (FI), controlling documents (CO), sales orders (SD), etc.

In addition, there are other transactions available to maintain application specific number ranges.

For more details please refer to the SAP documentation:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/1f/8310df4bc511d189750000e8322d00/content.htm">Number Ranges</a>

Regards

Uwe

Read only

Former Member
0 Likes
9,420

Hi

it is used for

Name of number range object

A number range object defines the characteristic attributes of commercially-related number range intervals, e.g. the length of the numbers, the division in subobjects, etc. A number range object is uniquely identified by its name.

examples

MATERIALNR is the name of the number range object which defines the attributes of the material master number range intervall.

Read only

Former Member
0 Likes
9,420

Goto transaction SNRO. There you need to give the number range object name.

Then create intervals for the same. SNR0 is the function group. and the NUMBER_GET_NEXT is the function module to use.

http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa02e3493111d182b70000e829fbfe/frameset.htm

*****************************************************

Check

http://help.sap.com/saphelp_46c/helpdata/EN/2a/fa0331493111d182b70000e829fbfe/content.htm

http://www.erpgenie.com/sap/abap/code/abap33.htm

You can either call the number range maintenance via the number range object maintenance (transaction code SNRO), or access the application-specific number range maintenance in an application. The dialog depends on the object type and provides all the maintenance screens which are needed to maintain intervals and groups in each case.

Have a look at below link.

http://help.sap.com/saphelp_nw04/helpdata/en/1f/8310df4bc511d189750000e8322d00/content.htm