Intercompany Deliveries were created with zero quantity, causing an idoc failure and the remaining delivery too

Intercompany Deliveries were created with zero quantity, causing an idoc failure and the remaining delivery too
a. User trying to create delivery but stock not available.
b. When stock is not there it should show an error message in SAP screen but its not -  like stock not available etc
c. Fedex gets delivery notice for the delivery; if its more than zero it will create delivery otherwise less than zero it won’t accept.
d. But issue its creating even its less than zero
Is there anyone who can help me out...

When one is created with zero quantities it starts blocking our deliveries from getting through to fedex because deliveries will in doubt have been blocked at fedex. As we process our orders in morning and if there is an STO blocking orders, it will be in afternoon .
Any suggestions !!!

Similar Messages

  • Oder created with zero quantity

    Hello,
    Order was created with several line items in which one line item has zero quantity the system still allowed to save the order.
    Can you help me to investigate why this has happened.
    Thanks
    Vinay Sapare

    Hi Vinay Sapare 29, 
    You have to assign the *incompletion log* to the sales document hear
    Go To *SPRO-IMG-Sales& Distribution-Basic functions-Log of Incomplete Items-define incompletion procedures*
    -- Assign the Incompletion procedures to the Sales document header & save it
    --Go to T.Code VOV8 & select your sales document type & check mark the incomplete message.
    --Raise the sale order in VA01 & check  the output if any incomplete data is maintained the system throws an error message & it will not allow to save the document.
    Let me know if your problem is solved
    Regards
    Pradeep

  • Excisable items with zero Quantity

    Hi,
    Posting Invoice for Non-Excisable item with zero Quantity is allowed, How to get the same with the Excisable Item ?
    Thanks And Regards
    Vivek

    Hi Jimmy,
    Thanks for ur response,
    I m working on SAP B1 PL34 and also checked in PL05, Is there any way to achieve that facility in Invoice Document?
    And if u find any notes for it then plz give me the link.
    Thanks and Regards,
    Vivek

  • Purchase order with zero quantity

    Hi all,
    When a replenishment delivery is ceated in product view, APO automatically creates purchase order with zero quantity and the replenishment delivery's receipt element. APO does not transfer the purchase order to R/3. Do you have an idea about the problem?
    Thanks,
    Burak

    Plese try to send change pointer through /SAPAPO/C5 - Process Change Pointers .
    Also check your publication setting in Spro.( Maintain Distribution defination )
    Manish

  • Outbound created with zero value against STO PO

    Hi experts,
    I have created an outbound delivery (VL10D) against STO PO. OBD has been created with zero value. in PGI correct accounting entry is getting generated. However, material price is maintained in STO PO.
    Please highlight the gaps, due to which amount in OBD is coming as zero. Subsequently, in billing document zero value is appearing.
    regards

    probably something wrong in your price schema if you want copy the price from the STO, or you just missed to maintain the price conditions if you use special intercompany prices.
    For details see OSS Note 338922 - Analysis note for cross-company transactions (delivery)
    look at point 6 in this note.

  • Materials with Zero Quantity in Stock

    Hi Experts,
    I am preparing a Customized Stock Summary Report.
    I have two queries.
    1. How do i find Materials with Zero quantity in Stock????
    Is searching for MATNR based on MENGE value 'SPACE' correct way to go about it?
    2. How do i find number of same materials in the same plant ?????
    Points will be awarded for the helpful answers.
    Cheers
    Gaurav Raghav

    Hi Vineet,
    Thanks for the quick solution.
    I got point 1.
    Just confirm whether i understood it correctly.
    If a search for MATNR based on Field LBAST i.e Valuated unrestricted-use stock in table MARD, i will get all materials with Quantity Zero.
    Have i understood correctly????
    I guess i was not clear with my second point.
    let me try once more.
    My selection criteria is based on Plant.
    Therefore i guess same materials under PS & JS are redundant.
    So i want to display SKU excluding all Deleted Materials.
    How do i go about it???
    I have already coded to select deleted materials.
    Cheers
    Gaurav Raghav

  • [FlexPMD] flexpmd.html report created with zero bytes [Plz help]

    hi folks,
    initially i integrated FlexPMD with Maven.
    when i tried to build it creates the following:
    two folders:
    * CSS --- contains css files
    * Images --- contains image files
    two files:
    flexpmd.html -- created with zero bytes
    pmd.xml -- it lists the violations.
    my pom.xml
    <plugin>
    <groupId>com.adobe.ac</groupId>
    <artifactId>flex-pmd-maven-plugin</artifactId>
    <version>1.0.RC3</version>
    <executions>
        <execution>
        <goals>
            <goal>check</goal>
        </goals>
        </execution>
    </executions>
    <configuration>
        <ruleSet>${basedir}/pmd-ruleset.xml</ruleSet>
        <outputDirectory>${basedir}/target/pmd</outputDirectory>
    </configuration>
    </plugin>
    then i tried to integrate with Hudson, i configured this pmd.xml with hudson, its showing empty graph(see below)
    could you tell me , why this flexpmd.html is generated with zero bytes and why i'm not able to see plotted graph
    i tried the following version 1.0.RC4,1.0.RC5 and 1.1. but these versions also creating empty html report and some versions not running under hudson.
    please provide the correct version and details to solve this issue.
    please help in this issue, no help except this forum... i googled already did nt get any help.
    correct me if i'm wrong.
    thanks in advance.
    Regards,
    Mani

    Hi,
    What do you have in the console log?
    Please, try with 1.1.
    Xavier

  • Delivery created with 0 quantity

    Hi,
    We have scenarion in which the delivery was created with 0 quantity.
    I am creating delivery using transaction VL10D. Even though there is no available stock, delivery was successfully created with 0 delivery quantity.
    Is this issue with material master or issue with Material availablity check.
    Regards,
    Shahu

    Dear,
    Basing on the control elements availability check settings in customizing.
    System Determines date for availability check on basis of earliest material availability date of all schedule lines in delivery.
    If there is insufficient stock the system behaves:
    1. Sufficient quantity of material not available by material availability date, a delivery quantity '0' is entered in delivery. If item category of delivery permits '0' quantity then it would be included elese item would not be allowed in delivery.
    2. Quantity available of material is lower than order quantity, system would enter available quantity as delivered quantity and order would get updated accordingly. If partial delivery is not allowed, this would be noted in delivery log.
    Regards,
    Syed Hussain.

  • Item with zero quantity.

    Hi ,
    I need a SQL query which returns all the items with zero quantity.
    In mtl_system_items_b am not finding any quantity column.
    I have written a query.will you please let me know whether it works or not.
    select b.segment1,0
    from
    inv.mtl_system_items_b b
    minus
    SELECT b.segment1,m.TOTAL_QOH
    FROM APPS.MTL_ONHAND_ITEMS_V m,
    inv.mtl_system_items_b b
    where b.inventory_item_id=m.inventory_item_id
    and nvl(m.TOTAL_QOH,0) >0
    Thank you.
    Regards,
    Neeraja.I

    Hi,
    try with this query,
    select
    msi.INVENTORY_ITEM_ID
    , msi.DESCRIPTION
    from
    MTL_SYSTEM_ITEMS_B mis
    , MTL_ONHAND_QUANTITIES moq
    where mis.INVENTORY_ITEM_ID =moq.INVENTORY_ITEM_ID
    and moq.TRANSACTION_QUANTITY <>0
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to change p.o with zero quantity

    hi gurus
    as per requirment i need to save p.o with zero quantity.but i can/t system wants me to enter quantity in quantity field.
    i do;'t want this field to left blank in me21n but in me22n.
    i wil use this p.o for spec messges.and to cancel the p.o quanitity should decrese to zero
    thanks for you help

    Thanks Easwer for your help. 
    The info for getting status from function is very clear and I followed you instruction and completed the coding in BAdI and tested it successfully .... Thank you very much.  I need to learn where I can see the system status of the template,  i.e.  I1034 (Order Template) or Order or Quotation .....?  if I need to filter out Quotation, I can easily do it in the BAdI.   Could you please provide me more details?
    Thanks again, Jin
    Thanks again, Jin

  • Sale order with Zero quantity

    Hi,
    I should not see the sale order with Zero quantity in APO product view . I tried by de-selecting the Display customer requirement w.0 qty from user setting in product view but it din work.
    Is there any other option to switch off sale order with zero quantity in product view ?
    Regards
    BVN

    Hi Valavan,
    Please check in customisation under PPDS whether set order view/periodic product view is
    maintained
    Regards
    R. Senthil Mareeswaran.

  • Restore old images that were created with Netware ZDM

    We have issues to restore old images that were created with ZDM 7 on NetWare. PXE booting works, everything looks okay, but when we should see the progress bar of the imaging process, we just stuck.
    Creating a new image works fine. Restoring the newly created images also works fine. It is only restoring the old images that were creted with NetWare ZDM.
    Should this cross platform imaging work at all? Assuming that we are on the same ZDM version level on both environments?

    tcsabina,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the pag

    Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the page, so it suits size automatically) to a mobile web page to be displayed not on a normal browser, but in a WebView.

    Hi, I'm having problems with viewing a web page created with Adobe Muse CC latest release, I followed the various guides provided by Adobe, but the problem persists. The problem especially concerns the distorted display (the contents do not fit on the page, so it suits size automatically) to a mobile web page to be displayed not on a normal browser, but in a WebView.

  • I am facing issue when opening flash files in Flash CC. (error:- This file was created with a later release of Flash Professional and might contain new features that would be lost when saved in the current format.)

    I am facing issue when opening flash files in Flash CC. (error:- This file was created with a later release of Flash Professional and might contain new features that would be lost when saved in the current format.)

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • Since updating to LR5.5 it crashes about every 5-10 images while working in the development module. Computer is PC Windows 7 Home Premium. I have been using this computer for several years with zero problems. Is this related to the updating? What is the f

    Since updating to LR5.5 it crashes about every 5-10 images while working in the development module. Computer is PC Windows 7 Home Premium. I have been using this computer for several years with zero problems. Is this related to the updating? What is the fix?

    Do you get an error message? If so, what does it say?
    Do you get a Blue Screen?
    Does something else happen?

