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

Exception while using number range.

Former Member
0 Likes
1,288

Hi all,

I have created on number range with interval c00001 czzzzzz and external number range is checked

When i am using this number range in FM NUMBER_GET_NEXT i am getting exception NUMBER_RANGE_NOT_INTERN.

What i need to do for this???

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
932

Hi,

If the number range object is specified as EXTERNAL, then the Document number is to be provided explicitly in transactions. Function Module NUMBER_GET_NEXT should not be used for External number ranges.

Regards

Vinod

Read only

Former Member
0 Likes
932

Hi,

Please suggest me how can i use this number range .

With alphanumberic interval what i need to do?

Thanks & Regards

Nidhi

Edited by: Nidhi Sharma on Sep 18, 2010 6:51 PM

Read only

0 Likes
932

Nidhi,

Please check the f1 documentation

Internal (' ') or external ('X') number range flag

Indicator which determines whether the number range interval is external or internal.

Use

The SAP system issues the numbers for internal number range intervals automatically. This number is between the from-number and the to-number. The last number issued is logged in the current number level.

You need to enter a number for external number issue. The number you enter needs to be between the from-number and the to-number.

Thanks

Bala Duvvuri