Problem in creating delivery through VL10B

Hi,
While creating delivery through VL10B, i am getting error -
An item with no delivery quantity is not permitted. Item will be deleted.
What should be error???
Ref. My previous Thread..
Re: Problem in creating delivery through VL10B
Regards...

In MMBE transaction, there is sufficient stock.
Please clear, if this will be allocated to other outbound deliveries..then any problem... How can I check this, that it is allocated to other outbound deliveries.
How can we it found under the stock "Schedule for delivery"..
Regards..

Similar Messages

  • Problem in Delivery through VL10B

    Hi,
    When we are creating Delivery through VL10B of Stock transfer PO, facing an error message - Material 49-2386-IHR has status: Not Available (delivery is not allowed)
    Material Master looks correct..then what should be problem??
    Plz. guide...

    hi,
    you are requested to check in three locations:
    go inside MMR or MM02:
    material status in GENERAL DATA 1 : X-plant matl status
    material status in SALES ORG 1:
    X-distr.chain status
    DChain-spec. status
    material status in MRP1:
    Plant-sp.matl status.
    regards,
    balajia

  • Problem in creating IR through BAPI_INCOMINGINVOICE_create BAPI

    Hi,
    Some problem in creating IR through the BAPI BAPI_INCOMINGINVOICE_create. I am able to see the IR number after executing the BAPI but unable to see the IR number in the table. The IR number is not getting updated in the database table even though we are doing the commit work after executing the BAPI. Could anyone help me out with this error.
    Regards,
    Ram

    First of all I am assuming that you did not get any error in the BAPI return structure (even though you see document number populated).
    Secondly,  I guess you tested the BAPI with SE37 and did not get any error (functionally there are a number of BAPIs available to post an invoice and it is important to figure out the correct BAPI - e.g. PO, non-PO invoice, invoice as a GL entry only, etc.).
    If that is not true (there is some error in posting), since during the BAPI call the next document number is obtained as a first step, you will see the document number but subsequently if for some reason it is not posted, you will see the result as you mentioned (no data in the database).
    If you are using correct BAPI and have no errors, then  in ABAP program make sure to call 'BAPI_TRANSACTION_COMMIT' after the BAPI call to post invoice.
    For non-SAP external system, you need not have to call the commit BAPI but just closing the connection to SAP will help.

  • Error in creating delivery with VL10B for STO

    Hi Gurus,
    I have created an Stock Transport Order with material A. I have inputted all the header data, supplying plant, receiving plant and location.
    But, when i process this STO in VL10B to create delivery document, system is givign an error message that there is no stock available to dispatch.
    When we check through MB52, MMBE stock is avaialble but, system is reading zero stock.
    We have also checked in MD04, material qty is assigned to the order which we have created. And there is no other order or delivery for this material.
    We have also raised an OSS message, suggested to go for rescheduling or Back order processing through CO06 or V_V2 respectively.
    Since there is no other order been assigned to this material, there is no question of going for either rescheduling or Back order processing.
    This error is coming in Production client and this is the first time we are getting this error.
    Request you to please suggest any process to rectify this issue.
    Regards,
    Praveen.

    Hi
    for ths forst you can check the purchase order and then you can find the avaliabillity check in releted to that po and then chek it will trigger or not other wise check in
    VL10F THEN  you can find the exact error for this
    regards
    s.pavan

  • Problem in creating delivery though BDC(VL10A)

    Hi all,
    I have created a BDC of VL10A transaction and inserted this piece of code in my program. When I execute the BDC independently i am able to crete deliveries. Where as if I insert the code in my program it is not creting deliveries.
    I am getting an information message saying 'At least one order was blocked and could not be delivered' and deliveries are not created.
    Can anyone please tell me how to resolve this problem.
    Thanks,
    Aravind.
    Edited by: Aravind Kanaparthi on Apr 8, 2010 8:56 AM
    Edited by: Aravind Kanaparthi on Apr 8, 2010 9:00 AM

    Hi Sandra,
    Thanks for your reply.
    Yes its working.........But thats not sufficient.
    I need to use this in one customised programing used to create delivery. When I insert the same code it is giving the above information message and not creating deliveries.
    I tried debugging both the instances. One the SHDB generated program and the program in which i inserted the code.
    The problem is at the FM 'SHP_VL10_DELIVERY_CREATE'. Though the input for the FM from both the programs is same.....the FM called via customised program is unable to create deliveries whereas the FM called via ths SHDB generated program is creating deliveries.
    ( Presently I am trying to use the FM SHP_VL10_DELIVERY_CREATE in my customised program instead of BDC.)
    Thanks,
    Aravind

  • Problem in Creating Delivery Note using DI API

    i am using DI Api with Delphi Language to Create a Sales Delivery Note based on the sales Order.
    But Each time when i add, a new Record gets Created rather than the new Line.
          Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
          Document.CardCode         := 'A001'
          Document.Lines.BaseType   := 17;
          Document.Lines.BaseEntry  := 84;
          Document.Lines.BaseLine   := 4;
          Document.Lines.ItemCode := '001A';
          Document.Lines.Quantity := 10;
          Result := FODLN.Add;
    In this case,new rows are added each time in the tables ODLN and RDR1.
    How to avoid this.As this creates a individual Delivery Note for each time i add than to the Order Number.

    HI,
    The problem : Do not specify ItemCode if you specify Base document.
    So
    1st case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.BaseType := 17;
    Document.Lines.BaseEntry := 84;
    Document.Lines.BaseLine := 4;
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    or
    2nd case
    Document:= IDocuments(FCompany.GetBusinessObject(oDeliveryNotes));
    Document.CardCode := 'A001'
    Document.Lines.ItemCode := '001A';
    Document.Lines.Quantity := 10;
    Result := FODLN.Add;
    1st case creates delivery note with only one row with reference to Sales Order
    Take care: BaseLine comes from 0
    2dn case creates delivery note with only one row WITHOUT reference.
    if you have more than one rows, use the
    Document.Lines.Add to enter another row
    Regards,
    J.

  • Create delivery in VL10B

    Hi Experts,
    Please tell me the procedure to create delivery against to Stock transfer PO in VL10B.

    HI,
    T-Code VL10B.
    Choose the Shipping Point of suppling plant.
    Confirm the delivery Date
    In Purchase Order tab enter the STO number.
    choose enter --: in item details enter the Pick Qty.
    Save it.
    Go to VL02N --> enter the Outbound delivery number --> select Post goods issue.
    SAM

  • Creating delivery through Pick and Pack manager.

    Hi All,
    I have code written in the addmode and update mode of the add button of delivery window.There is a checking in the pVal.beforeAction=true part and if that checking is true there is code part which runs on pVal.BeforeAction=false.This works fine when we add delivery through standard delivery note window.The problem is that when I try to add delivery through pick and pack manager,the codepart on pVal.BeforeAction=false not executing.Checking on pVal.BeforeAction=true works fine.But later part missing in execution.Anybody encountered this problem before? Can anybody suggest a work around to solve this?
    Thanx,
    Deepesh

    Hi Deepash,
    If the window closes after adding the afterAction is never thrown, this is a known "issue".
    A good solution might be using the Form_Data_Add /Form_Data_Update event.
    Regards
    Ad

  • Error while creating delivery through VL01N

    Hi
    The material master availability check group for plant 1001 is 02 (field MARC-MTVFP) and delivery plant as 1002 (different plant) .So while creating sales order automatically it picks plant 1002 and populate VBAP-WERKS field.  There is no stock or production order or PO. So availability check is showing 0 qty.  Now while creating outbound delivery via VL01N it is throwing error  "Order cannot be delivered (see long text) Message no. VL461".
    Now when I create a new sales order line item and change the plant to 1001 manually and try to create delivery, it is not giving any error and allowing me to proceed. In this plant too there is no stock or prodcution order or PO (exactly same as in plant 1002, during avalibility check qty is 0). So when a system suggested plant is changed in VA02 why VL01N transaction is not checking for availability and giving any error?
    Pls suggest
    Thanks

    Hi
    Kindly check the belwo points
    1. check the  item category  for the line item.
    2.  When you change the plant kindly cloick on availabilty and deliver the order
    3. Check the availablity check  field mainatined in  both the plants in the material master sales org/plant data
    4. Check the schedule line data for both the plants in the sales order
    Regards
    Damu

  • Problem with creating order through order template

    Hi experts,
    We have problem with creating order by order template.  Extensions data available in order template is not sent to order.   Extension data are showing upto order submission form.  But after sucessful creation of order  extension data are no longer available in  CRM-ORDEr.
    We are using ISA 4.0 with CRM 4.0.
    We recently applied patches on CRM server.  Before patching it was working fine.
    Can you please suggest us to solve this issue?
    Thanks in Advance.
    Regards,
    Murugan Arumugam.

    closed.

  • Unable to create delivery through ME2O in subcontracting process

    Hi,
    I am trying to create delivery for the subcontracting order in ME2O, but it was giving the error. Stock also exist for component material.
    The error messange is:
    "An item with no delivery quantity is not permitted. Item will be deleted".
    Please let us know the reason.
    Thanks in advance!
    Thanks,
    Jana

    Hi
    Please check the Stock overview MMBE of the material, in the stcok overview check the stock qty click on
    details and check if any stock qty is reserved for any delivery.
    Usually the delivery is created but PGI is not done , in such cases systme reserves the stock for that delivery, in the sytem it shows that stock is availble but that may be reserved.
    Thanks & Regards
    Kishore

  • Problem during creating delivery from PO in intra-co stock transport

    Hi All,
    during the intra co stock transport process between 2 company codes after the PO is saved as the 1st step of the process,im trying to create a delivery wrt the PO in the transaction code VL10B.
    this is giving the following errors
    1.documet is incomplete:u cannot save the delivery
    2.serial number reqt.not satisfied (V50UC-SERIAL),error group:L1
    immediate help on this issues will be appreciable.
    thanx
    vishal degaonkar

    to add more information bout the problem.....
    we've assigned serial no's during delivery creation which is done manually.as the delivery creation process in VL10B is in the background it is not picking up the serial no's and hence the incompletion error.
    is there any other method to create deliveries from purchase orders???

  • ITEM CATEGORY PROBLEM WHILE DOING DELIVERY IN VL10B

    Hi gurus,
    I  was trying to do replenishment delievery w.r.t a stock transfer through sd route. In vl10b when i processed background delivery, it's generating n error log , which reads
    No Item category exists (Table T184 ZNL 0001 V )
    Where as in item category determination it was already there for Delivery item category
    ZNL NORM  V        ZNLN
    ZNL NORM CHSP  ZNLN
    pLEASE GUIDE

    Hi
    This is the assignment you have made
    ZNL NORM V ZNLN
    ZNL NORM CHSP ZNLN
    I believe, you have entered the Item Category in the column immediately next to Usage colum. Leave that field blank and place the item category in the colum second to Usage column and try.
    Thanks,
    Ravi

  • Problem in Creating Delivery  and PGI

    Hi Guru's
           My sales process is  Sales Order-- Delivery( PGI is not done here)- Billing-- (PGI is done after doing Invoicing)
          (1)  My user created one delivery for a quantity of ( say 100 quantity) and forgot to pick and assign batch in the delivery and created an invoice for the delivery. (Usually the system will ensure the delivery quantity and picked quantity is same when doing PGI and since we are not doing PGI before Billing the system allowed to create an invoice)
          While doing PGI the system is not considering this quantity because quantity is assigned and an excess quantity is showing in Stock Overview.how to correct this. and my situation is i cant cancel the invoice and assing the batch and do PGI.
        how to correct this quantity difference ?
      (2) Recently when doing Physical inventory they adjusted the quantity in the system by decreasing the quantity by said 100 quantity but there is a problem in doing new delivery( short of 100 quantity) because the already invoiced delivery is showing a requirement of 100 quantity. In order to do delivery they added that  100 quantity with same batch number.
             I want a solution for this please help me
    regards,
    Ravi Kiran
          I

    Hi Ravi kiran
    As your process is different so you need to go with the new sub-routine and you need to assign that   sub-routine in VTFL .then only the problem can be solved. . But if you are doing order related billing then in VTFA you need to maintain the item category . and also check the feild Overdelivery in 0VLP Then you can change the quantity in the delivery level
    Regards
    Srinath

  • Outbound delivery through VL10B  against STO-UB

    Hi ,
    I have created a STO order using document type UB. I am now trying to create outbound delivery using cal rule 2. but am unable to get any output. What could be the possible reason. Please advise.
    Regards
    Nandini

    first check whether you have a shipping tab in item detail of the PO.
    If it is there then VL10B should work, but then it depends whether the delivery date of your PO is covered in the date range you enter in VL10B selection (calculation rule 2 is today and tomorrow only, better enter a from and to date and remove the calc rule )

Maybe you are looking for