Every Shipping point has corresponding number range for the HU box number?

Hi,
Every Shipping point has corresponding number range for the HU box number assignment?
For example, we are doing packing, then a Handling Unit number has been generated.  So where to define this number range of the HU number??
Is it from the SPRO or controled by programs.
Thanks.

Hi,
Please find good stuff on Handling Units Below:
HANDLING UNITS CONFIGURATION:
A Step by Step Guide to the SAP Handling Unit Management Configurations
The SAP Handling Unit Management system allows you to manage the entire movement of the handling units and the materials they contain rather than tracking each material individually. 
This paper is for the HUM Delivery although some of the contents is related to Inventory under the Logistics General modules.
Table of Contents
Objective 
IMG Menu – The Starting Point 
Handling Unit Management Overview 
Start of HUM Outbound Deliveries Manual Packing Configuration 
Define Number Ranges for Handling Units 
Define Packaging Material Types 
Define Material Group for Packaging Materials 
Define Allowed Packaging Materials 
Use Handling Unit Supplements 
Maintain Goods Movements for Handling Unit Stock-Posting 
Define User Status Profile 
Set QM Check and Delivery Type for Each Movement Type 
HU Requirement for Storage Locations and Default Values for Deliveries 
Packing Control By Item Category 
Define Requirements for Packing in the Delivery 
Delivery Type Determination 
Set Unique Number Assignment for HU Identification 
Number Range Maintenance for HU Identification 
Define Number Assignment for Each Packaging Material Type 
Delivery Output type for Packing List 
Maintain the Delivery Output Determination Procedure 
What else to maintain after the Manual Handling Units Configurations? 
Start of the Automatic Packaging Configuration 
Define Number Ranges for Packing Instructions 
Define Determination Type for Packing Instructions 
Define Number Ranges for Packing Instruction Determination Records 
What else to maintain after the necessary Automatic Packaging Configurations? 
Appendix A: How to do Manual Packing for Non-Assigned Handlings Units? 
Appendix B: Scenario 1 – How to do Manual Packing by Delivery Item? 
Appendix C: Scenario 2 – How to Manual Pack the Materials into Pallets? 
Appendix D: How to do Automatic Packing? 
Appendix E: How to do Goods Movement for Handling Unit Material? 
Appendix F: How to Unpack the Handling Unit Material? 
A handling unit is a physical unit that consists of the packaging materials (load carrier / packaging material) and the goods contained therein. A handling unit is always a combination of materials and packaging materials. All the information contained in the material items, such as batches and serial numbers, is always available by way of the handling units.
Handling units can be nested, meaning that you can also create new handling units from several handling units as often as you like.
Handling units have unique, scannable identification numbers that can be formed according to standards such as EAN 128 or SSCC.
Figure 1: Handling unit example
Structure
The handling unit object contains the following attributes:
•     Identification number
•     Dimensions
•     Weight
•     Volume
•     Status
•     Materials and quantities
•     Packaging materials
•     Packing instructions
A handling unit consists of a handling unit header and handling unit items. For identification purposes, it is given a unique number.
Handling unit header
The header data of a handling unit is divided in the following way:
•     Weight/Volume/Dimensions
•     General data
•     Means-of-transport data
•     Additional data
•     Output determination procedure
For more information about each of these detailed points, see Editing detailed data for handling units.
Status
The handling unit is linked to general status management. In this way, the various physical states (planned or implemented) and other attributes (weighed, loaded, blocked or posted goods issue) of handling units can be documented.
You can use the HU_ST_INIT user parameter when you create handling units without object reference to set which initial status the handling unit is to have when it is created.
If you want to implement a status of your own, you can define a user-specific procedure for the packaging material type (see also Define Packaging Material Types).
Handling unit item
The items of a handling unit can consist of material items, packaging materials or other handling units that appear in an overview. For more information about this overview, see the Contents section of Editing detailed data for handling units.
To access the item data of an individual handling unit, select the handling unit concerned and choose Goto  Detailed HU data  Contents.
Integration
Handling units can be used in all processes within the supply chain.
Please Reward If Really Helpful,
Thanks and Regards,
Sateesh.Kandula