Maybe you are looking for

  • :: NWA does not show table view for monitoring reports ::

    Hi, We are facing an issue in one of our portal system. I click on Portal index page, then I go to Net weaver Administrator --> Monitoring --> Java system reports. Here I get the resource utilization graphs. The graphs show proper values however when

  • Primary Line Early Upgrade (in regards to amazonwireless and such)

    Ok, so I looked through a few pages and found several upgrade questions, but not one like this, specifically. Unless I missed it, which is entirely possible.  My phone is the primary line, and I'm available for an actual upgrade in march of '12, but

  • How to find out where I have used a certain Global/Local Variable

    Hi Friends I want to track how and where the shared variable's  value has been changed/Read when I try to debug the program. Anyone here had the expenrience on how to find a certain shared variable in the Block Diagrams/VIs. I will very appreciate yo

  • Web service php file: unable to change "inStock" number with "Product_UpdateInsert"

    I am new to php and can't figure out how to change the in stock number through the eCommerce api. Here is what I am trying: I'm sure this example looks stupid to all the pros out there. If someone could just point me in the right direction for resour

  • Jars and jdi...

    Hello all, I have the requirement to include jars (junit.jar, junitee.jar) into my SCs/DCs. I thought I could implement it as a sort of usage dependency, but it is not that simple. The only information about including jars in development projects bas