‎2007 Jun 09 2:09 PM
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
‎2007 Jun 09 2:17 PM
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
‎2007 Jun 09 2:17 PM
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
‎2007 Jun 09 2:23 PM
I have already gone through this link. What I need is step by step solution with example.
thanks anyway,
alok
‎2007 Jun 09 2:46 PM
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
‎2007 Jun 09 2:56 PM
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
‎2009 Oct 28 11:28 AM