Reg : How to update handling unit packing details

Hi all
I want to update existing handling unit with new tare weight and gross weight using FM ws_delivery_update.
how exactly to proceed?
regards
jawahar

Hi Dude,
I was searching on SDN for updating the handling units. My requirement is similar to yours "Updating Weight and LengthWidthHeight". Can you please help me out as it has been long time the query was posted and i hope u might have completed it. I searched a lot on google and tried many function modules and BAPI also, but its not updating the handling unit.
Please help me and let me know..
Thanks in advance

Similar Messages

  • How to create Handling Unit using Process Order no. & Packing Instruction

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

  • How to delete handling units for a delivery

    While deleting delivery note there are hundreds of handling units.
    please help me how to delete handling units
    Thanks for the help
    Rajendra Prasad

    Hi
    u can delete Handling Units in change view delivery document.. Click Packing it will show Handling Units..By there itself u can delete..
    IN VL02N

  • Failed to update handling units status

    Hi,
    I'm joseph. I'm trying to load my shipment in LM30. I have 8HU's in one outbound shipment. I successfully loaded the 5HU's but on the last 3HU's i encountered problem "Failed to update handling units status" <note that they are nested HU's>.
    Do you know how to fix this problem?
    Thanks in advance!
    Edited by: jmanzanero on Jul 26, 2011 8:00 PM

    Hello ,
    Please consider the following points when doing the load process.
    If loading is by HU, the HU must be still in the warehouse but post good issue deletes the HU from the warehouse. With Transaction LM30 , you can load the HU only before the goods issue. Also , all of the RF transactions provided in the SAP standard product are to be used for the warehouse operations. Here , the HU must exist in the warehouse to be able to use the LM30 for loading.
    I hope this information has been helpful.
    Best Regards,
    Frank

  • Update Handling units

    Hi,
    I need to update the handling units (weight and dimensions) for the outbound delivery. Please suggest how can i update it.
    Thanks

    Hi,
    Iam using R/3 4.7 version. In the BAPI_SHIPMENT_CHANGE - source code it was mentioned to not to use it as its not offically released.
    BAPI_HU_CHANGE_HEADER - does not work for my requirement as its process only if the object key is "1 or 6 or 12". And where as my objectkey will be "4 i.e. packing".
    I searched few other function modules also like HU_HEADER_CHANGE and V51F_HU_HEADER_CHANGE but its showing some error to me.
    I need to update the existing record in VEKP table (shipment header details) and iam only having the shipment number. Updating the fields (Weight and length, width, height).
    Please let me know, if u have any idea for updating the handling unit.
    Thanks

  • 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.

  • Delivery Update: Handling unit : BAPI?

    Could not make BAPI_HU_CHANGE_HEADER to update the handling unit header field "INHALT - Description of Handling Unit Content". Also referred to SAP note  581282.
    It is required to update the handling unit of the delivery using remote FM. So BDC is not possible.
    Can someone share code of how to acheive this using WS_DELIVERY_UPDATE or other FM/BAPI? Thanks in advance.

    Does anyone found a FM to update this field ?  I have to update it in Batch.

  • Reg How to Update DeleteFlag Image (Default N)  Value in Table

    Hi Friends,
    I have One Column Delete Button(Style Image) in Advanced Table So Based on That Delete Button Click I need to Update Value in Table(DeleteFlag =Y )
    So How to Update Value in Table(Data Base).
    Select empno,deleteflag from Emp where empno=:1
    I attached this EmpVO to Advance Table So How to update Delete Flag(Y) Value.
    Hint:::::: Iam Using Packages(Pl Sql) And Read Only VO's Only.
    With out Using Package & EOVO Update is Possible In OAF.
    Thanks & Regards
    San

    Okay ,
    Here we go ,
    Step 1 : Select the item in the table ( image) and go to property inspector and select fire action , give some name for Action .
    Step 2 : Capture the above event from your controller class ( ProcessFormRequest () ) and Implement SQL statement
    Use below code :
    Import the followings
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    if ("YourEventID".equals(pageContext.getParameter(EVENT_PARAM))) // replace your event id created above
    Inside if statement Add code to handle sql statement .
    try
    String Query = " "; // write any single SQL statement along with bind parameter inside " " , in your case it should be update statement
    PreparedStatement stmt = conn.prepareStatement(Query);
    stmt.setString(1,Paramtervalue); //set your bind parameter value here ( where clause paramter )
    catch(Exception exception)
    throw new OAException("Error in Staffing Query"+exception, OAException.ERROR);
    Keerthi
    Edited by: keerthioaf on Nov 27, 2012 1:47 AM

  • How to find Handling unit for a given Sales order...

    From which table can we find the Handling unit for a given Sales order?

    hi this will help u.
    SALES AND DISTRIBUTION TABLES
    KONV Conditions for Transaction Data
    KONP Conditions for Items
    LIKP Delivery Header Data
    LIPS Delivery: Item data
    VBAK Sales Document: Header Data
    VBAP Sales Document: Item Data
    VBBE Sales Requirements: Individual Records
    VBEH Schedule line history
    VBEP Sales Document: Schedule Line Data
    VBFA Sales Document Flow
    VBLB Sales document: Release order data
    VBLK SD Document: Delivery Note Header
    VBPA Sales Document: Partner
    VBRK Billing: Header Data
    VBRP Billing: Item Data
    VBUK Sales Document: Header Status and Administrative Data
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    VEPVG Delivery Due Index
    with regards,
    Hema Sundara,
    pls reward if u find it helpful.

  • Handling unit,packing transaction profile

    Hi,
    Can anybody please tell me,
    what is significance of packing transaction profile ( T-code : OVHU2 ) & where do we assign it.
    Edited by: Raja on Apr 15, 2009 9:16 AM

    Definition: packing transaction profile..customized in OVHU2
    Definition: packing transaction profile
    Handling Unit Management (LO-HU)
    The grouping of parameters for the packing transaction as used in different areas.
    There are different profiles for packing in Repetitive Manufacturing and in delivery. The profile defines parameters such as the determination procedure, the display mode, and the packing mode for the packing transaction when used in a specific area.
    This profile is defined in Customizing for Handling Unit Management, IMG activity "Maintain Packing Transaction Profile."
    Return ->
    Definition: packing transaction profile
    Handling Unit Management (LO-HU)
    The grouping of parameters for the packing transaction as used in different areas.
    There are different profiles for packing in Repetitive Manufacturing and in delivery. The profile defines parameters such as the determination procedure, the display mode, and the packing mode for the packing transaction when used in a specific area.
    This profile is defined in Customizing for Handling Unit Management, IMG activity "Maintain Packing Transaction Profile."
    Return ->
    Definition: packing transaction profile
    PLease check this..
    [https://forums.sdn.sap.com/click.jspa?searchID=24864047&messageID=7324260]
    karthick

  • 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

  • How to retriew Handling unit

    Hi all,
    i have to retrive a handling Unit No.(vekp-exidv) using the input as P.o(lips-vgbel). The relation ship between these two tables is that i have a delivery no.(vbeln).  In tables (lips-vbeln)delivery is same as of that vekp-vpobjkey. please suggest me a perfect select statment that shuld retrive the handling unit using po.
    lips-vgbel(doc.no) refernce for po
    vekp-vpobjkey(key for objects to handle handlingunit i.e delivry), vekp-exidv handling unit. .
    regards
    siri

    Hi,
    Check the code,
    select vbeln vgbel from lips into table itab where vgbel = p_vgbel.
    loop at itab.
    it_lips-vpobjkey = itab-vbeln.
    append it_lips.
    endloop.
    select exidv
    from vekp into table it_vekp for all entries in it_lips
    where vpobjkey = lips-vpobjkey.
    Reward if it is useful.
    Regards,
    Bhanu
    Edited by: Bhanu  P on Apr 15, 2008 8:23 AM

  • Reg:How to update VC values using BAPI_SALESORDER_CREATEFROMDAT2

    Hi,
    We are creating sales order using the BAPI_SALESORDER_CREATEFROMDAT2 FM but we also want to update variant configuration values in those sales orders. I'm passing these tables (ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_VALUE) to the FM.'
    The sales order is been created but the VC characteristics are not getting updated.
    After the FM I am calling the commit also..
    Am I missing anything..Please guide me how to update the VC values..

    hi,
    use swo1 for uploading BAPIs
    regards,
    uttam.

  • Can someone please advise me how to update my credit card details with iTunes

    Hi, i have updated my personal details with apple but can't seem to find a place to update my credit card details.  can someone help me please?

    You should be able to do it on your computer's iTunes via the Store > View My Account (Store > View My Apple ID on iTunes 11) drop-down menu option - there should be a payment section on there. Or you might be able to do it on an iPad, iPhone or iPod Touch by tapping on your account id in Settings > Store (Settings > iTunes & App Store on iOS 6).

  • How to update the loggedin user details using iuser

    Hi,
    our requirement is to edit and save the logged in user details retrieved from iusercontext.
    Please anyone help me out.
    please provide any sample code snippet regarding the same.
    Thank you,
    Hareesh
    Edited by: hareeshvenkat on Aug 30, 2011 12:42 PM
    Edited by: hareeshvenkat on Aug 30, 2011 2:03 PM

    Hello,
    You can change details of the user via IUserMaint interface.
    for example this is how you change the language of the user :
    IUserMaint Muser = uf.getMutableUser(userUniqueid);
    boolean res = Muser.setLocale(new Locale("en"));
    Muser.commit();
    You can find details about IUserMaint  in [http://help.sap.com/javadocs/NW04S/SPS09/se/com/sap/security/api/IUserMaint.html]
    Constantine

Maybe you are looking for

  • ACL found but not expected.................

    I powered up my iMac (intel) and I got a blank white screen - up until this point it would be up and running in a second or two so this was a shock. I forced a shut down and had to restart a couple of times before I got a white screen with the apple

  • AD password sync version

    Hi, I've read the following in AD connector documentation: The architecture of the password synchronization connector has been completely overhauled in release 9.1.1. We have AD UM v. 9.1.0.1 and we are planning to install AD Password sync v. 9.1.1.

  • CS4 liquify tool error

    Something very strange has just started to happen to me with CS4.  I've been running CS4 on my Mac Pro for quite some time without any problems.  Just yesterday I began to run into something like a mini "crash" when using the liquify tools. Previousl

  • DW MX 2004 Slow with large files?

    I'm using DW MX 2004 with a static website with a few thousand files. It's very slow when opening multiple files at the same time or opening a large html file. But DW4 is fine, nice and quick compared with DW MX 2004. Is there any way to help DW MX 2

  • Trace files filling up on server

    11.1.0.7 - 64 bit on Solaris It appears tracing has been enabled on our database in the last one week as the trace directory is getting filled up. However this is what it's showing: SQL> show parameter trace NAME                                 TYPE