Handling Units Deletion from Shipment

Hi,
    I got a problem in deletion of handling units using the FMs V51P_FILL_GT and then HU_PACKING_AND_UNPACKING. The FM HU_PACKING_AND_UNPACKING has got a structure gt_xvekp which gets populated dynamically when a HU is deleted from a shipment, but this is not happening when i call the FM separately in a program. Can any one help me or provide me a sample code in resolving this.  Correct answers would be rewarded.
Thanks
Abhishek

Hi,
LT06 is to create TO with reference to material document.
I'm not sure what you want exactly. You marked creation of TR in customizing - in this case you have to create TO from LB10 from the automatically generated TR or you can create TO automatically with suitable reports (you have to run programs in background).
http://help.sap.com/erp2005_ehp_04/helpdata/EN/97/91cfd2571211d4b3210050045571f7/frameset.htm
http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f8406c4afa11d182b90000e829fbfe/frameset.htm
If you want to have immediate TO (you want to create the TO at immediately after GR si posted), you have to set it in customizing in WM-IM interface. Please read OSS note 566090 for details.
Please also search on the net / forum.
Regards,
Csaba

Similar Messages

  • Handling Unit Information from sap mm point of view

    Hi all.
    Looking for Handling Unit Information from sap mm point of view.
    Regards.
    Parameshwar
    Note : Please search forum before posting.
    Edited by: Jeyakanthan A on Sep 22, 2011 1:20 PM

    Please refer the below links
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/LOHU/LOHU.pdf
    http://help.sap.com/bp_bblibrary/600/html/G74_BB_EN_US.htm

  • Handling unit details from memory

    Hi All,
    I am trying to see the handling unit details before the delivery is saved. I tried couple of FM but the IMPORT parameters very vague. Does any one know a way how we can read the HU details before saving the delivery.
    Thanks in advance,
    Karuna.

    Hi Karuna,
    sorry, i had not read carefully.
    I have placer thte total weigh into LIKP - into the header into LIKP-BTGEW
    to do so, you must bring your data into the table of xlikp.
    -- your HU's may have sevaral material numbers and whith your coding, you get the total of all Materials.
    At the End of the delivery note, i transfer the weigh into the positions, so that the sum of all positions is equal the LIKP-BTGEW.
    here i have to put the data into xlips.
    === my coding ist :
    loop at xlikp......
          xlikp_sav = xlikp.
           xlikp-btgew =
           xlikp-gewei =
          if xlikp-updkz is initial.
            read table ylikp with key vbeln = xlikp-vbeln.
            if sy-subrc ne 0.
              append xlikp_sav to ylikp.
            endif.
            xlikp-updkz = 'U'.
          endif.
          MODIFY xlikp TRANSPORTING btgew ntgew gewei anzpk updkz
                       where vbeln = xlikp-vbeln.
    endloop.
    ====
    my coding  für the Positions :
    loop at xlips where vbeln = xlikp-vbeln
              xlips_sav = xlips.
    xlips-ntgew  ...
             if  xlips-updkz eq space.
                read table ylips with key vbeln = xlips-vbeln
                                          posnr = xlips-posnr.
                if sy-subrc ne 0.
                  append xlips_sav to ylips.
                endif.
                xlips-updkz = 'U'.
              endif.
              MODIFY xlips TRANSPORTING brgew ntgew GEWEI updkz
                           where vbeln = xlips-vbeln
                           and   posnr = xlips-posnr.
    endloop.
    Hans

  • Handling unit deletion in delivery

    Hi
    Can any one help us on how to unpack and delete HU from Outbound delivery? When we go through VL02N and do the unpacking and delete the HU and try to save that, system is giving the error message:
    Within the delivery, posting change not possible for stocks
    Message no. HUDIALOG107
    Diagnosis
    During current processing, materials have been packed or unpacked that refer to a HU-managed storage location. During delivery processing, it is not possible to make a transfer posting of stock between HU-managed and non-HU-managed storage locations.
    System response
    It is not possible to go back to delivery. The data cannot be saved.
    Procedure
    Pack the quantity that has before been unpacked or unpack this quantity again.
    Greatful for any indication of the approach to do this.
    Thanks
    Sriram

    hello sriram
    there is a deletion icon on the right hand side of the screen when we do the packing itslef, so go to vl02n, go to packing screen, there u can see the deletion icon, (a dustbin like) now select the HUs to be deleted, then click the delete icon, it will be deleted. now save the order again.
    hope this helps u.
    suresh

  • Handling Unit packing into shipment

    Hi experts,
    At our client, we are developing a new packing function similar to HUPAST, but which is capable of packing at the shipment level.
    Our requirement is that, packing will be done directly at the shipment level. Products are NOT packed into deliveries first. For this, we made packing not mandatory in the configuration which allows us to pack directly at the shipment without packing at the delivery. We tried using VT02N and pack the materials of different deliveries into different HUs. But this VT02N screen is not user-friendly (scanner friendly) and we want to develop something similar to HUPAST, but at the shipment level.
    Is there a FM which will create HU and associate it with the shipment? BAPI_HU_CREATE will create HU, but can we link that to shipment using BAPI_HU_CHANGE_HEADER or is there any FM for this
    Please help me
    Thanks
    Challa

    Hi,
    I hope you can use below FM's for packing.
    BAPI_HU_CREATE
    HU_PACKING_AND_UNPACKING
    HU_GET_HUS
    HU_POST
    WS_DELIVERY_UPDATE
    Hope this helps you....
    Rgds,
    Kris.

  • How to Issue Output for a Single Handling Unit from Shipment

    Hi,
    I would like to know how to issue an Output for a Single Handling Unit from Shipment, i mean i have attached an output type 'ZPN0' (Customised) to a Handling unit in the Tcode VT03N to a Handling Unit.
    VT03N>click on Handling unit icon> select a handling unit --> go to Extras --> Output --> give the Out put type (maintained)) -- > saved.
    Once i come back --> i did not find any option / icon to issue the output from VT03N for handling unit. We have an option to issue output for the Entire Shipment.
    Tried alternative by going to VT70, give the shipment no, and output type for handling unit. When executed, Getting a message "No Messages Found".
    let me know how to issue the output for a handling unit of the shipment. Only Handling Unit & not the entire shipment.
    Regards,
    Swapna

    Dear Swapna ,
    maintain out put type for handling units in V V 61

  • Output for a Single Handling Unit from Shipment

    Hi,
    I would like to know how to issue an Output for a Single Handling Unit from Shipment, i mean i have attached an output type 'ZPN0' (Customised) to a Handling unit in the Tcode VT03N to a Handling Unit.
    VT03N>click on Handling unit icon> select a handling unit --> go to Extras --> Output --> give the Out put type (maintained)) -- > saved.
    Once i come back --> i did not find any option / icon to issue the output from VT03N for handling unit. We have an option to issue output for the Entire Shipment.
    Tried alternative by going to VT70, give the shipment no, and output type for handling unit. When executed, Getting a message "No Messages Found".
    let me know how to issue the output for a handling unit of the shipment. Only Handling Unit & not the entire shipment.
    Regards,
    Swapna

    Hi,
    For VT70 transaction have entered the Print control and Output device.

  • Handling unit - Shipment

    Hi all,
    I would like to get the number of handling units in a shipment. I dont find VTTK or VEKP fulfils this requirement.
    Can you please suggest any idea ?
    Rgds,
    Seema

    Hi Seema,
    You can get the handling unit number from VBFA table.
    Hit the VBFA table by giving VBELV as delivery number and VBTYP_N as 'X' ( which is nothing but handling unit).
    In field VBELN you will get the handling unit.
    You can use this handling unit number an hit VEKP Table to get more details on handling unit.
    Regards.

  • Handling Unit Link (VEKP-EXIDV) in inbound/outbound delivery

    Hello,
    I need to code the automation of logical pick and pack tasks in the trading company such that the following fields of the outbound delivery are automatically populated based on the corresponding fields from the inbound delivery:
    1.) Pick Quantity (LIPSD-PIKMG) comes from the pick quantity from inbound delivery to trading company
    2.) Batch Number (LIPS-CHARG) comes from the batch from inbound delivery to trading company
    3.) Handling Units (VEKP-EXIDV) comes from the handling units from the inbound delivery to trading company.
    I've found a way to link the outbound to it's corresponding inbound delivery through table EKES (link of stock transfer order number to the inbound delivery), however I could not find the link of the stock transfer order to the handling units (VEKP-EXIDV).
    Any idea on this?
    Thanks.
    Sincerely,
    Ice

    //What I found was that VBFA-VBELN = VEKP-VENUM, given that VBFA-VEBELV = inbound directory (LIKP-VBELN) and VBFA-VBTYP_N = 'X' (handling unit).
    From that link I was able to get the external handling units (VEKP-EXIDV) since the key VENUM has been identified.
    During the pick and pack i have to link the LIKP+LIPS  and VEKP  for handling unit and internal identification number.
    VBFA is for sales document flow which is helpful for forward and reverse navigation to itdentify the documents .
    Inputs for the Feed has to be from LIKP / LIPS and VEKP
    Please refer to tcode VL02N and in here check Packing options with all the subscreens of Packing Hu's and Single entry .
    regards,
    vijay

  • URGENT-IS RETAIL- SCANNING USING HANDLING UNIT (T.Code HUPAST)

    Hi,
    Can any body please let me know urgently the total configuration for Hupast in IS Retail. Will a functional person be able to do all the configuration? The requirement is system should be able to generate HU against the outbound/inbound delivery as we enter the packaging type in Handling Unit field (in T.Code Hupast). Then the stocks will be scanned against this HU with reference to the inbound/outbound delivery no. And PGI/PGR will be done using the HU no. Many retailers use this T.Code HUPAST. I have followed the functional specifications from "G74 - Handling Unit Management" from help.sap but still as I enter the packaging type in HU field the system is unable to generate the HU no.
    I will definitely reward points to the answers that will solve the purpose. Please give all the config steps.
    This is really very urgent.
    Thanks
    Anirban

    Did you ever get an answer for this?  We would like to backflush some HU managed materials as well.

  • Handling Units via Idoc

    Hi all,
    Im trying to create Handling Units in a Shipment with Deliveries by use of idoc SHPMNT05
    According to SAP docs I need to fill field EXIDV with $1, $2 etc.... in both segments E1EDT37 and E1EDT43 so that upon posting a HU Identifier number is created.
    However, this is not working and Im getting the error that system cannot create HU $1
    <E1EDT37 SEGMENT="1">
                    <EXIDV>$14</EXIDV>
                    <TARAG>13.600</TARAG>
                    <GWEIT>KGM</GWEIT>
                    <BRGEW>228.600</BRGEW>
                    <NTGEW>213.600</NTGEW>
                    <GWEIM>KGM</GWEIM>
                    <BTVOL>13679746.600</BTVOL>
                    <VHILM>not filled</VHILM>
                    <E1EDT43 SEGMENT="1">
                        <VELIN>3</VELIN>
                        <EXIDV>$1</EXIDV>
                    </E1EDT43>
                    <E1EDT43 SEGMENT="1">
                        <VELIN>3</VELIN>
                        <EXIDV>$2</EXIDV>
                    </E1EDT43>
    Any ideas are most welcome.
    rgds,
    eric

    Hi,
    you need to make sure the customizing of handling units match the values you give in your IDoc.
    Identifiers for handling units are determined during creation according to settings in Customizing for number assignment of the packaging material type for the packaging material that is being used. You can also assign default values for identifiers when you create handling units, although these values must correspond to the settings in Customizing.

  • Handling Units Configuration Steps

    Can anybody please send me the step by step configuration steps for Handling Unit.
    Thanks in Advace for your help.
    SUNIL

    The following process chain provides an example of how Handling Unit Management can be set up for integrated implementation in the relevant SAP components
    Process Flow
    Sales and Distribution
    ·        You receive a sales order for certain materials. If you have a special agreement with the customer as to the packaging in which this material is to be delivered, you can reflect this agreement by using existing (or creating) packing instructions and a corresponding packing-instruction determination record. You can use this agreement at any point during packing. If the agreement is limited to this particular order, the information is created in the order in the form of a packing proposal.  This agreement is then also available during packing in repetitive manufacturing and in the delivery.
    ·        An availability check is run for the order items. If the system determines that the sales order cannot be filled by using the warehouse stock currently available, a requirement is created for production (in the case of in-house production) or for purchasing (in the case of external procurement).
    Production
    ·        A manufacturing order (such as a work order) is created for the respective material on the basis of the order requirement.
    ·        The raw material required for production is reserved (if it is in stock).
    Purchasing
    ·        If the raw material is not available in sufficient quantities, or if the material required for the sales order needs to be acquired externally, purchase orders are created from the requirements generated for material procurement.
    Goods receipt
    ·        The vendor notifies the goods recipient of the delivery of the goods by using a shipping notification that also contains the packaging data. The shipping notification generates an inbound delivery that includes the packing information from the shipping notification. If there is no EDI notification, the inbound delivery must be created and packed manually for the purchase order. The handling units are put away and the inbound delivery is posted for goods receipt.
    Quality Management
    ·        If the packing data is known in the inbound/outbound delivery, an inspection lot is created for these handling units and the stock is posted to quality inspection stock upon goods receipt/goods issue.
    ·        If the handling units have been put away in HU-managed storage locations, the handling units can be re-transferred since the stock is still managed through the handling unit.
    Warehouse Management
    ·        Handling units with raw materials are provided in time for production in accordance with the production requirement.
    Quality inspection
    ·        As soon as the quality inspection is complete, the stock in the handling units is posted to unrestricted-use stock or to scrap materials, depending on the usage decision.
    Inventory Management
    ·        If the production storage location is not HU-managed, the goods issue of the raw material takes place through an explicit stock posting or through the verification from production.
    ·        If the production storage location is HU-managed, the goods issue takes place either after successful staging of the materials or through explicit specification of the handling unit.
    Production
    ·        The production process is executed and the raw materials are used.
    ·        The handling units that result from this step are planned.
    ·        As a last step, the material that was produced is packed, either in production or after production. The handling units that are created in this way are confirmed as implemented. If there was no planning, the handling units are created directly as implemented handling units.
    Quality Management
    ·        If the status of the handling unit changes from planned to implemented (or changes during creation of implemented handling units from production), an inspection lot is created for the handling units.
    Inventory Management
    ·        The handling units are posted for goods receipt after verification from production (or in a separate step). Quality Management decides whether the handling unit is to be posted to unrestricted-use stock, inspection stock, or quality-inspection blocked stock.
    Shipping
    ·        An outbound delivery is created from the sales order
    Warehouse Management
    ·        Transfer orders are created for the materials to be delivered and the handling units are picked from stock. If only partial quantities of existing handling units are required, handling units are created for the picked materials.
    ·        The picked handling units are confirmed to the delivery.
    Shipping
    ·        The handling units that were picked can be repacked in the delivery. If there is a packaging proposal in the sales order, the delivery can be packed automatically in accordance with this proposal.
    ·        Goods issue is posted for the handling units.
    ·        The customer is informed through EDI about this delivery.

  • Issuing a handling unit to production order

    Hi
    Is it possible to issue a handling unit to production order. Kindly through some tips in this regard.
    Thanks and Regards
    Saravana Kumar

    hi Sarvana,
    a handling unit consists of altogether several contents items that are listed as
    >full delivery items,
    >partial delivery items,
    >or even further handling units
    So from the above the handling unit consist of the items for delivery and are packed in one packaging
    material (box). The packaging material and the materials it contains form a handling unit that is
    assigned to a delivery and can be moved within the warehouse. The content of the handling unit is not significant for Warehouse Management. In fact, the contents can only be determined by referring to the delivery.
    So a HU can't be assigned to the production order within the same plant.
    for further assistance you can check the following link.
    http://help.sap.com/saphelp_47x200/helpdata/en/16/4bad1ba63611d2b44e006094b9b9dd/frameset.htm.
    hope this helps to answer your question,
    with regards,

  • How to delete the item from Delivery?? (Handling Unit)

    Dear SDNs,
    I have a scenario of HU (Handling Unit).
    Now here I have a case where the complete cycle is done. But end user now wants to change/delet the item in Delivery. So I have guided them to reverse all documents and it is done.
    Now delivery is in Editable Mode. Now here when I try to Delete Delivery Line Item.. It is giving Error like "Item has already been packed and therefore cannot be deleted"
    Diagnosis says "It is not possible to delete packed items."
    Procedure says "Unpack the item from the shipping unit before you delete it."
    Now when I select Line Item and click the PACK Button to go to the screen for "Processing of Handling Units for outbound Delivery XXXXXXX", it goes to the screen but here there is not Existing HUs available to Delete/Empty... whole screen is Blank.. even no Material to be packed...
    I think user have proceeded the cycle without HU assignment.
    So now I want to Delete the Line Items and want to insert fresh Items again...
    Any inputs???
    Thanks & Regards,
    HP

    Hardik Patel,
    I have checked your equirement frankly speaking i was not exposed to such an scenario. I got alink which will help you
    Handling Unit and Packing used across all modules.
    [http://help.sap.com/saphelp_47x200/helpdata/en/c8/a44b749f3211d2858d0000e81ddea0/frameset.htm]
    Here to your left choose Packing --> Working with Handling units --> Unpacking
    Therein you will have Unpacking, Deleting  HAndling units
    Just Check....
    Regards
    Sathya

  • Getting shipment number from handling units

    Hi Abapers,
    is there any bapi avaible to get the shipment number by passing handling unit identification number.
    Thanks & Regards,
    Swapna .

    Hi all,
    I found the solution to fetch shipment number based on handling unit.
    In table level, Go to SE11 transaction.
    Enter table name : VEKP.
    Pass VENUM(handling unit number).
    VPOBJ = 04
    and Execute.
    See the field value VPOBJKEY.
    This value is shipment number.
    If u got to table VTTK and pass this shipment number obtained previously. it will have entry with this shipment number.
    Thanks,
    Swapna p

Maybe you are looking for