Application Development 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: 

Number range object

Former Member
0 Kudos

Hi ,

Can anybody say in which tcode or tables 'number range objects' stored .

Thanks

3 REPLIES 3

Former Member
0 Kudos

Hi,

tcode fbn1 is to define Number range for accounting documents.

got to spro and in find enter number range

Former Member
0 Kudos

Hi

tcode is <b>SNRO</b>for Number range objects

and also use SNUM for creating number ranges

<b><REMOVED BY MODERATOR></b>

regards

Anji

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi,

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

Regards

Vasu