VL10G is not creating delivery for some of the confirmed scheduled lines

Hi, I was trying to find the reason why we are getting a very generic error message (Message type V50R ID 036 - The document could not be delivered.) for some of the confirmed schedule lines when executing VL10G in batch and no delivery document is created. Those orders have confirmed scheduled lines and inventory has confirmed to have stock. However, when the VL10G is executed in background, the sales order line items will be captured into the list but when creating delivery, the systems is showing the above error message.
From debug, found out the message is generated from LV50R_VIEW43.
We went through lots of OSS notes but nothing seem to ring a bell here. We are using ECC6, list type = index list.
The error message is very inconsistent. The same documents will be dropped for delivery after several days without any change to any of the sales document or inventory level.
Some of the note mentioned the parallel processing lock on ATP check for the material may be the reason for the error however we are not using any parallel processing in VL10G. We also checked the index table VEPVG has all correct entries and all the entries are being selected into the delivery due list. Error happens when the delivery is trying to be created.
Any advice is appreciated.
Thanks.

Hi ALL,
Any suggessiton on the below issue.
We have batch jobs to process the DDL for the STOs, but some of the line items of the same STO is not picked up by batch job, (VL10B is assigned in the batch job, i checked the variant and configuration, everything seems to be fine, when i try to process the DDL through VL10B manually by giving the STO number only, the VL10B program is not picking the STO, but the same STO can be processed through VL10D, what could be the problem and why the VL10B program is not recogonizing the STO for the delivery creation.
We are using ECC 6.0
Regards,
Rajesh.R

Similar Messages

  • VF06 not creating invoices for some customers

    Hi,
    We generate billing documents every night. For some reason VF06 is not creating invoices for a particular customer. All these are Delivery related billings. I checked the Job log and VF06 has supplied the correct parameters to VF04. The billing index (VKDFS) is correct. There is no error in the Sales Order or Delivery. In fact when I use the simulation on VF04 I can see that SAP correctly displays this data. I was even able to create invoices using VF01.
    The billing index for this customer is getting accumulated and invoices are not being created. Any help will be appreciated. We are on ECC 5.0
    Thank You,
    sckr

    Check if some invoicing calendar is defined in the payer customer master, since the VF06 bills only the deliveries of the customers that have no invoicing calendar OR the the right date.
    regards
    Roberto Mazzali
    Pls. reward if helpful

  • When i go to install update i get message: firefox cannot be completed because you do not sufficient privileges for some of the items."

    won't download says: i dont' have sufficient privileges
    == i try to download the update

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Unable to Create or Extend customers for some of the co_cds

    Hi Folks,
    We are creating customers for some of the company codes to client org. it has number of company codes. we are able to extend customers Except Italy, Iraq and Nigeria Co_cds. The reason given is that field KNB1_QLAND is not on screen SAPMF02D 0610. This field is for With Holding Tax. Recently we have upgraded to ECC 6.0 version from R/3 4.7. what is cause to not creating customers for some regions.
    Please give some needful suggestions.
    Thanks
    Vinay.

    Hi Vinay,
    It looks like that in the customization "Assign withholding tax type to company code" in SPRO, subject to w/tx is selected in customer master data section. So, system is expecting the relevant informtaion. Check in Customer account group field status (T. code OBD2), the Withholding tax country field might have been set as suppressed. Check it and correct the same.
    BR
    Amitash

  • Vl10 - can not create delivery

    Hi Experts,
    I cannot create delivery through VL10 but can create through Vl01n for sales order line item. Scenario is given below;
    Sales order confirmed Qty: 25 Pcs
    Delivered Qty: 25 Pcs.
    No limit to subsequent deliveries.
    there is overage, means I want to deliver more qty against this sales order line item. But VL10 does not create delivery for this sales order line item. While I can create delivery through VL01n.
    Any idea?
    Thanks in advance.
    Regards,
    SA

    Hi Erik,
    It does not work.
    Thanks,
    SA

  • Could not create remote for an EJB

    Hello,
    We have deployed an App on Sun One 7 that has web as well ejb modules integarted into it. The app deploys properly, However as soon as I try to call a servlet which in turn looks up an EJB (say ClientBean ) it gives me the followign error --->
    "Could not create remote for Client Bean"
    The entries in the xml files are as follows -
    1) In ejb-jar.xml -
    <session>
    <ejb-name>EUClientBean</ejb-name>
    <home>com..ejb.EUClientHomeIF</home>
    <remote>com..ejb.EUClientRemoteIF</remote>
    <ejb-class>com.ejb.EUClsClientBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>database ref</description>
    <res-ref-name>test/db</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    2) in sun-ejb-jar.xml --
    <ejb>
    <ejb-name>EUClientBean</ejb-name>
    <jndi-name>ejb/EUClientBean</jndi-name>
    <ejb-ref>
    <resource-ref>
    <res-ref-name>test/db</res-ref-name>
    <jndi-name>jdbc/test/db</jndi-name></resource-ref>
    <pass-by-reference>true</pass-by-reference>
    <bean-pool>
    <pool-idle-timeout-in-seconds>0</pool-idle-timeout-in-seconds></bean-pool>
    </ejb>
    3) In sun-web.xml -
    <ejb-ref>
    <ejb-ref-name>ejb/test/client</ejb-ref-name>
    <jndi-name>ejb/EUClientBean</jndi-name>
    </ejb-ref>
    4) In web.xml --
    <ejb-ref>
    <ejb-ref-name>ejb/test/client</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.ejb.EUClientHomeIF</home>
    <remote>com.ejb.EUClientRemoteIF</remote>
    <ejb-link>EUClientBean</ejb-link>
    </ejb-ref>
    Actually the same app was working on IAS 6.5.
    Any ideas what cud have gone wrong?

    Hi Mandar,
    Can you post the exception you're getting in your servlet code? Does it happen when the servlet is looking up the ejb or when it tries to create it?
    Regards,
    Ken

  • Change shipping dates/times for confirmed schedule line

    Hi,
    I am having a problem changing the confirmed schedule line in a Sales Order VA01.
    I have added my code into the user-exit
    *       FORM USEREXIT_MOVE_FIELD_TO_VBEP                              *
    *       This userexit can be used to move some fields into the sales  *
    *       dokument schedule line workaerea VBEP                         *
    *       SVBEP-TABIX = 0:  Create schedule line                        *
    *       SVBEP-TABIX > 0:  Change schedule line                        *
    *       This form is called at the end of form VBEP_FUELLEN.          *
    FORM userexit_move_field_to_vbep.
          vbep-ezeit  = '235900'.
          vbep-wauhr  = '235900'.
          vbep-lduhr  = '235900'.
          vbep-mbuhr  = '235900'.
          vbep-tduhr  = '235900'.
    However, in the above code I manage to only change the first schedule line in case I choose a delivery proposal. I need to change the line with a confirmed quantity. Instead I change only the first shedule line without a confirmed quantity.
    Question: Which user-exit can i use to change shipping times dates for all schedule lines or just confirmed schedule lines?
    Thanx

    Hi,
    Use form routine "USEREXIT_SAVE_DOCUMENT_PREPARE" in MV45AFZZ.  Update VBEP as well as XVBEP Structures.
    Regards
    Vinod

  • I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and

    I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and thats the only email address I have... What can I do?

    There is no way to consolidate iTunes accounts.
    Setting up an iPhone has never required creation of a new Apple ID.
    You've apparently purchased content with both Apple ID's.  Sign into the device with the correct Apple ID and sync the content.

  • Could not create Delivery in VL01N

    Hi
    Previously our Client use to sell some Trading type of material to their customer on Third Party Scenario basis....ie) They place the order with Vendor, inturn he directly send it to the Customer....
    Now Our Client wants that material has to come to his W/H and Customer should come to his W/H and do the inspection and has to take the delivery.
    ie) Based on Customer PO, he will create Sales order
        Based on Item catogary  BANC and Order Type OR, the Item catogary TAB will be Triggered and Based on   Item catogary TAB, the Schd.Line catogary CB will be triggered....and Based on Schd.Line catogary CB the PR will be automatically triggered with Acc.***.Catogary "E'....this will be converted in to PO and for the same GR will be done and the stock is updated as Special Stock as "SALE ORDER STOCK"
    My problem is if I Create Delivery in VL01N to the customer based on that Sale Order...The Warning mesage is coming as  "No Schedule Lines Due for delivery up to Selected Date" and I could not create the delivery...
    It will be highly appreciated if anybody can help me in this regard
    Regards
    S.Baskaran

    Hi baskaran,
    Check the Delivery Date of that order( In schedule lines u can find the Delivery Date) and check the VL01N Transaction code delivery date
    these two should be same.
    Regards..
    Praveen Kumar.D

  • Create delivery for STO line item

    Hi All,
    My requirement is to allow creating delivery for Stock transfer Order(STO) line items which are
    not in blocked status even though some line items are in blocked status.
    Right now the logic checks if entire PO is in blocked Status using FM-- /SAPSLL/CD_STATUS_GET in method CHANGE_DELIVERY_ITEM of interface IF_EX_LE_SHP_DELIVERY_PROC
    But this FM does not contain PO item parameters. I need to incorporate item level checking logic.
    Are there any SAP notes available to fix this problem?

    Hi All,
    Any clues on this?

  • Error in creating delivery for STO

    Hi SAP Gurus !!
    I have these errors while trying to create delivery for a Stock Transport Order between 2 plants using transaction "VL10F"
    APO: Check instructions YA / BE does not exist for loca tion product PFSIND_SM_TEST_FCO / 2383
    APO: Check mode YA and business event BE not defined                                         
    APO: Internal error: Item $ 1/000001                                                         
    Only 0,00 PC of material PFSIND_SM_TEST_FCO available                                        
    An item with no delivery quantity is not permitted. Item will be deleted.                    
    I have chcked that there is sufficient stock available at the storage location level in the supplying plant.
    Can you please help me out of this please......

    Dear,
            Please try to check whether some STO is still pending for do complete process. If there is any pending STO then stock is block for this material.
    Regards,
    Sandip Shaktavat

  • Why cannot create delivery for Sales Ord in SAP, even there is enough stock

    Hello
    I am trying to create delivery for sale order. I did for some lines. But it shows meassage "An item with no delivery quantity is not permitted. Item will be deleted." for the other lines, even there is enough stock.
    Appreciate your comments:)
    BR
    Happy

    Hi Happy,
    Please refer following link for better understanding the concept and functionality :--
    Re: Schedule line control in sales order
    http://www.sapfans.com/forums/viewtopic.php?f=5&t=127586
    Re: Delivery without Sales order? If yes,how can we track those materials?
    Regards
    Rajesh

  • Error While creating Delivery For  AAK

    Hi experts ,
    I am creating Delivery for AAK in sap but i m getting error as
    ERROR:::--
    A delivery of type Installation/Upgrade already
    exists for component KAARTECH (version 400_700)
    We have already created the delivery but we couldn use the old one. so i m creating new delivery but it throws an error like .
    Kindly help me proceed after this..
    I just want to create a new delivery and proceed in this AAK.in old delivery i am facing few errors so i m creating new delivery , but its unable to create .
    Regards,
    Ajay.
    Edited by: ajayshyam on Jan 27, 2011 8:54 AM

    Hi,
    Do you have any steps to follow AAK.
    We have lots of TOC's delivered to different client.
    Now i have to install AAK and start delivering the files through AAK.
    I dont know how to start. I registered a TOC. Next what ?
    Can you share some information on how to start working with AAK.
    Regards
    Kuna

  • Could not create JCOClientConnection for logical System:

    Hi,
    I am facing a wierd problem in using the JCO destinations.
    I created a page where it is using some JCO destinations say SAP_R3_HumanResources.
    when i open the page it is working for the first time .without closing the page if i open the same page again it is giving the following error
    Error connecting using JCO.Client: null
    Error connecting using JCO.Client: null
    Pernr:Could not create JCOClientConnection for logical System: SAP_R3_HumanResources - Model: class com.swissre.CustomData. Please assure that you have configured the RFC connections and/or logical system name properly for this model!
    Please let me know how to solve this issue
    Thanks
    Bala Duvvuri

    Hi Bala,
    It seems that this is a custom webdynpro application which when executed causes such problem.  This might be due to JCO connection not released back to the pool.
    Please refer to the following threads and that might be helpful. 
    Re: JCO Connection close
    How to close a model object connection for Adaptive RFC?
    You might have to call disconnectIfAlive method on your model.
    Regards,
    Jigar

  • VL10B - Creates delivery for STO after delivery date

    Hi All,
    VL10B batch job is scheduled to create delivery for STO automatically when stock is available (availability check 02).
    batch job creates late delivery though sufficient stock exist
    For ex. STO is created on 27 Aug 14 having delivery date 31 Aug 14. (STO is having only one line)
    VL10B batch job having delivery date as <= current date + 1.
    logically batch job should create delivery on 30 Aug 14 but in my case it is created on 07 Sep 14.
    Please help me to understand the cause of this.
    Appreciate quick response
    Regards,
    Anil Patel

    Hi Anil
    See note
    1245447 - Avail. check for deliveries that are created automatically
    "After you implement the corrections, the availability check is only deactivated when you create the delivery automatically. If you make changes to the delivery afterwards, the system runs the availability check.
    The availability check is deactivated for the automatic creation of deliveries for technical reasons."

