‎2007 Jan 30 6:10 AM
Need a Standard Function Module which has number ranging logic.
plz reply me as soon as possible.
‎2007 Jan 30 6:12 AM
‎2007 Jan 30 6:13 AM
<b>NUMBER_GET_NEXT</b> function module gives you the next number available for any number range
‎2007 Jan 30 6:14 AM
Hi
Try this
NUMBER_RANGE_GROUP_UPDATE
Tell us what exactly you want to as per your requirement.
you can create number range in SNRO transaction .
Reward if this helps.
‎2007 Jan 30 6:14 AM
Hi Sathish,
You need to create the Number range object in the Trasaction code SNRO. here we create the Number range object with starting number and the ending number. and in our program we call the Function module NUMBER_GET_NEXT with using that number range object so the next number will be come in the importing parameter, every time if you use this the next number will be generated and it will come in the Imortin gparameters
Regards
Sudheer
‎2007 Jan 30 6:15 AM
HI,
Use C149_NUMBER_GET_NEXT to get the next number.
Check SNRO transaction to get the Number range Object.
Regards
Subramanian
‎2007 Jan 30 6:16 AM
Try:
NUMBER_GET_INFO Number range: Provides information for a number range number
NUMBER_GET_NEXT NUmber range: Assigns next free number
NUMBER_GET_NEXT_V1 Assigns next free number(s)
P.S. Plz reward for the useful answers.
Susanth.
‎2007 Jan 30 6:16 AM
hi,
this is the FM which gives the number range intervals
NUMBER_RANGE_INTERVAL_LOCAL
‎2007 Jan 30 6:26 AM
Hi sathish,
NUMBER_RANGE_GROUP_UPDATE will give the number range.
‎2007 Jan 30 6:36 AM
Hi
NUMBER_RANGE_INTERVAL_LIST : Provide number range intervals
NUMBER_RANGE_INTERVAL_LOCAL :Provides numbe range intervals (local statuses)
NUMBER_RANGE_INTERVAL_UPDATE
Create, change, delete number range intervals
Pls reward points if helpful.
Thanks & Regards
Chandrika.