Changing Handling unit type description

Hi,
   Can we change the Handling unit type description.
For eg.
Currently I have it as follows
Type of HU   Short Text
0                       Carton
can i change it as follows
Type of HU   Short Text
0                       XXX
Pls let me know the procedure do the changes.

Hello,
OMLB for storage unit types.
Though if you are EWM then:
Integration with Other mySAP.com Components> Extended Warehouse Management> Additional Material Attributes --> Attribute Values for Additional Material Master Fields --> Define Handling Unit Type 
MArk as helpful.
Regards
Waza

Similar Messages

  • Change Handling Unit Dimensions

    Hi,
    Is there any function module to change Handling Unit Dimensions (length, height and width).
    BAPI_HU_HEADER_CHANGE does not help as this FM works only for non-assigned handling units where vpobj eq 12 ,05 and 06.
    I need something for VPOBJ = 01.
    Any idea. Thanks in advance.

    Hi,
    Why you need to change the dimension of Handling Unit ?
    Dimension of Handling Units are derived from the packaging material types, if you have a packaging material type like Pallet of different dimension you should create a different packaging material type and use.
    As this dimension of Handling Units is further required to calculate the Storage Bin Capacity in your warehouse.
    Please check and confirm.
    Regards,
    Harsh

  • How to Change Handling Unit User Status

    Hi All,
    I am trying to change the HU Status using FM 'STATUS_CHANGE_EXTERN' but its not working.
                 lx_huheader-hu_id  is the Internal Handling unit number.
                CONCATENATE 'HU'
                            lx_huheader-hu_id INTO
                            lv_objnr.           
                CALL FUNCTION 'STATUS_CHANGE_EXTERN'
                  EXPORTING
                    client              = sy-mandt
                    objnr               = lv_objnr
                    user_status         = 'E0002'
                  EXCEPTIONS
                    object_not_found    = 1
                    status_inconsistent = 2
                    status_not_allowed  = 3
                    OTHERS              = 4.
    Please guide me.
    Thanks
    Srinath

    HI...
    add this Export parameter in the call of function module,
               SET_CHGKZ                 = 'X'
    after chef id the objnr is correct.........remember to call the commit work, or BAPI_TRANSACTION_COMMIT after the status change.
    Marco

  • Changing Handling unit weight does not update delivery header weight

    Dears,
    when we pack an item on a palett, system calculates tara-weight + material weight = gross weight and inserts this value to the likp-btgew. this is correct.
    now it happens, that shipping departement uses a scale to get the 'real' weight of the handling unit. if the weigth differs, they change the loading weight of the HU. system calculates correct the new gross weight of the HU.
    But when going back to delivery view, the likp-btgew is not updated. Do we miss a setting?
    thanks a lot for your help!
    Michael

    wrong forum

  • Handling unit - t-code

    hi SDNers,
    I want to create one handling unit manually.and also i want to know the mandatory fields for creating handling unit.
    Since i am an ABAPer i dont know In which t-code can we create it manually.
    Thanks in advance.
    Reward sure for helpful answers.

    Hi ,
    HU02 - Creating and Changing Handling Units
    HUIBD Handling Units for Inbound Delivery
    HUIND Database Indexes for Handling Units
    HUMAT Handling Units Related to Matl Doc.
    LM18  Handling Unit Inquiry
    LM19  Handling Unit - Pack
    LM22  Handling Unit - Unpack
    LM47  nested handling units
    LT0B  Putaway Pre-Picked Handling Units
    LT0D  Transfer of Existing Handling Units
    LT0I  Removal of Handling Units from Stock
    LT0J  Put Away Handling Unit
    MPA_R MPA Reply Handling
    O3RAM Maintain material handling groups
    O3RAM Display material handling groups
    O591  QCI CUSTOMIZED MESSAGE HANDLING
    O5AM  In-transit batch/handling type
    O5AX  TD Customized Message Handling
    O5PL  TPI Customized Message Handling
    O5Z0  TDP CUSTOMIZED MESSAGE HANDLING
    etc etc........
    Regards,
    Shyamal

  • Handling Unit Number Range

    Hi All,
      How to give external number range to a handling uni.
    The scenario is:
    In HU02 screen I am giving packaging material number, material number and quantity.
    Than when I press enter system automatically taking one number in the handling unit field.
    But my client wants to give here an external number range not the internal number range.
    How to give external number range for the handling unit?
    Regards
    Ashis

    hai,
    I am also not having access to SAP currently i am giving you the following information, check this out
    Assigning New Numbers for Handling Units
    Use
    If, for example, you are going to deliver handling units worldwide, unique number assignment for identification of the handling units is necessary, and it is also a good idea to assign SSCC18 numbers ( see also  EAN128).
    Prerequisites
    In the Customizing settings for the packaging material type, you must maintain the Handling unit type field.
    In Customizing, choose Logistics General ® Handling Unit Management ® External Identification ® Define Number Assignment for Each Packaging Material Type.
    Maintain the HU type for EAN128 field for the relevant packaging material type.
    Procedure
    In the packing dialog, select the Pack material tab.
    Select the handling unit for which you want to assign an SSCC18.
    Choose Extras ® SSCC number assignment.
    Result
    A new SSCC18 number is generated and automatically assigned to the handling unit.
    regards
    Sudhir

  • BAPI Handling unit creation

    Hi Everyone,
    I am trying to create handling unit number using bapi
    BAPI_HU_CREATE.
    I am able to create the handling unit number.
    The problem arises in - no entry is getting created in line item table VEPO for the new handling unit number generated.
    Anybody having idea why no entry is getting created in VEPO table.
    Also, would like to know i want to update the inbound delivery with the new handling unit number generated.
    For that i am planning to use FM "WS_DELIVERY_UPDATE".
    Is this is the right approach to update the inbound delivery with this FM.
    Thanks in advance.
    Regards,
    Tarun

    Tarun,
    Here is the text from SAP Note - 581282
    You want to generate or change handling units for a delivery. You have planned to use the BAPIs for business object "Handling unit" for this purpose. (For example BAPI_HU_CREATE, BAPI_HU_DELETE, BAPI_HU_PACK, BAPI_HU_REPACK, BAPI_HU_UNPACK). Since these modules do not make updates on delivery, these cannot be used for packing in the delivery.
    In the same way it is not possible to pack deliveries with function modules of function group V51E (HU_CREATE_ITEM, HU_CREATE_ONE_HU, HU_DELETE_HU, HU_REPACK, HU_UNPACK).
    If possible, the packing of the delivery should occur via IDOC DELVRY03 (WHSCON). If this also is not possible, function module WS_DELIVERY_UPDATE can be used. Please note, however, that this function module is not released for customers. That is, it is subjected to changes via SAP. In case of changes it is possible that your program which uses this function module, does not run anymore after importing of a Support Package and that is is necessary to change your program.
    More options are currently not available.
    <b> That is why I am recommending not to use the function but to have a BDC on the non-enjoy transaction. </b>.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • STO-Handling units have been changed. No cancellation possible

    Hi All,
    I am getting the following error while doing the cancellation of outbound delivery in VL09.
    Handling units have been changed. No cancellation possible
    Message no. HUDIALOG304
    The Business Process:-STO(mov type 641) from Plant 1000 to Plant 2000
    ME21N->VL10B->HU02->VL02N(Assigning HU and PGI)->VF01(Proforma)->J1IIN(Excise)->MIGO(w.r.t Outbound Delivery)
    -> VL32N(PGR-Post goods receipt).
    Now i want to reverse the outbound delivery..
    For this I cancled the PGR in VL09(for Inbound delivery) and removed the assignment of HU then deleted the Inbound Delivery.
    Then cancelled the outgoing excise invoice.
    In VL09 for outbound delivery i am getting the error.
    Handling units have been changed. No cancellation possible
    Message no. HUDIALOG304
    Kindly guide me
    with regards
    Azeez.Mohd

    For this the solution is we need to do STO proces in reverse direction.
    i.e from receiving plant to supplying plant.
    So i am closing the issue.
    With Regards
    Azeez.Mohd

  • Deriving/ change the item category from handling unit

    Hi SAP GURUS,
    In vl01n I want to derive the item category based on the handling unit. Hnadling unit is derived from the payment terms.
    Please let me know the required configuration or the development for this.
    Thanks

    i need ur help regarding the Sales order item category redetermination.
             we are having two item categories YNAE and YNAG and it contain schedule  line categories CP and CB ( i.e for item category  YNAE schedule line category is CP and 
             for item category  YNAG schedule line category is CB), for YNAG Purchase Requisition is automatically created becz of functional setting on save and it is working fine.
             For every line item in sales order line item level item category YNAE will be determined by default as per functional settings.
             Now my requirement is that, if sales order line item doesn't contain 100% confirmed quantity, than i needs to change the default line item category YNAE to YNAG
             which i am trying to do it in USEREXIT_PRICING_PREPARE_TKOMP becz in this exit i am getting the values in XVBAP and XVBEP and  it is working fine .
             But schedule line category is not getting redetermined automatically what i mean is, if i change the item category to YNAG from YNAE in user exit corresponding schedule line category CB of YNAG is getting determined automatically at the schedule line level and if ichange the schedule line categories in XVBEP in exit USEREXIT_PRICING_PREPARE_TKOMP, changes are reflecting at the schedule line level but Purchase requisation is not getting created for schedule on SAVE and its delivary dates are also not getting determined properly. If press the option ATP check at the schedule line level than very things will getting corrected in the order.
    i am using UPDKZ = U  in both xvbap and xvbep for changes
    I feel that i am not doing this in proper way, do u have any idea about how to redetermine item category. please let me know if u have any idea .
    Regards,
    Vaddepally Manoj

  • Automatic creation of TO's for Handling Unit Inbound Delivery -del type HID

    Hi Guru's,
    I would like to create the putaway TO's for a Handling Unit inbound delivery automatically (delivery type HID). This means at the moment of the creation of the Inbound Delivery. The packing is also automatically done by the customizing of the delivery type. Did somebody faced this requirement before?
    Thx,
    Carl

    I found the solution:
    Choose Customizing activity Define Output Types for Inbound Delivery, and define output type WMTA. Enter the following values in the detail view of output type WMTA under General Data:
    Enter an existing Access sequence. Access sequence 0001 is predefined in the standard system.
    Set the indicator Access to conditions.
    Set the indicator Partner-indep. output.
    Save your entries.
    In the menu tree, choose the entry Processing Routines in the Customizing activity Define Output Types, and enter the following values:
    Choose entry 8 (special function) for the indicator Transmission Medium.
    Enter RLAUTA20 in the field Program.
    Enter ENTRY in the field Form Routine.
    Save your entries.
    Choose the Customizing activity Maintain Output Determination Procedure.
    Define a procedure and enter the output type WMTA in the control view of the procedure. The procedure E10001 is predefined in the standard system.
    To define a suitable condition record for inbound deliveries,
    choose Logistics -> Materials Management -> Purchasing -> Master Data ->
    Messages -> Inbound Delivery -> Create from the SAP menu.
    Enter the output type WMTA.
    Enter output medium 8 (special function) for delivery type Inbound Delivery.
    Select the desired Date/Time.
    Select the desired Language.
    Cheers,
    Carl

  • Structure AENDB has status X -Handling Unit Can No Longer Be Changed

    Hi,
    During TO confirmation using LT12 we are facing an issue with TO confirmation.
    we get the error
    ERROR-MsgNo :HUDIALO Handling unit / item has the status "cannot be changed"
    We identified that the AENDB value is set to X for the HU. Kindly can you let me know when this value is checked in the HU.
    Also where in the HU can we trace this
    Thank you

    Hi,
    Check the OSS note
    1925247 - Cannot confirm next TO item into the same pick-HU
    Thanks,

  • Changing posting date at usage decision for handle units. How?

    Does anybody know how to change posting date at usage decision for handle units (HU)?
    If the material is not managed by HU, SAP allows this modification (there's a button with a hat on it referring the material document header).
    For HU I cannot seem to change posting date!
    Seba

    Yes it's possible! Well,...unless for versions 4.6C, 4.7 and ECC 5.
    I've found SAP Note #752131 by which SAP declares that you can create the pushbutton from the Screen Painter referring the document header.
    That's all,.....so simple, and it works fine!
    This note applies ONLY to version 4.6C, 4.7and ECC 5 (which is the version the customer I am with has installed).
    Thanks anyway.
    Sebas

  • Output type for non assigment Handling Unit

    Hi All.
    I would like to make a Output type for non assigned Handling Unit
    Can anyone tell me about it?
    Edited by: John Brown on Feb 9, 2010 10:53 AM

    Make a new output type, transaction NACE, application V6 (Handling unit) and assign the output type to your output procedure.
    Create a new output requirement, transaction VOFM and assign it to the output type in the output procedure. In the requirement check on KOMKBV6-VPOBJ. The value of KOMKBV6-VPOBJ shows to which object the handling unit is assigned: '00' or empty for not assigned, '01' for outbound delivery. See the domain VPOBJ for all possible values.
    Reagards Jack

  • Handling unit output type

    Dear Team,
    requires inputs for the following points,
    1. can we able to find the GLaccount in Sales Document
    2. Please clarify what is Handling Units Output type, which all the scnario it can be used,
    Thanks and Best Regards,
    Muralidharan S

    Hi..
    1. Not possible..still In SO top menu Envornment- Analysis- A/c determination you can see the a/c det.procedure
    2. in NACE selce V6-HU and you can use 0001-output type..in VL74 u can check the prinputs
    Reg,
    JJ

  • Handling Unit Change Document does not exist

    I have created a Handling Unit and made changes to the Handling Unit. When I go into HUMO > GOTO > Chnge docs, the screen is blank. Further to this if I display the status of the Handling Unit, the change documents is not ticked. Basically, I would like to see all change documents relating to a Handling Unit. Your assistance is appreciated. Txs Poobie

    Hi,
    You've checking the @ correct place to see Change Documents but why you're not able to see those ?
    Are you sure that you've changed HU?
    Check if any 'Data Changed' exists in Tab-General Info of HU. If any Changed  Date & By exists, then it should display in Change Docs.
    Revert back.
    Regards,
    Anup

Maybe you are looking for

  • How to specify target="_parent" in a branch

    I want to use a branch to navigate to a page which is being called through an iframe. I need to specify the target of the branch is parent so it will open in the parent window and not the iframe.  Does anyone know how to specify the parent on a branc

  • Execute a linux command on java

    Hi i'm trying to execute a c binary on java , the binary is Tcpreplay tool , i tried with the class Runtime but it didn't work plz can any one help me thanks a lot

  • Multiple database sessions

    Not sure if this is an expected behavior or not. But while navigating through the Apex, clicking a tab creates a new database session(APEX PUBLIC USER) every time and does not get closed after user logout. If I log in to Apex (1 DB session) click any

  • "Allow log on locally" permission (SetInteractiveLogonRight) for SCOM 2012

    Hi Experts, Do we need to have  "Allow log on locally" permission (SetInteractiveLogonRight) for any of the SCOM accounts in 2012 R2? If yes why? Regards, Prajul Nambiar

  • What rights does AD MP Run as account need on 2012R2 DC's?

    Hi! My AD-guy has installed new DC's running Windows server 2012R2, and now SCOM is having trouble monitoring AD, DNS and DHCP. I will now create an account to use in monitoring AD. My question is: What rights does this Run as account need to success