Sales order not getting confirmed!!

we have a situation here.
when i see in co09 it looks like following. I am not able to understand why sales order of 70 is not getting confirmed though ample reciept element is available (pch ord)? and why sales order of 350 on 25th aug is getting partially confirmed?
Date                 time                 category   document               receipt/req           conf q           cuml atp q     atp q
08/23/2010     08:12:14     Stock     Distribution Center     70      0      280-            0
08/20/2010     09:58:00     Deliv.                                70-     70      280-
08/20/2010     23:59:59     Deliv.                                70-     70      280-
08/20/2010     23:59:59     Deliv.                                140-     140      280-
08/20/2010     23:59:59     Deliv.                                70-     70      280-
08/24/2010     12:00:00     PchOrd                                1,540      0      0                  0
08/25/2010     00:00:00     SalesOrder                                70-     0      0
08/25/2010     07:00:18     SalesOrder                                350-     0      0
08/25/2010     07:00:18     SalesOrder                                0      280      0
moreover why last column (atp quantity) is showing 0 quantity when pchOrd OF 1540 is available? on later dates last column has recipt quantity visible. example-
09/07/2010     00:00:00     PchOrd                                350      0      350      350
09/07/2010     00:00:00     PchOrd                                1,470      0      1,400      1,050
am i reading it correctly? is there any link which says how to read these results?

Madhu,
It is not config, it is part of runtime.  /SAPAPO/BOP > Parameters check tab
Check prerequisite settings
http://help.sap.com/saphelp_scm70/helpdata/EN/c6/958139a17cd02ae10000000a11402f/frameset.htm
Best Regards,
DB49
Edited by: Dogboy49 on Mar 29, 2011 10:37 AM

