How to exclude Sales Orders from a planning run

Hi,
I run MD02 and i discover that planned orders are being created as procurement proposals for sales orders and the planned independent requirement.
I want planned order to be created only for the Planned independent requirements ONLY.
Is there a way that sales orders can be excluded from the planning run?
Thanks in advance for your suggestions.

Dear,
Check the requirement type of your sales order line item in VA02 procurement tab it should be Reqmt type of customer reqmt   KSL
Also check the strategy assign in material master and MRP group OPPR and then check the setting of strategy 10 in OPPS there should be
Customer Requirement planning
Reqmt type of customer reqmt   KSL  Sale frm stck w/o ind.req.red.
Requirements class  030  Sale from stock
Allocation indicat.     No consumption with customer requirements
No MRP   :-               1 Requirement not planned, but display.
Please try and come back.
Regards,
R.Brahmankar

Similar Messages

  • How to remove sales orders from VL10A

    HI All,
    I had an issue from production system. Few orders are already delivery and accounting completed, still those orders are being displayed in VL10A. I have checked those orders and there are not schedule lines due for shipping. Sales order/delivery/invoice shows completed in the document flow.
    For the timebeing i have given workaround solution to exclude those orders from selection screen in VL10A.
    Could you suggest the permanent solution not to display those orders in VL10A, which are already shipped and no due for shipping.
    Thanks in advance and waiting for your suggestion.
    Regards,
    Vamsi.

    HI Raghu,
    Thanks for your inputs of the program, but it has no options to choose.
    Analysis:
    This could have happened due to Inconsistency in delivery due index tables.
    I referred OSS Notes: 128947 & 178328, executing  the reorganizing program u201CRVV05IVBu201D for the problematic sales orders to remove inconsistency.
    Please ensure to execute the report with proper selections in the initial screen even online i.e on business hours..
    Hope this would help to anyone in future.
    Regards,
    Vamsi.

  • How to stop sales orders from contracts from qualifying for Rebates.

    We have set up rebate agreements for customers and they are working as expected.
    Now our sales people want to start using contracts for some special deals for certain customers and products. But they DO NOT want these sales orders from these contracts to qualify for rebates.
    Does anybody know how we can set this up or if it is at all possible?

    Hi Zoya,
    I got one more idea and so try it out.If it sounds foolish please ignore.Instead of going for userexits its better you go for a different sales order type whenever you refer to a contract.And make sure you assign a different pricing procedure which does not contain the condition type BO03 at all.Ofcourse this new sales document should have a different document pricing procedure.
    Regars
    Ravi Kiran

  • How to delink sales order from a discrete job.

    Hi,
    I wanted to know how we can delink sales order from a discrete job.
    Thanks

    Go to the reservations screen in inventory; find the reservation using item number or sales order #
    Delete the reservation.
    Alternatively, you can go to the wip job and click on reservations and delete it.
    Hope this helps,
    Sandeep Gandhi

  • Exclusion of Sales Orders from CTM Planning

    Gurus,
    Without customizing, is there a way to exclude selective sales orders, say by certain delivery priority number, from CTM planning? Is there any standard configuration setting that SAP APO offers for this?
    I want to exclude the SOs with delivery priority no. X from being identified and planned by CTM.
    Appreciate a quick response on this.
    Thanks,
    Chandra

    Hi Chandra,
    1) If the sales orders that you want exclude are falling under certain
    fixed time period, then you can restrict selecting those orders
    using transaction /SAPAPO/CTMORDSEL - Order Selection
    and in the selection tab, you can filter those under radio
    button "fixed time period" and select the ATP categories
    2) In material master, if you provide very low priority and also if
    you maintain time based priority in SNP 2 tab, till that period with
    that low priority, the system will consider that item for lowest
    priority during planning
    Regards
    R. Senthil Mareeswaran.

  • How to Avoid sales orders from getting released

    Hi,
    We have done following :
    1. Created sales orders in AT org.
    2. Ran ASCP plan
    3. Sales order is considered as demand and the corresponding planned order is created in AT org.
    4. corresponding Internal Requisition is created in AT org and internal sales order is created in BE org (The sourcing rule for AT suggests to transfer 100% from BE).
    5. Now again the ASCP plan is run.
    6. The same sales order is again considered as demand and all the corresponding documents are also created (means, planned order, internal requisition, internal sales order).
    The requirement is that the sales order should continue being considered in the plan run as the demand so that it can be taken in the ATP calculation, but the corresponding IR should not be created each time the plan is run.
    I have modified the Visible_demand_flag of sales order line as 'N'. but problem is that orders are not even getting considered as demand till the flag is again reset as 'Y'.
    Please help is this. This has to be displayed in UAT to users.
    Regards.

    1)     Planning should not recommend new planned order if there is already a requisition to fulfill SO demand. Did you see that every time, a new planned is created for same SO demand ? Then you would need to ensure that Requisitions are being collected.
    2)     To prevent releasing the Planned Order – this can be done by populating item attribute ‘Release Time Fence’ – Kanban Item (Do Not Release)

  • How to link sales order and billing plan?

    Hi,
    Based on a sales order how can I know the billing plan? I tried to search for some posts, but could not find one with one exact answer regarding this.
    Thanks,
    Best regards

    Hi,
    In "OVBP" T.code,you can find the billing plan assigned to a sales order.
    The path is:
    SPRO>Sales and Distribution>Billing>Billing Plan>Assign the billing plan type to the sales order.
    In two ways we can assign this billing plan to order.
    One is the above mentioned one.
    Another one is to assign the billing plan type to the item category using the T.Code "OVBR".
    Regards,
    Krishna.

  • How to Add Sales order from one database to another database

    Hi All,
    I am trying to add sales order with sales order object.
    I have completed connectivity from one database to another database.
    but i am unable to post sales order with orders object.
    My code is
    ObjSales = objMain.objUtilities.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                ObjSales.DocDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.DocDueDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.TaxDate = Date.Parse(System.DateTime.Now().ToString("d"))
                ObjSales.CardCode = "C0006"
               ObjSales.Series = 92
                ObjSales.PaymentGroupCode = 3
                ObjSales.Comments = "vivek"
               ObjSales.Lines.Add()
               ObjSales.Lines.SetCurrentLine(1)
               ObjSales.Lines.ItemCode = "5127"
               ObjSales.Lines.Quantity = 100
               ObjSales.Lines.UnitPrice = 10
               ObjSales.Lines.WarehouseCode = "01"
                ObjSales.Lines.TaxCode = "0"
                ObjSales.Lines.DiscountPercent = "0.00"
                ObjSales.DocTotal = 1000
                 If ObjSales.Add <> 0 Then
                   objMain.objApplication.SetStatusBarMessage("Sales or Not Posted", SAPbouiCOM.BoMessageTime.bmt_Short, True)
                   Exit Sub
                else
                  objMain.objUtilities.ShowSuccessMessage("Sales Order Posted successfully")
                End If
    The above code is executing successfully.But the Sales order is not getting added.
    Thanks in advance.

    Hi Vivek,
    If the code you posted is not throwing any errors, then the order really does get created. Apparently just not to both databases, am I correct ?
    vivek.Y wrote:
    > I have completed connectivity from one database to another database.
    That means that apparently you have not gotten this bit right.
    Generally speaking if you want to create an order into two databases, you first need to connect to both databases and create separate order objects for each database. So you need to do this bit twice; once for each database. Something like this:
    ObjSales1 = objMain.objUtilities1.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
    ObjSales2 = objMain.objUtilities2.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
    Then at the end you also need to add both objects separately:
    If ObjSales1.Add <> 0 Then
    etc.
    If ObjSales2.Add <> 0 Then
    etc
    Good luck,
    Johan

  • How to exclude Sales orders while crdit check

    Gi gurus,
       I am using Automatic Dynamic Credit check at PGI level & creating crdeit limit check as ZERO Amount.
    Scenario is like this
    1st Sales order Value is 1000
    2nd Sales Order Value is 3000
    Customer Pays Rs 1000  for 1st sales order
    then if i go for PGI system is not allowing. How to Excule 2nd Sales order amount.
    Rajendra

    Hi,
         If u maintain credit limit as ZERO amount, how the sytem is allow to create a delievery,
    it wont allow to create delivery for first sales order itself as it exceeds the credit limit.
    as in dynamic chek @ PGI level, it has the Error message  in OVA8.
    maintain credit limit then try.
    *Hope it helps,

  • Exclude sales orders based on sales order type from CTM planning run

    Dear people,
    We have sales orders in R/3 with custom sales order types, like ZE01, ZE02 etc.
    These sales orders are CIFed to APO and all sales orders have ATP category BM. We use CTM and we want to exclude sales order with sales order type ZE01, is this possible?
    Which enhancement could be used to exclude sales orders with selection on sales order type?
    Edited by: Peter237 on Jan 19, 2012 12:35 PM

    Dear,
    Check the requirement type of your sales order line item in VA02 procurement tab it should be Reqmt type of customer reqmt   KSL
    Also check the strategy assign in material master and MRP group OPPR and then check the setting of strategy 10 in OPPS there should be
    Customer Requirement planning
    Reqmt type of customer reqmt   KSL  Sale frm stck w/o ind.req.red.
    Requirements class  030  Sale from stock
    Allocation indicat.     No consumption with customer requirements
    No MRP   :-               1 Requirement not planned, but display.
    Please try and come back.
    Regards,
    R.Brahmankar

  • I want to load a sales order from xml file. How can I do.

    Hi,
    I want to load a sales order from XML  file. How can I do ? how can i create the sales order?
    what are the necessary  setting for  create the sales orders.
    with Regards,
    Prakesh.

    Three options come to my mind.
    Option 1: Use SAP transaction SXDA_TOOLS (Object Type BUS2032), Program Type (BAPI) and Program (CREATEFROMDAT2).
    Option 2: Use SAP transaction SXDA_TOOLS (Object Type BUS2032), Program Type (DINP) and Program (RVINVB10).
    Option 3: Translate the xml to IDoc so that ORDER04 / ORDER05 Idoc can be used to create Sales order (WEDI transaction).

  • How to exclude sales office for combination sales order type/division?

    Hi experts,
    I would appreciate if you could advise: How to exclude sales office for combination sales order type/division in ECC 6.0 ?

    Hi
    Standard SAP functionality would not be able to cater to this. Ideally create a Z table with sales order type and sales office combination. Put in entries for combinations that are allowed. In Sales order program MV45AFZZ use the exit USEREXIT_MOVE_FIELD_TO_VBAK. In this exit write down the logic passing the sales office determined and the order type and check if the entry is there or not. If the entry is there then it should go on to the next step. If it does not then pass an error message. You need to use the help of your ABAP er for this.
    Thanks
    Indranil

  • How to cummulate sales orders for creating one planned order.

    Hello friends,
    My scenario is make to stock. I use sales orders for creating plan only. I want to cummulate all sales orders of one finish material and create one planned order  for that material when i run mrp. How can i do this?
    Thanks

    Kiran,
    What is the planning strategy you are using?
    Does all the sales order requirment same? If it is same then it is possible. Please explain more in details. If not you need to look at using some perodic lotsize procedure to combine requirments. Like "Daily", Weekly" "Month" etc..
    Regards,
    Prasobh

  • How to create a Sales order from multiple quotations?

    Hi All,
    Please tell me how to create one sales order from multiple quotations?
    Regards,
    Maddy

    Hello Maddy,
    To create the sales order from multiple quotation, you should put the value "F - Only at item level: Always with selection option" under Quotation determination in your sales transaction type.
    It will give you a pop-up to choose your quotations item while creating the sales order.
    Some per-requisites are there:
    1. Copy control should be maintained between your quotation and sales order.
    2. Quotation should be error free and should have the status "Released"
    3. Sold to party and Organization should be same in both transaction.
    For more information you can check the below link:
    Processing Quotations - Sales Transactions - SAP Library
    Best Regards,
    Dinesh

  • How to get sales order data in substitution of fi-docu from GM posting ?

    How to get sales order data in substitution of FI documents from goods movement posting?
    When I posting a material document with movement type "501E", the system will creating a FI document automatically. And I need to get the sales order data in the substitution of FI document.
    I tried to export the data of the material document in user-exit "MB_CF001 Updating of material document data upon posting", but this user-exit does not triggered in the posting process at all. what's the problem?
    Do you have better solution or idea for this? Please help me. Thank you!

    Hello Harish,
    Please use BAPI_BUSPROCESSND_GETDETAILMUL to read details of sales order. This works as a remote enabled counterpart of CRM_ORDER_READ.
    Similarly if you want to display sales order from R/3, use FM BAPI_BUSPROCESSND_DISPLAY.
    Regards
    Kaushal

Maybe you are looking for

  • How do you change your security question to buy songs?

    how do you change your security question to buy songs?

  • PI 7.0 Installation

    Hi All I am experiencing a strange problem after completion of PI installation  which is describe below I am able to login with Admin account 'J2EE_ADMIN' in Visual Admin after restarting the application but after 10-15 minutes it starts giving error

  • Data Source And Info Source

    Hi Experts Can anyone tell technical difference between data source and info soure ? Where data source will be and where will be info source . Kumar

  • Publishing error after 2.03 update

    After updating yesterday to 2.03 I received an error this morning when I attempted to publish. (My domain is with .Mac.) Unfortunately, the message provides no explanation of the error. Any clues?

  • Configuration of Routers/SWitches

    I would like to know what is the best configuration to connect 2 Routers 7206 to 2 Switches 3750 . The best configuration between Routers , between Switches and between Routers/switches . Thanks .