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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Handling units were changed. Cancellation no longer possible

    HI All
    Iam trying to reverse goods movement using VL09 transaction code.
    System shows an error "Handling units were changed. Cancellation no longer possible".
    Following is the history
    Ii have a purchase order, outbound del with HU, inbound delivery with HU.
    Due to some reason I have unassigned HU in inbound delivery and inb del has been deleted from system.
    Then i tried to reverse the PGI doc for outbound del with tcode VL09
    Please advice
    regards
    satyaprasad

    Hi
    As per your advice i tried steps(below) mentioned in SAPnotes but still Iam getting same error.
    Please advice
    1. Call transaction VL32N for processing inbound deliveries and search for the inbound delivery that is assigned to the outbound delivery which is to be reversed. For this purpose, use the search help E external delivery number of the vendor and enter "*<delivery number>" as the search criterion (the placeholder * is required because the delivery number has leading zeros).
    2. If the delivery contains handling units, go to the packaging screen. The next steps depend on whether handling unit management is active:
    If handling unit management is inactive, delete the handling units of the inbound delivery.
    If handling unit management is active, delete the assignment of the handling unit to the inbound delivery using the corresponding function. The handling units are then assigned again to the previous outbound delivery.
    3. Delete the inbound delivery.

  • How to change stock category of handling units at mass level without Development

    Hi,
         We have hundreds of handling units with stock category "blank" in our returned stock storage location which is HU managed. MMBE shows different
         value in Return stock  what  we see in HUMO is  only One HU with very less qty. visible with stock category "R".inventory stock is different than the    
          HU  stock visible in HUMO
         can some one help in explaining how can we change the stock category of HU's from Blank to R. is there any standard process offered by Sap.
         Development of program to get it done is out of scope right now
         Thanks,

    i am struggling to figure this out too.right now we if i look into MMBE i see the returned stock
    value.but HUMO does not show any handling units with stock category R when searched
    though Storage location is HU managed.i suspect user has done GR without delivery which cause the dependency.
    Thanks for quick response.

  • Line items are clubbed in Handling Unit's

    There are two line items in delivery for same material , while packing  I am selecting single line item  and packing it . But when I select line item 10 and try to pack it, line item 20 also automatically getting clubbed with line item 10 and getting packed together .
    For this material , rounding profile has been maintained .I canu2019t delete this rounding profile because when we process single line item for this material , system has to round off . Suppose , material is rounded off for 30 units in material master and  rounding profile has been assigned for this material.
    My requirement is handling unit need to be created for single line item , system should not consider 2nd line item while creating handling unit for first line item even though first and second line items consume same material .
    In delivery, suppose , there are two line items for same material . for first line item quantity is 20 and  for second line item , it   is 23 .  
    When I try to pack it manually , system should create 2 handling units with quantity of  20 and 23 nos .  System   should not create handling units with quantity of 30 and 13 .
    What configuration change I need to make in handling unit management .
    Thanks In Advance
    Jaya

    Hi Pratyush
    I have checked up in  both the places, POP2 and POF2,  target quantity was mentioned as 1 only for this material  .
    still ,Why is system not considering only one line item's quantity while packing . why is it clubbing both line items .
    Pls help me ........

  • How to unassign handling unit in outbound delivery?

    (Don't Want to delete HU onlu unassign it from delivery: WM requirement)
    I would like to unassign HU in an outbound delivery.
    code i'm using make the handling unit disappear in the overview of HU.
    but corresponding line in the "item overview" are still existing.
    And when I want to copy pack quantities as delivery quantities, system tell me that "50.000 M have already been packed. Quantity cannot be changed. "
    How can I do, to do as if i pushed button "delete assignment" in HU overview?
    Here the code I'm using:
    CALL FUNCTION 'HU_PACKING_REFRESH'.
    CALL FUNCTION 'HU_GET_HUS'
    EXPORTING
    if_lock_hus = 'X'
    it_venum = I_VENUM "it_venum contains l_venum
    IMPORTING
    ET_ITEM_SERIALNO = o_item_serialno .
    CALL FUNCTION 'V51P_DELETE_RELATIONSHIP'
    EXPORTING
    IF_CONTROL = 'X'
    IT_HUS = i_venum
    IMPORTING
    ET_NEW_HUS = LT_HUS
    et_messages = lt_messages
    EXCEPTIONS
    FATAL_ERROR = 01 .
    CALL FUNCTION 'HU_POST' .
    call function 'BAPI_TRANSACTION_COMMIT'.
    Please let me know the function module if anybody has idea to unassign from delivery.
    Edited by: Akshay Kale on May 4, 2010 7:04 AM

    Hi Akshay,
    This question is marked as Answered , can you please let me know how you have resolved this error .
    My Requirement is to remove HU assignment from inbound Delivery . If possible can u provide me the code snapshot to remove assignment for inbound delivery.

Maybe you are looking for

  • How to insert data from file into matlab script node

    I have interfaced input data from file to be processed using matlab script node. But the problem is that I could not capture the multiple data into matlab script node and to convert it into matrix. Further to this I need to process the data by plotti

  • Device not compatible with iPhone

    My new car (2010 Nissan Versa) has an auxilliary input port that allows me to play mp3 music through the radio. It worked great with my old iPod, but when I try to connect my brand new iPhone 3gs, I get an error message stating that the device (the c

  • Style sheet not linking is frame

    Hi, I have a frameset with three fames. Each of the frames links to a style sheet called site.css via and included file. None of the frames are linking the style sheet, but if I load each file independently they work fine it works like this... All fr

  • IPod touch and Facebook App

    Last night I deleted cookies in Safari and now I when I choose to use the Facebook app, I get the msg cookies are not enabled. How do I resolve this? Thank you

  • Lock rectangle mask shape while resizing?

    Today I spent hours with masking color mattes as rectangle background boxes for subtitles. Is there really no way to edit height or length of a rectangle (4-point polygon) mask individually while ensuring that the mask stays rectangle? I know: holdin