Maybe you are looking for

  • Need an "iTunes podcast and Feedburner - Idiot's Guide" Any Advice??

    I currently have a podcast (iTunes Store link: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=211068389 ) That I would like to track activity and subscribers. I understand that FeedBurner seems to be the popular choice and I would l

  • Lacie external hard drive won't mount, seems dead. Caused by 10.5.6 update?

    Hi all, a couple days after I updated Leopard to 10.5.6, my Lacie external drive no longer worked with TimeMachine. So I repaired permissions and ran Repair Disk from my original 10.3 Panther disk. Not sure if that was the cause, but afterward when t

  • Boot camp on macbook pro

    Can someone please explain to me how do I use boot camp on my Macbook pro  OS X Lion 10.7.5- without using a CD? I have the windows on my Mac but it doesnt recognize it as iso image. Thank you for your help!

  • How do I and where do I go to re-install adobe photoshop elements 8.0 on my Laptop??

    Please help, I had my laptop wiped and had to reinstall all programms it previously had. I had adobe photoshop elements 8.0 *Licenced Version and I have lost the disk, but I have got the License Code. Where do I go and How do I re-install it again???

  • What's up with rosetta??

    Hey all, About a week ago I recieved my brand new, beautiful, black, macbook. It is very fast and I like it a lot better than my titanium Powerbook G4. So I transferred all of my files from my powerbook using the firewire transfer option that you get