‎2007 Apr 16 8:41 PM
‎2007 Apr 16 8:45 PM
It needs to be an assignment number. It should start from 0001 and go upto 9999.
I dont know how to create an interval
‎2007 Apr 16 8:42 PM
Hi,
Go to 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
Regards,
Ferry Lianto
‎2007 Apr 16 8:43 PM
‎2007 Apr 16 8:44 PM
Go to transaction <b>SNRO</b> to create it and use FM <b>NUMBER_GET_NEXT</b> to get numbers in your report. -;)
Greetings,
Blag.
‎2007 Apr 16 8:45 PM
It needs to be an assignment number. It should start from 0001 and go upto 9999.
I dont know how to create an interval
‎2007 Apr 16 8:49 PM
As we told you...You must 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.
Greetings,
Blag.
‎2007 Apr 16 8:53 PM
‎2007 Apr 16 8:58 PM
Hi Rich
Thank you for all your assistance. You are really a great resource on SDN. Today is just a bad day for me!!