Picking quantity is zero

Hi All.
When I am creating a delivery, the picking quantity is zero and the is disabled. What Do I have to do to execute picking ? Is it an error or I have to configure it ?
Thanks a lot.
Renato

Hi,
Can you check item relevant for delivery field in schedule category?
And whether item is relvent for picking or not?
Goto OVLP t.code and check the field for item category.
Regards,
Chandra

Similar Messages

  • Update picking quantity in delivery for batch split items

    Hi,
    I'm trying to use the function module WS_DELIVERY_UPDATE to update the existing deliveries. I'm able to do batch split for the items in delivery using the same FM. I have also requirement to delete these items (batch split items).
    To delete these items first we have to make quantities to zero. So I'm able to make delivery quantity of these items to zero but not picking quantity.
    If we do not make picking quantity also zero it will not allow to delete these items
    and gives an error message saying "item is already made available for transfer order".
    Could some one let me kow how to make picking quantity also zero for batch spit items using FM.
    Thanks

    Hi Vikram
    To nullify the Picking Quantity, we can use FM: <b>SD_DELIVERY_UPDATE_PICKING</b>.
    Parameters to be passed:
    VBKOK_WA
    -- VBELN_VL - Delivery Number
    -- VBELN - Sales Document Number
    SYNCHRON - 'X'
    VBPOK_TAB
    -- VBELN_VL - Delivery Number
    -- POSNR_VL - Delivery Item Number
    -- VBELN -- Sales Document Number
    -- POSNN -- Sales Document Item Number
    -- MATNR -- Material Number
    -- LFIMG -- '0.000'.
    Have tried this in both cases whereby we have partial picking done and full picking done and worked for both cases.
    Please try on your end too...
    Hope this helps.
    Regards
    Eswar

  • Update picking quantity in delivery (Batch split items) using function modu

    Hi All,
    I need to update a picking quantity with zero value in delivery for batch split items (Item numbers start with 900001. etc).I'm trying to use WS_DELIVERY_UPDATE
    and SD_DELIVERY_UPDATE_PICKING. I'm passing parameter VBKOK-KOMUE , and all other details, but it is not updating.
    I'm able to update delivery quantity of same item with zero value but not picking quantity.
    Could you please let me know how to achive this.
    Regards
    Vikram

    I think the number 900001is mean batch split line item.
    example:
    In Deivery Note:
    Item 10
         Batch 900001
         Batch 900002
    Item 20
         Batch 900003
         Batch 900004
    That right,

  • Error while TO creation LT10 - Putaway quantity not zero

    Hi All,
    I am trying to create a Transfer order via LT10 (or via LQ02) where the available stock is available. The error log that I see says - "Putaway quantity not zero", Message no. L1605.
    The stock Scenarion is like below:
    Total stock                   15
    Avail.stock                   15
    Stock for put.                40
    Pick quantity                  0
    What I understand for any stock transfer to happen there should be Available Stock. Now I want to use this 15 qty for further processing by using transaction LT10 or may be LQ02. Why does standard SAP not allow this?
    If I do the stock transfer via LT01 for above scenario it does allow us to use the available stock.
    The error is coming from below code of program RLS10034
    *........Quants mit einzulagernden Mengen nicht markierbar!............
      if itab-einme ne 0.
        itab-ikone = sym_locked.
        itab-msgid = 'L1'.
        itab-msgno = '605'.
        itab-msgty = 'E'.
      endif.
    Pls advice why the check is there in place when it could have been avoided and how to remove this check?
    Thanks,
    Ravi Sabhachandani

    yes you are right there is a check and with standard SAP that is not possible you need to look for alternate method.Never came across this type of scenario in past however my suggestion is to have a look on the below function module and user exit that might be helpful
    L_TO_CREATE_POSTING_CHANGE
    MWMTOAU3 for posting change notices
    Even if you are able to mange this with some custom code I see a operation issue there
    LQ02 is help to the change the stock from one stock type to another (or quant characteristic) as per your test data if I will transfer the 15 pc from unrestricted to Quality and later on the transfer order of 40 get's confirmed (which is having the unrested stock) in the same  bin (this depend on the configuration of mixing) how the worker will come to know which is quality reject or which is unrested by looking physically
    Total stock                   15
    Avail.stock                   15
    Stock for put.                40
    Pick quantity                  0

  • Picked Quantity is not updated After delivery in Vl03n

    After delivey in Order (VA03), the picked quantity is not updated Properly(VL03n). It is coming as Zero.
    Is it any configurations needed or writng any code.
    For that I put Break point in FMs like SD_DELIVERY_UPDATE_PICKING in program RVADEK01.
    But it is not stopping the Program.
    Please give any possible solution.

    Hi Vinod,
    Thank u For ur Answer.
    Just my Fuctional Consultant given Procedure.
    How to test the picking list. The problem is after Deliver  the Order quantity in VA03 and after saving, this will creates One Out Bound delivery.
    Now We r checking VL03n. Now it is updating the Picked Quantity Correctly, For that We r using the Standard Print program: RVADEK01, Form: RVPICSKSIN.
    Output Type: EK00, Application: V4.
    Here My problem is We copied the Form and print Program and modified according to our requirement and they configured in Nace with our own Output type.  We haven't chenged the updated Functionality and Not even Standard program. We wrote some include program for getting new values in scripts.
    Now the picked quantity is not updated after picking in VL03n.

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

  • 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

  • "Internal error (-5002) occurred" On Pick List Update Picked Quantity

    Hi Experts,
    I have an SDK program that simply tries to update the Picked Quantity in SAP. Previously it has been working fine, until I try to use the same logic for items managed by Batch or Serial Number.
    In this scenario, I have created a PickList with only 1 row, the item is managed by Serial Number.
    I try to simplify the code as below.
    Dim oBaseDocument As SAPbobsCOM.PickLists
    oBaseDocument = oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPickLists)
    BaseDocument.GetByKey(12345)
    oBaseDocument.Lines.SetCurrentLine(0)
    oBaseDocument.Lines.PickedQuantity += 1
    oBaseDocument.Lines.BinAllocations.Add()
    oBaseDocument.Lines.BinAllocations.SetCurrentLine(0)
    oBaseDocument.Lines.BinAllocations.BinAbsEntry = CInt(sBinAbsEntry)
    oBaseDocument.Lines.BinAllocations.Quantity += dXML_Quantity
    oBaseDocument.Lines.SerialNumbers.InternalSerialNumber = sXML_BatchSerialNo      ' <--- ***
    lRet = oBaseDocument.Update
    I have added the *** line for handling the Serial Number, but when it hit the Update command, the SDK returns "Internal error (-5002) occurred".
    I'm not sure what does it means.
    Anyway I tried to remove the *** line and it works fine for item not managed by Batch or Serial, but the issue will remains for the Items managed by Serial or Batch.
    Please advise whether I missed anything in this code.
    Thank you in advance.
    Best Regards,
    Krisma

    Hi Krisma,
    I haven't done this thing practically but error -5002 will occur, if there is any Invalid Object.
    You can check it accordingly.
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • 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

  • BAPI For Create Goods Issue for Sales order with picked quantity

    Hi friends,
            Is there any BAPI available to create Goods issue For sales order with picked quantity...............?
    we hv used BAPI_OUTB_DELIVERY_CREATE_SLS
    with sales order .......its creating delivery order but not doing goods issue with piked quantity........

    pls,reply its argent

  • SNC 'due quantity is Zero' error in Release prcesse - ASN creation.

    Hi~
    I am facing problem while creating the ASN' s for the Schedule Line releases. Error message is " Schedule line due quantity is Zero". But due quantity field is not getting populated when I create confirmations and also it is not editable.
    Status of my confirmation line is "Published". This problem is coming only for Scheduling agreement, for Purchase Orders ASN' s are getting created successfully.
    Please suggest how to resolve this or am I missing any processing step here?
    This is same as below thread. But there are no answer.
    Error in SNC Release Processing
    Please help.
    Bestregards,
    SKY

    Hi SKY,
    You need to do the below setting:
    Path go to SPRO>Supply Network Collaboration>Delivery>Due Quantity Calculation>Determine Due Schedule Line Quantities
    In that you have to maintain for which level of commitment ASN should be created.
    Level of Commitment:
    1)Fixed dates and quantities
    If you maintain Fxd Ds&Qs=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Fixed dates and quantities system will allow to create ASN for this schedule line.
    2)Production and material go-ahead
    If you maintain ProdMatGo-Ahead=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Production and material go-ahead system will allow to create ASN for this schedule line.
    3)Material go-ahead
    If you maintain Mat. Go-Ahead=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Material go-ahead system will allow to create ASN for this schedule line.
    4)Forecast
    If you maintain Forecast=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Forecast system will allow to create ASN for this schedule line.
    5)Missing quantity / backlog
    If you maintain Miss.Qty/Bcklg=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Missing quantity / backlog
    system will allow to create ASN for this schedule line.
    6)Immediate requirement
    If you maintain Miss.Qty/Bcklg=Consider Release schedule line.
    If your schedule line of the schedule agreement is having level of commitment =Immediate requirement
    system will allow to create ASN for this schedule line.
    Depnding upon your business requirement you can maintain setting for ASN creation for scheduling agreement release.
    By default this settings are not there in SNC you have to maintain above setting as per your business need.
    As per SAP standard defination for Level of Commitment  is:
    The level of commitment informs the supplier about the schedule line type and how binding a schedule line is.
    Level of Commitment
    001
    Fixed dates and quantities
    Quantity and date of the schedule line are fixed and will remain unchanged. The schedule line belongs to a delivery-relevant release. The supplier can deliver the quantity without waiting for another acknowledgement or the customeru2019s request.
    002
    Production and material go-ahead
    The schedule line belongs to a forecast delivery schedule that is not relevant for delivery and is in the production go-ahead period. The supplier can, therefore, procure the materials for manufacturing the ordered products and start with production. If the customer cancels a schedule line, the supplier can invoice the material and production costs.
    003
    Material go-ahead
    The schedule line belongs to a forecast delivery schedule that is not relevant for delivery and is within the material go-ahead period. The supplier can, therefore, procure the materials that s/he requires for production. If the customer cancels a schedule line, the supplier can invoice for the material costs.
    004
    Forecast
    The schedule line belongs to a forecast delivery schedule that is not relevant for delivery. The schedule line is not binding and may possibly change. The supplier can use the data for his or her own planning, however.
    005 *
    Missing quantity / backlog
    The schedule line is in the past. The customer has already transferred the schedule line in a release but the supplier has not yet delivered the schedule line.
    010 *
    Immediate requirement
    The customer has not yet transferred the schedule line in a release, but needs the schedule line quantity immediately.
    These values are relevant if you use a DIMP system as the customer back-end system.
    Regards,
    Nikhil

  • WS_DELIVERY_UPDATE_2 - picked quantity with negative values

    Hello All,
    I have a problem when I call function WS_DELIVERY_UPDATE_2.
    I have to update picked quantity from the delivery. If I have to update qty from 2 to 3, there is no problem. The corresponding parameter (pikmg) will contain '1' and the new values will be 3.
    But the problem is when I want to have a smaller value. If I have to update qty from 3 to 2, the parameter will contain '-1' , but this parameter can only have positive values, so an error message is returned.
    Does anyone know how to specify a smaller picked quantity or how to decrease this quantity?
    Can anyone help me?
    Many thanks in advance.
    Best Regards

    check if you are passing the below parameters.
      CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
        EXPORTING
          vbkok_wa                  = ls_vbkok
          no_messages_update_1      = 'X'
          commit                    = 'X'
          delivery                  = p_delivery
          if_error_messages_send    = ' '
        IMPORTING
          ef_error_any              = lv_error_any
          ef_error_in_item_deletion = lv_error_in_item_deletion
          ef_error_in_pod_update    = lv_error_in_pod_update
          ef_error_in_interface     = lv_error_in_interface
          ef_error_in_goods_issue   = lv_error_in_goods_issue
          ef_error_in_final_check   = lv_error_in_final_check
          ef_error_partner_update   = lv_error_partner_update
          ef_error_sernr_update     = lv_error_sernr_update
        TABLES
          vbpok_tab                 = p_vbpok
          tvpod_tab                 = p_tvpod.

  • 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

Maybe you are looking for