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

Regarding SNRO Number range

Former Member
0 Likes
940

Hi,

I given number range by using that SNRO(T_code) for Test certificate generation according OA no and Excise No. as input values.But Test certificate No is generating zig zac wise so how it overcome plz provide me.

Thanks

Sudhakar

Hi,

I given number range by using that SNRO(T_code) for Test certificate generation according OA no and Excise No. as input values.But Test certificate No is generating zig zac wise so how it overcome plz provide me.

Thanks

Sudhakar

6 REPLIES 6
Read only

Former Member
0 Likes
903

This message was moderated.

Read only

0 Likes
903

Hi,

From SNRO, Select the appropriate Number Range Object (press F5) and Click-on Number Ranges,

you'll find the screen to maintain range values.

Pl. search, and you'll find more info.

thanks\

Mahesh

Read only

0 Likes
903

Hi sir,

Thank you very much for giving proper information regarding SNRO.

Read only

0 Likes
903

Hi,

If you got the solution, pl. close the thread.

thanks\

Mahesh

Read only

Former Member
0 Likes
903

This message was moderated.

Read only

Former Member
0 Likes
903

Hello,

This Tcode is used to create the unique value.

In this Tcode we need to create the object name exampel Zsudhakarmarri

give the number length domain i.e Number length domain = u need char or num values.

click on the check box main memory buffer so that it will generate the number.

After save and active it call this FM

NUMBER_GET_NEXT

Give NR_range_nr = '01'

object = Zsudhakarmarri

importing

number = y_v_nxtno

quantity = y_v_qty

Try this it will work