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

Similar Messages

  • Handling unit detail report against reservation Number (MB21)

    Hi experts
    for Internal material requiremnt we create reservation from MB21.then against that reservation number we transferred material from Ware house management system in form of Handling unit.
    As per process against that resrvation number system create Outbound delivery in MB1B n we do PGI for that (Mov type 311).
    Is there any report in standerd from that  we will get Handling unit detail agianst reservation number ?
    regards
    Pash@SD

    Hi,
    In HUMO, you can find HUs against Outbound Delivery in 'assignments to objects' TAB
    regards

  • Program code and transaction code  for handling unit detail

    Developed a SAP Script for the Handling unit details. Handling unit details is a document which has the details of materials, packaging materials and the level of packing. This Handling Units details will be issued to the customer at the time of delivery.

    Hi,
    Goto NACE transaction code , there you select the application area then  it will give you the list  of output types then select specific output click processing routines then you will see the program name and  script used.
    Or esle goto SPRO tcode then you can find the functional tab there also you can get the details.
    Thanks,
    Aditya

  • 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 for Delivery needed (Table VEKP in R/3)

    Hello all,
    do you know if there is any standard extractor for handling unit details of an R/3 delivery?
    I searched the Business Content and the available Extractors in R/3 but cannot find any.
    If there is none, what would be the best way to get some content of Table VEKP e.g. VEKP-VHILM? Define an own structure and create a view? Can I also do this with the delta functionality?
    Many thanks for your answers upfront.
    Peggy

    indeed my question "short description" is wrong, as one material can have only one base unit.
    If the base unit of one material in my system is CRT (crate) and the description is "box with 30 table  napkins packs", I need to know where store the description of the single "table napkins pack" or "pallete with 20 boxes of 30 table napkins packs" available under "Units of measure" of that material.
    The full hierarchy (pack-Box_pallete) of the material units are available in one SAP material, but there is only one place for one description.
    Thanks

  • 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

  • HANDLING UNIT DETAILS

    Dear All,
                       Pl guide me that  is there any  t. code by which details of all  handling units made  for a sales order or  for a Project or for a WBS element can be made to display .
    Regards,
    SAP11

    Hi,
      Check with tcode CUNI.Select unit of measurement.
    Regards,
    Dharma

  • Batch number field in Handling Unit detail (VT01N) is not editable

    Hi, Does anyone know how to turn the batch number field (screen field HUMV4-CHARG in program SAPLV51G screen 6410) editable?
    Right now, it is not allow us to specify the batch for delivery line item if there are multiple batches for the same line item when the item is packed into a handling unit.
    The batch number is in the delivery table but it will not come into the shipment table when the delivery is added to the shipment, nor the field is editable for user input.
    Please help!
    Thank you,
    Minami

    HI,
    If you are doing online check for userexits/customer exits....
    For userexits u can check in the subroutines node in se80(Program->SAPMV50A)....Please check the same.
    for customer exits ->SMOD->F4 help->Specify the package as 'VL' and see the ehnacements and then the funtion exits.
    Regards,
    Nagaraj

  • How to get hierarchy of a handling unit in delivery

    Hi All,
    We have a requirement of displaying in the form output highest level handling unit details(measurements length width and all).
    After that we want to display lower level handling units materials that has been packed.In the transaction Vl03n I can find this by just double clicking the parent Handling unit.
    To make simple how to get the hierarchy of handling units?
    If I know handling unit(say HU1) how to find there are some handling units(may be HU2,HU3) included in this handling unit HU1.
    I refered to the tables VEKP and VEPO it does not help me in this regard.Please suggest some body some idea on this.
    Regards
    Mahesh

    Hi,
    Have you look into field VEKP-UEVEL (Higher-Level Handling Unit)
    RF_SW_VEKP_READ                  Select from table VEKP - 1st layer
    VEKP_READ                        Select from table VEKP - 2nd layer
    Kind Regards
    Edited by: Raymond Friston on Apr 24, 2008 8:37 AM

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

  • Scrapping parts of a Handling Unit

    Hi,
    we sometimes face the situation that we have to scrap ONLY PARTS of a handling unitwhat was created by a production order (COWBPACK and COWBHUWE). Therefore we didn't find a functionality in SAP. So we move the whole HU via VLMOVE to a Non-HU storage location. Scrap the bad part of the HU via MIGO. Adapt the HU via HU02 and post the HU back to the HU-managed storage location via VLMOVE. This process is quite complicated for an enduser and contains also a lot of error potential.
    Is there a better standard procedure for this process (Transaction?). In the company it is standard to scrap on a internal order (what is also not possible within the HU-Transaction)?
    Can someone tell me the function-calls I have to use, when I want to create a program for this functionality? So far I tried to use HU_CREATE_GOODS_MOVEMENT to post the goods to the Non-HU-managed warehouse. I also used MB_CREATE_GOODS_MOVEMENT  for scrapping but now I'm facing the problem, that I don't know the function calls to bring back the goods to the HU-managed warehouse.
    Thanks for your help in advance
    Ignaz Erhart

    You can go to the table VBFA and enter the HU document number in succeeding document no. and give the preceding document category as 'J'. This will give you the corresponding delivery document for the HU document.
    To see the document details, go to transaction HU03, input you HU document number in the tabular column and hit execute. This will take you to the handling unit details screen. In the history tab, the delivery number is displayed in the Object Key column.

  • Delivery number of a handling unit number

    Hi,
    How can i see a delivery number of a handling unit numer?(in which transaction)

    You can go to the table VBFA and enter the HU document number in succeeding document no. and give the preceding document category as 'J'. This will give you the corresponding delivery document for the HU document.
    To see the document details, go to transaction HU03, input you HU document number in the tabular column and hit execute. This will take you to the handling unit details screen. In the history tab, the delivery number is displayed in the Object Key column.

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

Maybe you are looking for

  • Need to develop a help system

    I need to develop a help system for a Client-Server Oracle Form Application. Can any one suggest any good packages to develop Help system? Does any one tried Oracle Help for Java (OHJ)? Please let me know your recommendations and opinions, thanks. nu

  • How to tell if my dc7800 motherboard is bad?

    I purchased a used DC7800 CMT from ebay.  It had not HDD and little RAM.  I have 4 Gigs of RAM on it.  I have a HDD and I used XP a while back and dual boot with Ubuntu.  My problem is that after running the machine for about 20 minutes the USB keybo

  • Snow leopard freezing every hour at the same time

    Hi all, I've been having freezing problems with my macbook pro. I'm running 10.6.4 and have noticed that every hour to the exact minute, my computer will be unresponsive for approximately 30 seconds to a minute, and then returns back to normal. The t

  • Trying to purchase Touch firmware 3.1.1 - getting error 5002

    I am running Snow Leopard, iTunes 9, using a first-gen iPod Touch running 2.2.1. I am trying to upgrade to 3.1.1 but after every time I log in to purchase the firmware I get "error 5002: There was an error in the iTunes store." IS THERE ANY FIX TO TH

  • [SOLVED] Syslinux : Missing OS

    Hello On booting, Syslinux show me this error message : `Missing OS` After, the BIOS displays its `Operating System not found` error message. Syslinux is is properly installed (MBR right, /boot (/dev/sda1) is flagged bootable, with Syslinux on it, al