Similar Messages

  • Sales order not getting confirmed because of oldest of open items overdue.

    Hi all
             Businesses using the auto order creation for sales, sales order getting created but when I check it in schedule line the quantity is not getting confirmed even quantity is available and credit limit is also available and there are no open items due. When I check ,availability tab in VA02 manually, its coming oldest of open items overdue.
    Pls help...
    Regards
    Nagesh

    Hello,
    please check in the system in ova8
    Credit check against oldest open item
    Indicates whether the system carries out a credit check based on the age of the oldest open item.
    The oldest open item must not be older than the number of days specified.
    If in ova8 it checked then system is checking the oldest open Items .
    Thanks,
    venkataswamy.y

  • Sales order quantity gets confirmed Automatically

    Dear All,
    I have make to order Scenario. i have done all setting required for MTO.
    however i create sales order my order quantity gets confirmed automatically. same time there is not stock available for material.
    plz suggest how to stop confirm qty. in sales order?
    Thanks & Regards
    Ratish

    Hi Ratish,
    Please check the configuration settings in the IMG for Availability check.
    You check have maintaining availability checking group 01 or 02 in the Material master.
    Have you assigned Checking rule AE -SD order; make-to-order stock for checking group 01 or 02 in the IMG
    Spro>sales and distribution>Basic functions>Availability check and transfer of requirements>Availability check>Availability check with ATP logic/Against planning>Carry out control for availbility check.
    I hope it will help you,
    Regards,
    Murali.

  • Sales order not getting created in background.

    I am using user exit to write my code to create sales order of basic type ORDERS05 with function module idoc_input_orders, and process code ORDE with my own message type.
    If I run the program in foreground message KUWEV-KUNNR is not an input field comes.
    IF I press enter the sales order is getting created with staus 53..
    But in background ERROR MESSAGE comes as:
    Function module not allowed: IDOC_INPUT_ORDERS.
    Please give suggestions.

    Dear Sir,
    Please check the FI Period is opened and FI account Number is opened.
    Thanks and Regards
    N.soma Sundaram

  • Open sales order not getting updated in FD32

    HI
    We are configuring Credit management, and found that the open sales orders are not getting updated in FD32.
    I have checked all the settings in OVA8 and all are working fine. This is a Static credit check and system is blocking the customer in case, the limit is exceeded. But the values are not getting reflected in FD32, for open sale orders, that are not blocked.
    Info structure S066  in OMO1 all are configured perfectly. I have run F.28 and no log was issued.
    Request to suggest other reasons for not getting updated in the table.
    I have gone thru the previous threads, but cud not find any solution.
    Regards
    Vamsi Javaji.

    Hi Vamsi Javaji
    First of all check in OVA8 wheather you have checked Open sales orders feild or not . Secondly check in your pricing procedure wheather you have maintained Subtotal A or not for the Net Value .Also check wheather you have assigned to your sales document type correctly or not  Finally check in OMO1 wheather S066 has been assigned correctly or not
    Check wheather you have assigned the Credit control area to the customer in CMR , in sales tab
    Regards
    Srinath

  • BAPI_SALESORDER_CHANGE Quantity in the sALES ORDER NOT GETTING UPDATED.

    Hi Experts,
    i am adding a new line item to the sales order with line item number and material number and QUANTITY.
    by using BAPI_SALESORDER_CHANGE bapi every thing is geeting updated but QUANTITY field is not getting updated.
    regards,
    Jay Sawant.

    I m using this code..
    Fill Line Item Details
      fl_order_itm-itm_number = line_item + 1000.
      fl_order_itm-material   = mpn.
      fl_order_itm-target_qty = qty.
       fl_order_itm-sales_unit = unit.
      APPEND fl_order_itm TO it_oditm.
    Fill the Header Order Details
    fl_order_itm_inx-itm_number = line_item + 1000.  "added
      fl_order_itm_inx-updateflag = 'U'.
      fl_order_itm_inx-material   = 'X'.
      fl_order_itm_inx-target_qty = 'X'.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
        EXPORTING
          salesdocument            = vbeln
      ORDER_HEADER_IN             =
          order_header_inx         = order_header
      SIMULATION                  =
      BEHAVE_WHEN_ERROR           = ' '
      INT_NUMBER_ASSIGNMENT       = ' '
      LOGIC_SWITCH                =
      NO_STATUS_BUF_INIT          = ' '
        TABLES
          return                   =  it_ret2
       order_item_in               =  it_oditm
       order_item_inx              =  it_oditx
      PARTNERS                    =
      PARTNERCHANGES              =
      PARTNERADDRESSES            =
      ORDER_CFGS_REF              =
      ORDER_CFGS_INST             =
      ORDER_CFGS_PART_OF          =
      ORDER_CFGS_VALUE            =
      ORDER_CFGS_BLOB             =
      ORDER_CFGS_VK               =
      ORDER_CFGS_REFINST          =

  • CRM Sales Order Not getting transfer to ECC System

    Hi,
    We had created one sale order in CRM and created sale order is not getting transfer to ECC system. BDOC are ending into error status and following are the error which is getting generated
    ERP adapter is called
    item is not to invoice0000000010
    Service that caused the error: CRM_1O_DELTA_MOB_MBDOC_SRV
    We had cross check the item category in CRM and ECC system and it seem to be fine.
    We had tried opening the document and it is gettinh opened suceesfully also.
    In case if any one had face this issue then please let me know the solution step to get this issue resolved.
    With Regards
    Ankush Rai
    9423404043

    Hi Anukush,
    To replicate a sales order from CRM to ECC you should have following prerequisties.
    1. Master Data: Customer, material should exist in both the system
    2.Organization Structure like Sales Org, Division, Distribution Channel (Sales Area) should exist in both the system
    3.Same Document Type,Item Category, Item Category Determination should exist in both the system
    4.Same Number Range should exist in both the system
    Best Regards,
    Rajendra Sonawane

  • VAT /CST% manually in the sales order,not getting copied to the Invoice

    Dear Friends,
    If I change the VAT /CST% manually in the sales order,its not getting copied to the Invoice
    Thanks
    Ivy

    Dear Friends,
    Thanks for your valuable inputs....
    I have maintained the condition record for the combination of delivery plant region and the customer  region.......assigned dummy tax code against the Tax condition...therefore I think there wont be any problem in posting billing doc to accounting doc.
    There are different combinations,where sometimes the user is liable for 2% CST ....sometimes 4%CST... but I am able to pick one tax value say 12.5% CST across and maintained the tax condition types - manual entry has priority, as allowed the user to change the value manullay as per the user requirement ....
    Now if i change the Tax condition value in the sales order ,the same is not reflecting in the Invoice....this also is applying from contract to a sales order...
    Please advice me accordingly...
    Thanks
    Ivy

  • Sales order not getting closed

    Hi,
    I am creating delivery document through SDK based on existing sales orders. it creates it with perfect quantity, tax , amount and doctotal values but the original sales order does not get closed contradictory to SAP's standard flow.it does shwo all the row-status as closed. but the document status remains open.
    what could be wrong? do i have to close it through SDK?
    Thanks,
    Binita

    Binta,
    As Petr said, i have added a SO in normal SAP UI without any addon, and copied it to Delivery and changed the Freight and added the delivery, in this case, the SO remains open.
    So I guess u can summarize that if any changes occur the SO would remain open?
    Hope it helps,
    Vasu Natari.

  • Sales Order not getting Pick Release and getting BACKORDERED

    Hi Gurus,
    There is an order in oracle production. When user try to Pick Release this order the order is not getting picked instead it is getting backordered. The line quantities are available and it is also not in hold. I also see the log files of ‘Pick Slip Generation report’, but it shows no error message. Do you have any idea on this?
    Thanks,
    SamD

    Are the quantities in a reservable subinventory?
    If you go to material workbench, does the quantity show as available to reserve?
    Did you specify a subinventory in the release process?
    Does the sales order line have a subinventory on it?
    Check if your onhand is in staging subinventory?
    Check older threads on this issue such as http://kr.forums.oracle.com/forums/thread.jspa?threadID=603998
    Sandeep Gandhi

  • Sales Order not getting into BI using 2LIS_11_VAITM

    Hi,
    I have created some new sales orders in R/3 System and I deleted the setup tables and reloaded the setup tables.
    Now I have reloaded my DSO in BI using 2LIS_11_VAITM and I do not see these new sales orders. Is there something that I am missing.
    I have done this numerous times before but never ran into this kind of issue and I have tried everything that I can think of. Please let me know if you can think of any suggestions.
    Thanks,
    Bobby

    hi,
    you have deleted the delta queue data/datasource? is ur V3 job is stopped?
    try to run the setup table filling in background.
    delete the setup table content for application 11.
    for doing setup table init, u can also do it with delta queue available.do the initialization in background.give the output device as LP01 and save and schedule the job.
    u can chk the content but not records as such of the setup table in se11/se16 - mc11setup table.
    Ramesh

  • Sales Order Not Getting Converted to Production order

    Hi gurus,
    I have a sales order and when on MTO process i try using CO08 to create a production order using with order type ZP02 , sales order no , item no , production plant the production order doesnt gets created . could anyone help me

    Hi,
    What is the error message you are getting?
    Are you using strategy group 20 in material master?
    Did you try using other order types?
    Regards,
    Senthilkumar

  • Scheduling dates from sales order not confirmed

    Hi All,
    I have configured CRM_APO_ECC integration in system. But getting few error on CR$M-APO side. Can you please sugest on these queries:
    1. order entered in CRM, ATP check is triggered in GATP & confirm dates & vendor (plant) populated with 2 schedule lines. But when I save the order, I get RED signal on item details tab, also I could not see order in RRP3.
    2. Second query is regarding RBA. I have configured location sub rule. But when the qty in initial plant is less, it does not give me the substitute location, rather it proposes me later date considering the checking horizon maintained in product master.
    But when I manipulate the same material with error (i.e. by removal of ATP group in product-loc master), and create order for same material, I can see the rule in place when ATP is triggered and can see 2 line items on ATP screen, first showing RED light (for which ATP grp isnt maintained) and 2nd is one with substitute location. In this case, it works. Where is my config missing?
    Please help me with these 2 situations.
    Many thanks,
    AP.

    Hi All,
    I got answer to this (i.e. query # 2), rule based plant was not available when triggered from CRM.
    Now i can see it, Solution is - Activation of preselection activation key. I activated it in APO Requirements profile for CRM & also in Check instructions.
    Thus I can see all sub plants.
    However, my 1st query is still under search. My scheduling dates are not getting confirmed. Following is the scenario:
    initial plant (USA1) has no stock in RRP3, but still showing green & accepting orders:
    When I chose alternative plant USA2 where I have stock, 2 scheduling lines are generated, 1 for initial plant & 2nd for USA2. There is no error message till then. And when I hit save, I get availability confirmation error, schedule line is not confirmed.
    After saving, only one line item remains, and plant is USA1, i.e. initial where there is not stock.
    Can you please suggest what config might be missing?
    Thansk,
    AP.

  • Schedule lines not getting confirmed on staurdays and sundays

    Hi all,
    At sales order level, the schedule lines are not getting confimred on staurdays and sundays. So,in the factory which has been assigned to that plant, we have checked all holidays . Even then it's not confirming on saturdaus and sundays.
    In the factory calendar, it was maintained like this.
    Valid      from Year   1996
                    To Year     2010
    Holiday calendar    ID IN
    Specific rule          none exist
    Work days
    Moday to sunday have been ticked. Only public holidays have not been ticked.
    even then staurday and sundays schedule lines are not getting confirmed. pLEASE ADVISE.

    Hi,
    Go to T.CODE SCAL, select your calender id & click on definition.
    Check the working days.Also check the "Holiday Calendar ID" assigned to the "Factory Calendar ID".
    Check if it helps.
    Regds........
    Sumit

  • Schedule lines are not getting confirmed even though stock is there

    HI,
    i want to discuiss one sensitive issues which is a simple one.
    my schedule lines is not getting confirmed even stock is there at sales order.
    there is no delivery block.
    there is no minimum stock level.
    there is no credit check for that.
    there is stock of 2 EA in that plant and storage location, but stock is not getting confirmed at sales order level or transaction level.
    even stock is there it is going to avaliability check overview screen and giving stock confirmation after 12 days.
    even i checked all the dates.............but its of no use.
    what to do ?
    after testing all the possible options i am taking help from
    please help me in this regard,
    regards,
    balajit

    Hi
    you need to check the following.....
    First check the Factory calander of your plant whethear some holidays or not
    Second most importantly you have to check which stretagy group is assigned  in the material . whethear it is make to order or make to stock. change it as make to stock.
    "What happened if material stretagy group is make to order then from sales order system generate requirement of that material against that particular stock, that time system do not consider the unrestricted stock and not confirm schedule line."
    Regards
    Shambhu Sarkar

Maybe you are looking for