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: 

how to create object through transaction snro

Former Member
0 Kudos

Hi ,

I want to create an object through Snro transaction.

I dont know how to use this transaction.

Please Help.

Thanks in advance.

Nikita

1 ACCEPTED SOLUTION

former_member209217
Active Contributor
0 Kudos

Hi Nikita,

Check this link.

https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=50004015

After creation of the number range object u have to attach it to the domain of the data element.

Hope it will be useful.

Regards,

Lakshman.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Its functional job to create objects in snro.

Regards,

Naveen

former_member209217
Active Contributor
0 Kudos

Hi Nikita,

Check this link.

https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=50004015

After creation of the number range object u have to attach it to the domain of the data element.

Hope it will be useful.

Regards,

Lakshman.

Former Member
0 Kudos

Nikita,

Based on the transaction code, respective function consultant will create number range.

If u want a number series for some other purpose in ur program u can create object in snro as below.

1. Enter a object name and click 'CREATE' button

2. In the next screen give relevant description

3. In 'Number length domain' field u can specify the length of number .. example if u give char10, then it will be a ten digit number series.

4.Enter warning percentage.. the purpose is to throw warning message 10 % before when ur number series about to exhaust.

5. After entering those details --> press save button.

6. Again come to main screen (SNRO initial screen) then click number raneg tab inthe application tool bar.it will take u to next screen.

7. In that click internal change push button

8. IN the resulting screen enter ur number range series,

example

01 00000001 09999999

02 10000000 19999999 etc

9. click save button..NOw ur number series is ready for use.

Regards,

Aswin.

Former Member
0 Kudos

Hi,

Please go through the following steps

1.Goto t-code SNRO.

2.Give object name you want to create, say ztest.

3.Click on display icon.Give the short text and long text.

4.If you want that each year the number range should change check to-year-flag.

5.Give number length domain as char10.

6.Give warning percent as 1.0.

7.Check main memory buffuring checkbox.

8.Set no. of Numbers in buffer as 10.

9.Now go back.

10. Click on Number range button.

11. Click on interval button.

12.Write No as 01, year as 2009,From number as 0000000001,to number as 9999999999 and current number as 0.If you give 0 it will start from 1 or else it will if you want to start from some special number you can give current number according to your requirements.

Now use this object in your program.