cancel
Showing results for 
Search instead for 
Did you mean: 

Number Range objects for Handling Unit Mgmt

Former Member
0 Kudos

Hello,

We have handling units as containers which require external alphanumeric input from user during outbound delivery processing.

<b>For e.g. During Outbound Delivery,

for Container 1- CTN-001 will be entered</b>

I have tried SPRO, in transaction "Define Packaging Material Types" & "Define number range assignment for each packaging material type".

<b>I tried entering a new interval as AA-00001 to ZZ-99999 but requires the interval to be numeric. How can I configure it so that alpha-numeric entries are allowed as external identification ?</b>

Regards

Siddharth Sridhar

SAP SD

Accepted Solutions (0)

Answers (1)

Answers (1)

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi Siddharth,

Pls try below options-

1)Number Ranges can be maintained Internally by the system, however it can be maintained externally also if you customize it accordingly.

In Standard SAP the Transaction code for Maintaiing Number ranges externally is VN01.

Defining - The same can be reached through in IMG as : Sales & Distribution>Sales>Sales Document Header-->Define Number Ranges for Sales Documents.

Here you provide the system a specific Number range as follows:

Number range Key Start Number range End Number Range+Current Number

For Example: If you want to propose the following Number Range

*1 9000076000 9000076999 0

The Current Number field will be kept zero as you are proposing new number range and no sales documents have been created on it , Obviously..

*1 is a Unique Two digit Alphanumeric Key, while proposing your key, you should ensure that it should not be there in the system as existing.

If you propose a key that is there in the system or if the Number Range (Start and End Series) is there in the system already, the system will throw a message that Interval already already exists. So choose a key that is unique, and which is not there in the system.

Here , by making this , you are assigning a Key to a Number Range Series.

All the symbols can be used along with numbers from 0 to 9 and Alphabets from A to Z and in any order. For example: !1, ^A, BB,Z*,M2.........

Assigning - In Assigning, you assign the particular Sales Document to the Number Range you have already proposed as above.

The Assigning Part is done as follows:

The Two digit Alpha Numeric Key is maintained or Assigned to the respective Sales Document type in V0V8.

This can also be reached in IMG by:

Sales & Distribution>Sales>Sales Document Header-->Define Sales Document Types

Locate the particular Sales Doc Type, and double click on it to display it configuration. Here you put the Two Digit Number key in the Field- "Number range External Assignment"

2)Also check userexit USEREXIT_NUMBER_RANGE. Take help from ur ABAPer for the applicability of the same..

Regds

MM