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 Issue

Former Member
0 Likes
1,166

Hi,

We have created a number range object using the Function module "NUMBER_RANGE_OBJECT_UPDATE".

But now i want to create a interval for that object.

So i have used the Function module "NUMBER_RANGE_INTERVAL_UPDATE".

But the number range interval was not been created.

For the FM " NUMBER_RANGE_OBJECT_UPDATE", i have passed the below values:

WA_TNRO-NROBJ = 'ABCJ1'.

WA_TNRO-NRSOBJNAM = 'BUKRS'.

WA_TNRO-NRYEARIND = 'X'.

WA_TNRO-NRLENDOM = 'CHAR20'.

WA_TNRO-NRPERC = '10'.

WA_TNROT-SPRAS = 'E'.

WA_TNROT-NROBJ = 'ABCJ1'.

WA_TNROT-NROBJTXT = 'ERS Invoices'.

WA_TNROT-NROBJSTXT = 'ERS NR'.

Please do the needful.

Regards,

Kalyani.

6 REPLIES 6
Read only

BH2408
Active Contributor
0 Likes
1,035

Hi,

NUMBER_RANGE_INTERVAL_UPDATE function module is used to change the number range object.

pass the object to this Fm.

Regards,

Bharani

Read only

Former Member
0 Likes
1,035

Hi,

I have already created a number range object using the Function module "NUMBER_RANGE_OBJECT_UPDATE".

But now i want to create a interval for that object.

So i have used the Function module "NUMBER_RANGE_INTERVAL_UPDATE".

Using the above FM 'NUMBER_RANGE_INTERVAL_UPDATE', the interval is not getting created.

Regards,

Kalyani.

Read only

Former Member
0 Likes
1,035

Apart from Manoj reply.......by the way, why dont u ask functional folks, bcoz, after creating it, we hv to do some more config stuff too.....so, mostly they will do it.

thanq

Read only

Former Member
0 Likes
1,035

Hi,

i am using the creation of number range using the Function modules.

As, We are having requirement for having vendor specific number range for ERS invoices.

The idea is to have a Number Range for ERS Selfbilling based Invoices being created from SAP system and the number should be per Company code(Multiple companies within a Country) , per Year (Calendar Year), per Vendor.

But, since the target Vendors are in thousands.

I am using the concept of this Functional modules which i can call them in my report program.

Regards,

Kalyani.

Read only

Former Member
0 Likes
1,035

Not sure why you cannot use transaction SNRO.

Manoj

Read only

0 Likes
1,035

Hi,

i am using the creation of number range using the Function modules.

As, We are having requirement for having vendor specific number range for ERS invoices.

The idea is to have a Number Range for ERS Selfbilling based Invoices being created from SAP system and the number should be per Company code(Multiple companies within a Country) , per Year (Calendar Year), per Vendor.

But, since the target Vendors are in thousands.

I am using the concept of this Functional modules which i can call them in my report program.

Regards,

Kalyani.