Similar Messages

  • Number range for the Material type

    Hi,
    When I am trying to create the number range for the Material Type, when I choose the groups the following error has occurred
    “No elements exist for the object/sub-object”
    What may be the problem
    Thanks in advance

    Hi Binu,
    Had similar issue lately.
    This is happening as the download of the category is not done properly.
    So the solution which wrkd for me was to dwld the content again correctly, and if its done, there'll be no such error shootin up.
    Suji

  • Number Ranges for the Serial Number Profiles

    Hi All,
    We wanted to trace the Goods movement based on the serial numbers. we could make this possible by attaching the serial number profile with relevant procedure (Stock Chk) to the Material.
    Now the issue left out is of Number range and the pop-up for the existing serial numbers for the material. Is it possible to define Number Ranges (Ext. / Int) to the Serial Number profile ? Also, to get a pop-up for the serail numbers of material currently in Stock, which can be issued. Currently, I have to get the detail of sr. No. thru' IQ09 / IQ03.
    Pls advise.
    Shekhar.

    Hi,
    Yes. In IMG under Plant maintenance -- > Technical objects -->Serial No profile.
    Here you can create diff profile with difff procedures.
    And mention the properties of each.
    There is a material master record for each type in the system. For control purposes, the company wants to know which customer received which collector type, and which serial number(s) of the collector type were supplied to the customer, when the individual solar collectors were delivered.
    It is therefore necessary to assign a serial number to the customer delivery in addition to the material number.
    A serial number master record is created with the assignment of the serial number. You can maintain data fields specific to the serial number in the master record.
    At a later date, it may be necessary to enter equipment master records for materials that have already been serialized and delivered to customers, for example, if the producer of the solar collectors also has to perform maintenance activities for the customers and therefore wants to use all the functions available in the equipment master record for a serialized material.
    In order to keep this option open at any time, you must define a number range for serial numbers. The numbers assigned from this number range are not the serial numbers but reserved keys that stand for the combination of material number and serial number and the equipment number that may possibly be assigned.
    You can also define one or more serial number profiles.
    The serial number profile defines how and under which conditions a serial number is assigned for a material.
    Note
    A material can only be assigned serial numbers after the required serial number profile has been entered in the material master for a specific plant.

  • Number range for the customized transaction

    Hi Experts,
    I am developing customized screen. When user saves after entering data a number should be generated automatically. Please tell how to maintain the number ranges for my transaction.
    Regards,
    B V Rao

    Hi,
    Go to SNRO tcode and enter an object to be created and press create button.
    Enter data element as S_CARR_ID and domain as POSNR
    and 10% as warning and save.
    create small program to update SCARR table with a carrid 01.
    data : begin of itab occurs 0.
    include structure scarr.
    data end of itab.
    itab-carrid = '01'.
    append itab.
    clear itab.
    modify scarr from table itab.
    and execute the program now your SCARR table will have 01 as carrid.
    now maintain the number ranges for your newly created object in SNRO tcode
    prees numer ranges button and enter 01 in Air line input field
    in your program where you want these number ranges
    declare a variable as follows
    data number type nriv-nrlevel.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        nr_range_nr                   =  01  " Air line just you created
        object                        =  "the object name that you created in SNRO
      QUANTITY                      = '1'
       SUBOBJECT                     = '"naturally enter 01 ( which you assigned while creating N ranges)
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
       NUMBER                        = number
      QUANTITY                      =
      RETURNCODE                    =
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Best Regards
    Ramchander Rao.K
    Edited by: ramchander krishnamraju on Dec 12, 2008 9:17 AM

  • How do I change the visible number range for the y-axis in numbers?

    I have a chart that has a lot of white space because the y-axis starts at zero.I would like the graph to show the range 20-35. How may I omit the range for which I have no data?

    agood,
    You can control Max, Min, number of grid lines, etc. for X and Y axes.
    Here's an example from the Chart template:
    I've boxed the relevant areas.
    Jerry

  • Number Range For the accounting document

    Hai, 
    After creating the billing document, account determination error is coming.
    Message says that number range 01 is not maintained for the accounting document

    Go to OBA7, select the document type RV and execute.  There ensure that the object 01 in the field number range assignment.  Next go to FBN1, key in company code and ensure that the above object is maintained there.
    thanks
    G. Lakshmipathi

  • Number range for trans./event type WA in year 2010 does not exist

    Dear Sir,
    when i used t-code mb1c to initiate the stock, it occured this error message 'Number range for trans./event type WA in year 2010 does not exist'. i've used t-codes(OBMT,FBN1,OBH2), but it still doesn't work. can you tell me how to solve this problem, please?  thanks! the detail error messages as below:
    Number range for trans./event type WA in year 2010 does not exist
    Message no. M7562
    Diagnosis
    The number range for document number assignment has not been maintained in the year 2010 for the transaction/event type WA.
    Procedure
    Contact your system administrator.
    If you are authorized to do so, do you want to check the number ranges for the
    Material documents
    Reservations?

    Follow the below instruction as specified in note 370236.
    Maintain the number range intervals in Transaction OMBT or in Transaction SNUM.  For every interval of the previous year, there should exist an interval with a year specification that is larger than or equal to the current year.Then assign the interval to a number range group.
    The attached analysis report 'ZNRIVCHECK' carries out the following check:
    If the year and the document type are entered, the report checks whether an interval exists for the document type and for the year.
    If the year is entered or the year and the number range object are entered, the program checks whether the intervals of the previous years exist for all of the year-dependent objects in the specified year.Check whether intervals are needed for all entries of the results list and whether the interval was assigned to the number range groups.
    thanks
    G. Lakshmipathi

  • Error: Number range  for object RESB does not exist

    Hi
    I'm trying to convert a planned order (to purch requisition) partially via trxn code MD04. Upon saving I get the above error msg. The complete text of msg is as  follows. I've maitained the number ranges of all the objects specified in this error msg. Can somebody explain on how to overcome this problem?
    Many thanks
    BE
    Error Msg Text:
    Number range  for object RESB does not exist
         Message no. 61501
    Diagnosis
         The system cannot create a document for an MRP element if no number
         range or interval has been maintained in Customizing of MRP or if t
         number range you have maintained is not allowed.
         Below is a list of MRP elements that are affected:
         Number range object  MRP element
         PLAF                 planned order (operative oder simulative)
         EBAN                 purchase requisition
         RESB                 dependent requirements
         MDSM                 simulative dependent reqmts (long-term plannin
         MDTB                 MRP list
    Procedure
         Check the number ranges in Customizing. If you do not have the necessa
         authorization, please get in touch with your systems administration.

    Hi
    Thanks for the reply. But I have maintained the number ranges for matl. reservations/dependant requirements at OMI2. Here is the screen shot..Do find anything wrong with it? Pl advice.
    NR Object                             MRES/DREQ
    No.                          From Number            To Number          Curr Number          Ext
    01                           0000000001               8999999999           380                    blank
    02                           9000000000               9500000000           blank                  checked
    RB                          9500000001               9999999999           blank                  checked
    Number ranges for the plants are assigned to 01 (0000000001 to 8999999999).
    thanks
    BE
    Edited by: Brian Elfie on Jan 10, 2008 11:27 AM

  • Alphanumeric number range for object QMERKRUECK

    Hi all
    I have raised a question on number range object QMERKRUECK few days back.
    Internal number assignment for object QMERKRUECK (numbers are in critical area)
    With reference to the same please let me clear, if it is possible to create alpha numeric number range for the same object.
    I tried in SNRO but system does not allow for this.Next is , if any userexits are there to achieve this.
    I know, this issue is hardly seen in any implementation but if anybody has gone through this and got a proper solution, please share your experience.
    Regards
    D Mohanty

    Hello,
    You can define number range for Purchase requistions in OMH7 transaction agaist each number range number and you assign can assign these number range number to your purchase requistion document types in SPRP >> Materials management >> Purchasing >> Purchase requistion >>Define doucment type.
    E.g for NB doc type number range number is 20
    and in OMH7 number range number 20  has interval from- 2000000000 to 2099999999
    same way
    for RV doc type number range number is 21
    and in OMH7 number range number 21  has interval from- 2100000000 to 2199999999
    Regards,
    Shailesh

  • MIGO -Number range for trans./event type WE in year 2012 does not exist

    Hi  to all
    i got one erro while  going do MIGO , error is  
    Number range for trans./event type WE in yar 2012 does not exist .But i checked in OBA7 for the document type WE for that company code i have already maintain number ranges for the year 2011. but system showing error message is  WE in year 2012 does not exist . how it showing .Actually My fiscal year is 2011 . why system asking maintain number ranges WE in year .After that i maintaion number ranges for the fiscal year 2012 . and try to post MIGO but i got the same error .Please help us in this sence
    Error Details :
    Number range for trans./event type WE in yar 2012 does not exist
    Message no. M7562
    Diagnosis
    The number range for document number assignment has not been maintained in the year 2012 for the transaction/event type WE.
    Procedure
    Contact your system administrator.
    If you are authorized to do so, do you want to check the number ranges for the
    u2022     Material documents
    u2022     Reservations?
    Thanks in Advance
    Rajesh

    Hi Tej,
    Even I am getting the same error
    "number range for trans./event type WE in year 2014 does not exist"
    I have maintained the below number range in tcode OMBT,
    Am I missing anything?? Please help!!

  • Number range for trans./event type WA in year 2006 does not exist

    hi
    while posting stock in MB1C screen the following error has been faced by me, i hope a answer from any one of u.
    thankyou
    venuprasad

    Hi Venu,
    In the sytem there is no number range assignment for event type WA (Goods issues)in the year 2006. In SPRO -- Materials Management -- Inventory Management -- Number ranges for material documents -- Number ranges for Goods Issues/transfer posting -- For WA insert year 2006 and assign the number range for the year 2006.
    Number ranges for material documents will be maintained year wise.
    Hope this clarifies. If you have any issue. Post it back.
    Thanks,
    Viswanath

  • External number range for service items?

    I want to create Purchase order with services using BAPI. Is it possible to set external number range for the extrow / introw, so that if I need to change a service line item, I will be able to find out which service item needs to be changed.

    It depends on whether you have a service master or not.
    1. If you have service master, then there will be a service number (just like a material number). You can use that identify which one has to be deleted.
    2. If NOT, then they would still send the text for the Service lines (I guess this will be unique for each line item). So, you will have to identify the line to be deleted by that.
    Makes sense?
    A question - You are saying you will get information to update the PO, but how does the system know which PO to be updated, how are you going to identify which PO needs to be changed?
    Regards,
    Ravi
    Message was edited by: Ravikumar Allampallam

  • External number range for Sales Document

    hi,
        I have a requirement to generate external number range for sales document. I tried this user exit (MV45AFZZ) to generate external number.
    FORM USEREXIT_NUMBER_RANGE USING US_RANGE_INTERN.
    Endform.
    between these form and enform i written my logic and passing to US_RANGE_INTERN. But can one suggest where to write to generate external number range.
    Can any one help me out.
    Thanks and regards,
    Vijay.

    Hi
    Here you can assign a different number range for your sales order.
    The number range is linked to the order type (field VBAK-AUART), this link is done in customizing.
    It usually uses this routine if it can't assign the range in customzing because (for example) for different sales area it need have different number ranges for the same order type.
    So you should create an external range by trx SNRO and then assign the number before entering in the main screen of va01 or saving the document.
    When you need to assign the number depends on how you want to manage your range.
    If you assign the number in entering you has to make sure to not assign the same number document to severals order to be created in the same time by several useers.
    Max

  • Create a number range for job keys

    We have different business units within our company and would like te set up different number ranges for the job keys that are generated on the organizational data for the different business units.
    My steps to create a job key is as follows:
    - Go to transaction PP01
    - Select "Job" on Object Type field
    - Select "Object" under Infotype Name on the Active tab and click on create.
    - I now create my Object abbreviation and object name
    - When I save, the screen returns to PPO1 and the Object ID field now have a job key number in (which is linked to the Position number and displayed on IT0001).  The number is e.g. 60000000
    My question is, that if we are creating a new object ID for  e.g. for Business Unit 1, we would like the Object ID to generate a number in the number range e.g. 60000000 - 69999999
    If we we are creating a new object ID for e.g. for Business Unit 2, we would like the Object ID to generate a number in the number range e.g. 70000000 - 79999999
    Etc.
    Is it possible to do something like this as there is no indication on PP01 as to what Business Unit you are creating this Object ID for and therefore it would not know what number range to allocate.
    Is there perhaps someone that is doing it this way and who has a solution for me.
    Regards
    Helmien

    Hi helmien vanrenen ,
    Go for transaction code OONC or table T77S0 and group NUMRG  COMP Do not enter value.
    Next step is go to transaction code OONR here you can assign the different number ranges for different Object Types.
    Warm Regards,
    Kapil Kaushal

  • Yearly Number Ranges for SD Invoices

    Hi SAP Gurus,
    My client wants to have number ranges for the sales invoices starting from 1 every year. How can we do this?
    Is there any user exit or any way this can be achieved please let me know.
    Thanks in advance.
    Naren Dev

    Hi,
    USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
    The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created.
    Create a Z table of your own with year,Billing Type and  interval Number.
    Call this table to look for a particular year.Like based on the billing date system will arrive the year and look up the Z table with year and billing type for the internal number and the number range will be picked.
    Regards,
    Saju.S

Maybe you are looking for