Field Pick quantity is blank

Hi All,
I am using verison 4.6 C I have created 2 sales order with same data except for the shipping condition. The sales order 1 has an shipping condition that takes a shipping point 3004 and Storage location 304 them I create the outbound delivery starting by sales order 1 and the field Pick quantity (LIPSD-PIKMG) is filled automatically.
The sales order 2 has an shipping condition that takes a shipping point 3204 and Storage location 354 when I create the outbound delivery starting by sales order 2, the field Pick quantity is blank and the user has to fill it manually.
Can somebody tell me on what it depends?
In customizing the two storage location 304 and 354 have the same division 3001 and me it seems the same characteristics about shipment and picking.
Please help me.
Any assistance would be greatly appreciated.

Hi,
If non-warehouse management material is used.
To bypass Pick quantity based on configuration in Delivery Item Category, see the relevant for picking field.
Please do double-check on your configuration:
1. Shipping point determination, it seems your shipping conditionloading groupplant are OK since SO#2 can pick up shipping point 3204.
2. Storage location determination, it seems the shipping pointplantstorage condition are OK aswell, SAP can find Sloc 354.
3. Delivery Item category [0vlp], determine storage location and not relevant for picking should be selected.
That's all...
Regards,
~gum+

Similar Messages

  • Table and table field for PICKING QUANTITY.

    Hi friends,
           I need to use PICKING QTY in script. but it is in structure LIPSD-PIKMG.
    Please say Table and Field for Picking quantity.
    I need a table and field.
    THANKS in advance.
    balaji.

    Hi Tarani, Rasmi,
    Thank you for quick response.
          LIPS-LFIMG is Delivery Qty . It is not Picking Qty.
    please let me know for PICKING QTY to display in my Script.
    Thank you.

  • Exact field name and table name for Picking quantity

    Hi All,
    I need to know the field name for Picking quantity. If we go for VL02N transaction code and enter deliver number and go for picking tab, here in item details for picking quantity I need the exact field to catch it.
    Thanks in advance.
    Ramesh.

    Hi Ramesh,
    You can find Picked quantity in below way.
    table where picking quantity is
    Regards,
    Jai

  • Table Name For 'Picked Quantity' Field in VL03 Transaction

    Dear All,
                 I am not able to find out 'Picked Quantity' Field in VL03 Transaction.Can anybody provide me Table name and field name for the same.
    Regards,
    Mayank

    Hi Mayank / Masha.
    Your requirement is to find out the picked quantity for the delivery document.
    Please note that this value can never be found from any table & what you will find are only structures.
    For this you need to use / run a function module to fetch the Picked Quantity
    Functional Module: WB2_GET_PICK_QUANTITY
    Goto Tcode SE37 & enter the function module.
    Further enter the delivery details in the screen
    I_VBELN   - Delivery Number
    I_POSNR  - Item Number
    And Execute.
    E_PIKMG - the picked quantity.
    If you require to find picked quantity for any report you can very well ask your ABAPer to include this function module in your program
    Hope this solves your requirement
    Regards,
    Dhananjay

  • Database Field for Picked Quantity in Delivery

    Hi All,
    We want to know the Database Field for Picked quantity in a delivery. We checked the help for the field and it points to the LIPSD structure and the field PIKMG. However I could not find it in LIPS table or any other table. Could somebody please help me locate this field in the database ?
    Thanks,
    Amit

    Hi, This is late response i know, but maybe someone else is looking for same and needs code for same. Please keep in mind that you also need to check if users have done LT0G return from GI are back to picking bin. In this case you need minus the TO from total picking qty.
    ABAP routine:
    form LIPS_PICKED using LS_LIPS type LIPS.
       data: LT_VBFA type table of VBFA,
             LS_VBFA type VBFA,
             LS_LTAP type LTAP.
       select * from VBFA into table LT_VBFA  "Fetch to data from doc flow and count picked
         where VBELV = LS_LIPS-VBELN
         and   POSNV = LS_LIPS-POSNR
         and   VBTYP_N = 'Q'.
       clear LS_LIPS-LFIMG.
       loop at LT_VBFA into LS_VBFA.
         select single * from LTAP into LS_LTAP
           where LGNUM = GS_SCREEN_100-LGNUM
           and   TANUM = LS_VBFA-VBELN
           and   TAPOS = LS_VBFA-POSNN
           and PQUIT   = 'X'. "Picked!
         if SY-SUBRC = 0.
           if ls_ltap-vltyp = '916'. "Source is GI area => LT0g done, it is minus!
            LS_LIPS-LFIMG = LS_LIPS-LFIMG - LS_LTAP-VISTA.
           ELSE.
           LS_LIPS-LFIMG = LS_LIPS-LFIMG + LS_LTAP-VISTA.
           endif.
         endif.
       endloop.
    endform.                    "lips_picked

  • How to change the pick quantity in outbound delivery using bapi

    Hi,
    I am using BAPI_OUTB_DELIVERY_CHANGE for changing the outbound delivery picking quantity but there is no field to change the pick quantity.
    plas advice any BAPI to change pick quantity
    Regards,
    Krishna

    Krishna....have a look in the below threads where there was a similar requirement..
    error while using BAPI_OUTB_DELIVERY_CHANGE
    change outbound delivery

  • Picked Quantity to be made equal to Delivery Quantity in VL02n

    Hello Experts,
    Have a requirement, where upon when entering in VL02n with a delivery no, the Picked Quantity field (LIPSD-PIKMG) should be equal to Delivery Quantity (LIPS-LFIMG).
    Only the exit USER_EXIT_READ_DOCUMENT  of include MV50AFZ1 is being called when entering VL02n and in that i tried changing the value of LIPSD structure and even tried changing XVBFA-RFMNG field value, but it is not working.
    I understand that LIPSD is structure and noticed that picked quantity is getting stored in VBFA-RFMNG field...
    Please let me know if any one have come across the same requirement and resolved it technically, rather than functional approach of EK00 condition type or making the item category as non relevant for picking, we tried these options and it is not working for the business.  I got to see many previous threads on this topic, but there was no conclusion or technical solution provided.
    So looking for TECHNICAL solution based on your experience and whether it is resolved.  Its kind of urgent and would appreciate the help of experts who have resolved it earlier. thanks

    OK got it resolved.
    We have to use BADI LE_SHP_DELIVERY_PROC, methods CHANGE_FIELD_ATTRIBUTES and CHANGE_DELIVERY_ITEM. And it works.
    thanks

  • Picked quantity not getting updated in ERP outbound delivery

    Hi All,
    I have an outbound delivery which is replicated from ERP to EWM. I have confirmed the Warehouse task for picking & completed PGI in EWM system. The status update has taken place in ERP delivery (i.e ERP delivery status shows that goods movement is complete and the distribution status shows processing of the delivery in the decentralized system is complete). However the picked quantity (LIPS-PIKMG) is not getting updated in the ERP delivery. How do i make this happen?
    Regards,
    Smitha Pai

    Hi Smitha
    Picked Qty in ECC will never get updated when do the PGI in EWM. I think, this field is not designed when delivery is distributed as system assume picking will be done in other system in this case it is EWM.
    But You can always refer VBFA (Document flow table) to identify the picked quantity if you are working z report or interface to send this information.
    Thanks,
    Jagdeep

  • Urgent-Help needed in FM to update picking quantity in outbound delivery.

    Hi,
    I have to automatically update the delivery and picking quantity for an outbound delivery without doing any post goods issue.Could you please help me with any FM which does this with proper explanation.
    Any help will be greatly appreciated.
    Thanks,
    Sandeep.

    Check with FM : SD_DELIVERY_UPDATE_PICKING
    The above FM will update Picking in delivery
    Check the structure VBPOK ,within structure VBPOKKOMMI(Include structure)
    Field is PIKMG.
    Thanks
    Seshu

  • Picking quantity

    hi, can anybody tell me what is the field for open picking quantity and from which table i shld get it. actually am doing a print program for STO Delivery.
                            thnx in advance,
                 santosh.

    HI SESHU,
              LFIMG is ACTUAL QUANTITY IN SALES UNITS. cani use this field for picking quantity. because it is total quantity delivered right. pls help me regarding this.
              thnx in advance,
              santosh.

  • LSMW Custom program for updating picked quantity in outbound delivery

    I have been tasked with creating an LSMW that will update the picked quantity in an outbound delivery.  I originally thought of using a recording on transaction vl02n, but I need the LSMW to work with variable amount of item lines. 
    Through some research I figured out that FM WS_DELIVERY_UPDATE_2 can update the picked quantity.  I have successfully created a custom program that calls this FM. 
    I have created what I believe to be the correct entries in the SXDA0, SXDA1, SXDA2, and SXDA3 tables to make my custom program work with LSMW.  I am able to find my program in the "Maintain Object Attributes."  I am also able to "Maintain Structure Relations Step" (screen shot attached)  I am currently using VBKOK and VBPOK for the header and line item structures respectively. 
    My difficulty is converting the data.  I have tried everything from having no conversion rules to mapping many fields and I always receive the following error (screen shot also provided).
    Error analysis
    The statement
         "Move src TO dst"
    requires that the operands "dst" and "src" are convertible.
    Since this statement is in a Unicode program, the special conversion
    rules for Unicode programs apply.
    In this case, these rules were violated.
    Program /SAPDMC/SAP_LSMW_CONV_FORMS
    Include  /SAPDMC/SAP_LSMW_CONV_FORMS
    Row 1,080
    Module type (FORM)
    Module Name TRANSFER_RECORD
    Since I have run the conversion with no conversion rules I am very confused as to why I am still receiving this error.  Any insight would be greatly appreciated.

    For anyone I have uncovered some interesting things about my issue.  I started going through the conversion code piece by piece trying to figure out what data element the system was choking on. 
    After digging though the program and using the debugger I found out that the issue was in FORM transfer_record. 
    ASSIGN (g_record) TO <l_record>.
         CASE g_objecttype.
           WHEN '01' OR '02'.
             gt_buffer-record = g_record.
             gt_buffer-data = <l_record>.
             APPEND gt_buffer.
    If this LSMW was working
    g_record = 'VBKOK'
    <l_record> = 'VBKOK'
    But what is actually happening
    g_record = 'VBKOK'
    <l_record> = "Structure of some sort
    I do not know why this is happening since the field symbol is being assigned right before this piece of code.  Any suggestions are greatly appreciated.

  • Problem in using SD_DELIVERY_UPDATE_PICKING_1 - Picked Quantity

    Dear All,
    I am are facing a strange issue while using the FM SD_DELIVERY_UPDATE_PICKING_1. We have developed a custom program which calls the above FM to update the picked quantity ( PIKMG ) field in an Inbound Delivery order.
    The FM is working fine for most cases, but for some articles in a Delivery order ( VL02N) , when the same delivery order is updated twice or more with this FM , the picked qty gets added up with the old qty.
    Eg. Previous picked Qty is 6 CAR , I call the FM and populate the picked Qty field = 8 CAR. Now instead of the delivery order being updated with picked qty 8 CAR  it shows up as 14 CAR.
    This happens only in the case of few articles, for the rest of the articles the picked field is updated with the new value.  I have checked the conversion factor for the problematic articles in material Master and they seem to be fine. Any suggestion on why this could happen ? Any help will be highly appreciated.
    Regards,
    Sandeep

    Hello Sandeep,
    I am facing the same problem, do you have a solution for this behaviour?
    Regards
    Henryk

  • BAPI's for Batch Split and Update Picking Quantity

    HI All,
    I have the delivery details(along with batch number, MATNR etc), now i need to split the batch for picking.
    and then i need to sum the batch quantity and update this total quantity to the picking quantity and then update the delivery.
    I tried to use this BAPI function module BAPI_INB_DELIVERY_CHANGE.
    But i am unable to find the picking quantity field in this BAPI.
    Any idea about how to split the batches using BAPI's??
    and how to update the picking quantity using BAPI's?
    Thanks in advance.
    Vijay

    Hi,
    Can you share the solution for the above issue/
    Regards

  • Delivery picking by inputting picked quantity on batch input subitem

    Hi All,
    For example: there is one item in a delivery document which is batch splitted into a subitem 900001. now i want to pick this delivery in my program.
    in foregroud, i need to input 'picking quantity' on subitem level(900001) so that the status can be changed from A to C meaning picking finished.
    I tried using FM LE_MOB_DELIVERY_UPDATE but there isn't field for 'picking quantity'. some one advised using SD_DELIVERY_UPDATE_PICKING, but seems it has the same problem.
    Thanks advance for your help.
    Legend.

    Resolved.
    I am using function 'SD_DELIVERY_UPDATE_PICKING' for the picking:
    Part 1. Populate VBKOK
                    REFRESH VBKOK.
    Delivery# - DC2_VBELN
                    VBKOK-VBELN = DC2_VBELN.
                    VBKOK-VBELN_VL = DC2_VBELN.
                    APPEND VBKOK.
    Part 2 Populate VBPOK
    Delivery Items - ITAB_LIPS
                    REFRESH ITAB_LIPS.
                    SELECT * FROM LIPS
                    INTO TABLE ITAB_LIPS
                    WHERE VBELN = DC2_VBELN.
                    REFRESH VBPOK.
                    LOOP AT ITAB_LIPS.
                      CLEAR VBPOK.
                      VBPOK-VBELN_VL = ITAB_LIPS-VBELN."Delivery
                      VBPOK-POSNR_VL = ITAB_LIPS-POSNR."Delivery Item
                      VBPOK-POSNN = ITAB_LIPS-POSNR."Delivery Item
                      VBPOK-VBELN = ITAB_LIPS-VBELN."Pick Order
                      VBPOK-VBTYP_N = 'Q'.
    Check UECHA to determine whether the item is splitted subitem,
    because we only want pick the splitted subitem.
                      IF ITAB_LIPS-UECHA IS NOT INITIAL.
                        VBPOK-PIKMG = ITAB_LIPS-LFIMG."Picked Qty
                        VBPOK-MEINS = ITAB_LIPS-MEINS.
                      ENDIF.
                      VBPOK-NDIFM = 0.
                      VBPOK-TAQUI = ' '.
                      VBPOK-CHARG = ITAB_LIPS-CHARG.
                      VBPOK-MATNR = ITAB_LIPS-MATNR.
                      VBPOK-ORPOS = 0.
                      APPEND VBPOK.
                    ENDLOOP.
    Picking
                    CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING'
                      EXPORTING
                        SYNCHRON      = ''
                        NICHT_SPERREN = ''
                        VBKOK_WA      = VBKOK
                        AUFRUFER_T    = ''
                      TABLES
                        VBPOK_TAB     = VBPOK
                        PROT          = PROT.
                    COMMIT WORK.
    Hope this help for those have the similar problem.
    Thanks.
    Legend.

  • SD - copy picked quantity as delivery quantity ( VL02N )

    Hi everybody, I will be appreciate if sombody can helpme.
    I need to copy the delivery quantity to the picking quantity, becouse this is the most common situation that happend in this company. But, when I tried it, nothing happend.
    So, been in the VA02, I go -> Edit -> Copy Picked Quantity as Delivery Quantity, but nothing happend. Only sendme this warning message "Delivery quantity must be entered for the item".
    It's seems as something left me.
    Thanks,
    JEOS.

    First check the Delivery Item category"OVLP", whether "Picking relevance" check box is marked or  not.
    If it is activated then you have to pick the material.
    For that, you have to create a Transfer order for the Delivery (LT03). When you create a Transfer order, Enter your Warehouse no , Plant Delivery document number and proceed.
    The Delivery quantity should be automatically copied as Picking quantity which you can check in the overview screen in Picking Tab.
    It is mandatory that the Delivery quantity and the Picking quantity must be same to do PGI.
    As Picking is relevant for the item, so you must ensure that Picking location determination assignment  have been done.
    Otherwise, you can remove the activation from the Picking relevance field from the Delivery item category and try once.

Maybe you are looking for

  • Error reading product file driver files

    When attempting apply a large merge patch I receive the following error: Screening out files not valid for this installation... Determining valid on-site files... AutoPatch error: The following file is missing: /oracle/prodappl/pa/11.5.0/admin/driver

  • Anyone know of a way to backup SMS messages for FREE on a Mac?

    Anyone know of a good program to extract SMS messages from the iphone, or the backup file located in /Library/Application Support/MobileSync/Backup on a mac? Something that is able to put it into a .txt file or anything that is legible? And most impo

  • Feed not working

    when i try to sumbit a new podcast this error messege comes up "Error parsing feed: Invalid XML: Error on line 1: Content is not allowed in prolog." Any suggustions

  • 2600 classic screensaver

    Hi, just purchased a 2600 classic and cannot get the screensaver to work. No amount of variations of power or standby or switching on and off seem to work. Any ideas what I can do? Many thanks

  • Control Cycles

    Is there a configuration on a material or location [Production Staging Area] , where you can use a material control cycle in a way that would give you a red ball when scanning a material to the wrong PSA in production?