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

Standard Function Module

Former Member
0 Likes
973

Need a Standard Function Module which has number ranging logic.

plz reply me as soon as possible.

9 REPLIES 9
Read only

Former Member
0 Likes
906

hi sathish,

can u be specific with the logic u want.

Read only

Former Member
0 Likes
906

<b>NUMBER_GET_NEXT</b> function module gives you the next number available for any number range

Read only

Former Member
0 Likes
906

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.

Read only

Former Member
0 Likes
906

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

Read only

Former Member
0 Likes
906

HI,

Use C149_NUMBER_GET_NEXT to get the next number.

Check SNRO transaction to get the Number range Object.

Regards

Subramanian

Read only

Former Member
0 Likes
906

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.

Read only

Former Member
0 Likes
906

hi,

this is the FM which gives the number range intervals

NUMBER_RANGE_INTERVAL_LOCAL

Read only

Former Member
0 Likes
906

Hi sathish,

NUMBER_RANGE_GROUP_UPDATE will give the number range.

Read only

Former Member
0 Likes
906

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.