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

Number Range Creation

Former Member
0 Likes
795

Hi,

I want to create Number Range for SERID data element. I have tried to created it via snro tcode but failed to generate Intervals. If possible please, give me detailed steps with example.

Thanks,

Alok Mehta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Hi Alok,

Click on this link. U will find how to create number rages

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

I hope it helps u.

Regards,

KK

5 REPLIES 5
Read only

Former Member
0 Likes
738

Hi Alok,

Click on this link. U will find how to create number rages

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

I hope it helps u.

Regards,

KK

Read only

0 Likes
737

I have already gone through this link. What I need is step by step solution with example.

thanks anyway,

alok

Read only

0 Likes
737

Hi Alok,

Rt now i dont have example but u can try like this. It will solve ur problem.

go to tx. SNRO...

Press "Create", assign data element and corresponding data, press "Range Numbers" and "Intervals", use the FROMNUMBER and TONUMBER fields. Save and Activate.

Then, using "NUMBER_GET_NEXT" you can get the correlative range in your program.

Regards,

KK

Read only

0 Likes
737

Thanks for your reply what I have tried is as following:

> Created Data Element ZFI_ID assigned to a Domain ZFI_ID

> Gave Ztabel in value table of domain

~ The Ztable have following fields:

APPL CHAR 2

KTEXT CHAR 15

> Entries in Ztable

APPL KTEXT

-


H1 HDFC WITH ID 1

H2 HDFC WITH ID 2

> Options filled in SNRO

Subobject data element ZFI_ID

To-year flag

Number length domain CHAR3

No interval rolling

Number range transaction

Warning % 10.0

Number ranges not buffered

Now, when I press on Number Ranges it gives following dump:

Runtime Errors CREATE_DATA_UNKNOWN_TYPE

Except. CX_SY_CREATE_DATA_ERROR

Date and Time 09.06.2007 19:23:30

thanks,

alok

Message was edited by:

Alok Mehta

Read only

Former Member
0 Likes
737

solved by self