Reducing PIR-Planned Independet Requirements by sales order

Hi;
I use 40 as strategy group (MM03 > MRP3). In this strategy group sales order consumes PIR and when MM documentis created via delivery PIR is reduced.
I want to reduce PIR when a sales order is created. Is possible?
I am waiting foru your kind answers.
Regard.
Emre OZDURSUN

Why do you want to do so? 
In terms of planning, the Ind.Req. shown is already taken to account of the sales order consumption so there is no issue there.  If you think about it, it does make sense that it will be reduced only when sales order is delivered.  Here my example to explain why.
PIR 1000
Sales Order 50
Shown in MD04 and in MRP run:
Ind.Req       950
Sales order  50
If the sales order is cancelled, then PIR will be set to 1000
Shown in MD04 and in MRP run (after sales order rejected)
Ind.Req.  1000
Therefore, if you reduce PIR at sales order, it will be gone for goods.  You cannot change the PIR back to the way it was. If your sales order rejected or partially rejected, you loss all the info for your demand plan (even though you have in PIR history but no good for planning purpose).
If you want to delete and reorg old PIR that already have sales order in the past (back order per se), use MD74 (adjust PIR to sales order qty), MD75 (delete PIR without consumption) , and MD76 (delete history).
Hope it helps,
Edited by: ayethebing on Mar 3, 2011 10:51 AM

Similar Messages

  • Billing Plan Tab required in Sales Order - Item Level

    Hi,
    I am trying to create a Sales Order, in which at Item level I also require Billing Plan Tab.
    This is for scenario Periodic billing & milestone billing.
    If you could also help with configuration & business process document of Periodic & milestone billing.
    my email id is [email protected]
    Thanks in advance.
    Warm regards,
    Rajesh Banka

    Hi Rajesh Banka,
    In sales order if you item category group is relevant for Billing Plan (Milestone) then you will get a billing plan tab for sales order item in Va01 T.code.
    You can go to MM02 and change item category group of material to Milestone billing in Sales org2. and then try creating order for the item using va01, go to item level you will get the billing plan tab.
    Reward if it helps
    regards
    srini

  • Copy BILLING PLANS from Quotation to Sales Order.

    Hi Guys,
    I am trying to copy the billing plans from quotation to sales order(SO), when CREATED BY REFERENCE from quotation.
    Quotation HEADER LEVEL Billing plans -> SO Header Level Billing plans
    Quotation ITEM LEVEL Billing plans -> SO ITEM LEVEL Billing plans
    I have already tried to use copy control routine 402 by adding a statments to copy internal table CPFLT to XFPLT. It did not work.
    I will appreciate if somebody can tell how to accomplish this task. It is for ECC 6.00
    Thanks,

    Hi Manoj,
    I know its very late to provide the solution. Thought of sharing since I had a similar requirement as yours and got the solution.
    Here is the Solution::::
    1) Let 402 routine stay in the config and do not add any custom code in it.
    2) In TCode: VTAA , in FPLA tab, copy the routine 251 (Conditions) and copy the below mentioned code..thats it...
    FORM DATEN_KOPIEREN_251.
    *{   INSERT         ECDK900223                                        1
    LOOP AT CFPLT.
    MOVE-CORRESPONDING cfplt TO FPLT.
    CLEAR FPLT-FPLNR.
    FPLT-FPLNR = FPLA-FPLNR.
    MOVE-CORRESPONDING FPLT TO XFPLT.
    XFPLT-UPDKZ = 'I'.
    APPEND XFPLT.
    CLEAR XFPLT.
    ENDLOOP.
    UPD_FPLT = 'I'.
    *}   INSERT
    ENDFORM.
    Now you should be able to copy the Billing plan from Quotation into Sales Order.
    Reward if helpful
    Thanks,
    Maqsood.

  • Plan cost of Valuated Sales order

    Hello,
    I am using Valuated Sales order and wanted to see the Plan cost is sales order report KKBC_KUN.
    a) When i use a costing variant in the Requirement class with automatic marking, i am able to see the plan costs in the sales order report.
    b) However if i dont use and costing variant in the requirement class and instead use the valuation with standard price of Make to stock inventory (with out val.strategy is checked), my sales order report does not show the plan cost.
    I want to use option (b) and also see the plan cost in the sales order report. Is this acheivable.
    Regards
    Raghu

    Hi Raghu
    Valuation Indicator in Req Class and Costing fields in Req Class are independant things
    You can specify valuation field as A (No Separate Valuation) and still use the Costing fields to calculate sales order cost estimate.. This will remain for info sake only
    However, it does nt make sense to calculate SO Cost est if you dont use that in valuation
    br, Ajay M

  • How to write a requirement for sales order outbound iDOC

    i need to write the requirement for sales order IDOC
    Please help

    Hi
    From the sales order screen itself you can create the delivery from the menu
    Sales order -> deliver/y
    or from VL01N , enter shipping point and Order number, create and save
    Reward points if useful
    Regards
    Anji

  • User Exit/Badi to change the billing plan date when create sale order

    Experts,
    Please advise which user exit/badi can be used to change the billing plan date wen create sale order.
    My requriement is based on some rules to dynamically change the line item billing plan start date and end date when create sales order.
    I tried some user eixt in MV45AFZZ, but the date got revert to the orginal date from billing plan.

    Hi,
      check the include MV45AFZB.
    Thanks & Regards,
    Sateesh.

  • Different between Customer requirement and Sales Order.

    Hi, can any expert explain the Different between Customer requirement and Sales Order to me?
    Any help would be appreciated.
    Regards,
    Tiger

    Hi...
    The Customer sents the requirement ( Like specially manufactured products as per the customer specifications) which can be entered in the form an Inquiry. With ref. to this inquiry a quotation will be sent to the customer. The customer places an order thru document with reference to this quotation.
    Now the company processes the order and manufactures the Product and delivers the Product to the Customer and recieves the payment.
    Hope this clears the query
    Reward points if found usefull
    regards
    Sajeev

  • Copy Billing plan from Quation to Sales order at header level

    Dear Gurus,
    I am using custom routine (600) to copy Billing plan from Quotation to Sales Order.
    I used following code to copy Billing plan.
    LOOP AT CFPLT.
    MOVE-CORRESPONDING cfplt TO FPLT.
    CLEAR FPLT-FPLNR.
    FPLT-FPLNR = FPLA-FPLNR.
    MOVE-CORRESPONDING FPLT TO XFPLT.
    XFPLT-UPDKZ = 'I'.
    APPEND XFPLT.
    CLEAR XFPLT.
    ENDLOOP.
    UPD_FPLT = 'I'.
    I also tried with CFPLA instead of CFPLT.
    Using this code all line item Billing plan is coping into header Sales order Billing Plan (Duplicating records). When I save and come back it is giving Express Document error.
    I could not able to save document.
    Please guide me this regards.
    Thanks,
    Vasanth.

    Hello Nag,
    Did you check your copy control routines in transaction VTAA? You need to see if these fields are included in the routines maintained for copy control between your contract and sales order.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • Individual customer requirements and sales order requirements

    Hello Gurus,
    Can anybody please explain me the difference between individual customer requirements and sales order requirements.
    Please clarify
    Thanks,
    Nilesh

    Hi,
    *Individual Customer Requirement *
    Generally this is the material is produced against a Sales order,
    They will have the Stock Categroy as E as special Stock.
    They can be consumed only by the Relevant Sales order.
    Mostly in Case of the MTO this is applicable.
    Sales order Requirement.
    This is again Sales requirements.
    But it can consume any stock,
    the material is not produced against any specific sales order ,
    This is mostly in the MTS Scenario.
    Kindly let me know your feedback.
    Reg
    dsk
    Edited by: DSk on Dec 7, 2010 3:30 PM

  • Getting data in GATP Planning area on open Sales Orders yet to be PGI'ed

    This is in context of allocation planning.
    I understand there are two internal GATP relevant key figures AEMENGE (allocation) and KCQTY (incoming sales order quantity) which come over from R3. These two key figures are part of any allocation planning design to track consumption of allocation from sales orders.
    We have a requirement to also get information on open sales orders not PGI'ed into GATP planning area. Is there a way to do this without configuring SNP and only core interface ? (Releasing data from SNP to GATP does not work since the levels are different)

    Hi
    Just to correct you. The tcode is LBWQ and not LBQW.
    Well as per your lines that it is not possible for 400 users to manually feed the data after changes .I totally agree.
    To help get the same functionality we have v3 jobs or direct delta which serves the same job for you.
    This is a job that runs at a regular interval as per you set it in the tcode LBWE.
    If the Datasource is Delta Enabled then only these jobs would be available to run for those data sources and if incase the DS is Full then you dont need these jobs at all.
    Thus once you set your DS as Delta. Go to LBWE select the DS you are working upon for delta
    After finding the DS you see two options update mode and update.
    Update mode -you can choose the type of update mode for example direct, queued and so on.. Generally we use Queued Detla
    Update - you have to set here how do you want it to run and from wat date etc.clickin on job control gives you a window where in u can set all the fields as per ur requirement.
    Once after these are done your job would automatically run and collect the changed records to the delta queue and from there you can pull the same using info pack.
    Hope that clarifies your doubt to some extent.
    Edited by: Puneet Chawla on Jan 29, 2010 8:52 AM

  • Plan Material Requirements for Detached Order Assemblies in ETO

    Hi all,
    I need to plan requirements for a material used in engineering-to-order production. It's written in SAP Library ( http://help.sap.com/saphelp_erp2005vp/helpdata/en/f6/089036e1e4b603e10000009b38f889/frameset.htm ) that I can plan independent requirements and assign them to the sales order. It's right, but I have two different sales orders and I need to assign a quantity to one and another one to the other: the system assign the whole quantity only to an order apart from the dates I have planned the independent requirements.
    Have anyone a hint?
    Thanks.

    You're posting in the Portuguese B1 space.
    You might want to post in the English one: SAP Business One Application

  • Billing Plan from Quotation to Sales Order

    Hello Friends,
    When Iam creating a Sales Order with reference to a Quotation, I want to copy the Billing Plan automatically from Quotation to Sales Order.
    How can I achieve this??
    Thx,
    Smitha.

    Hi Smitha,
    During sales order processing, the system determines from the item category whether a
    billing plan is required and, if so, which type of plan
    The type of billing plan that is determined at this point is set up in Customizing and
    cannot be changed in the sales document
    REWARD IF U FINDS THIS AS USEFUL...
    Regds
    MM

  • Inspection plan as per customer sale order

    Hi QM Expert,
    I want to create Inspection plan automatically when inspection lot is created against production order which is made by reference of sales order which contain the specifications of product required by customer every time the customer change the value as per it,s requirement ,is it possible in SAP ,please Guide me step by step
    Regards
    Aaditya

    Dear Aditya
    Is it that all mics keep on changing or is it only some of them randomly. As this is a MTO automizing the inspection plan is not possible.
    I could see only 2 possible solution
    1) If only some of the mic changes make use of addition mics in result recording. manualy insert the mic with the specification at the time of result recording. you can also give the specification while inserting
    2) create an inspection plan based on the customer using differernt group counters or using a single group counter and dependent charactertistic. You can change the specification before the GR is made or even after the GR is made
    If you think you have some idea about automising please let us know
    Regards
    Gajesh

  • Project Revenue Plan Not Update from Sales Order Item

    I am generating a network and project from the sales order item using Assembly processing. I am using milestone billing on the sales order item and the milestones attached to the project network activities are appearing as billing blocks on the sales order item billing plan. However, the project revenue is not getting updated from the sales order billing plan. Can someone please help?
    I have deleted the billing plan on the billing WBS element and activated revenue planning update from sales order in cusomization for PS. I am looking at CNS41 under the project revenue sched in version 0. Is there a different report I should be looking at?
    Regards,
    Venkat.

    HI Venkat,
    You are looking at the correct report & I believe you have also done the necessary customization. If you create a sales order and reference it to a quotation, the related plan values in the WBS element are refreshed automatically.
    When the payment data is recorded, the terms of payment and the customer payment history are taken into consideration. One of the probable causes could be the credit limit of the customer might have been exceeded. Take help of your SD consultant & increase the credit limit for that customer (from the sales document), t-code FD32 if it is permitted in the business.
    After the new credit limit is set execute the following steps:
    u2022     Go to the t-code Change billing request (VA02)
    u2022     Open the required billing request
    u2022     Remove the account assignment of WBS element from each line item
    u2022     Save the billing request
    u2022     Reopen the billing request in change mode
    u2022     Reassign the WBS elements to all line items
    u2022     Now the changed credit limit will take affect
    u2022     Check the Planned Revenue for the said project in CNS41, it should get updated.
    Rgds
    Deepak

  • How to populate the billing plan tab for the sales order inbound

    Hi Team,
    I am new to IDOCS, I have a requirement like IDOC extension of the sales order inbound.
    Can anyone explain in brief how can i add billing plan tab in  the IDOC extension for the Sales order inbound.
    Thanks, 
    Barathi

    U need to use the table vbfa or fololow thw link
    [http://www.erpgenie.com/sap-functional/sd/read-sales-document-flow-using-a-function-module]

Maybe you are looking for

  • How to define special character in html text file used in loadvars

    Hi I'm witing some maths software and need to use the division sign in a text file which is loaded using LoadVars(). The variable loaded is then assigned to a text area. Here's the variable example. &hint1=<title><b>Challenge 1: Instant recall of any

  • IPad (gen 3) wifi download speeds

    I recently upgraded my Comcast Internet to 50Mbps download speeds.  Using the Speedtest.app I am showing around 30 Mbps on both my iPad (gen 3) and iPhone 4s.  I was wondering if anyone has been able to achieve faster download speeds than that on an

  • MP250 - Printing black

    Hello everyone, I wonder if anyone can help with my printer settings please. I want to print a business flyer that has some black in the design using my MP250. I am printing on A5 paper and would like borderless and "standard" quality print, so that

  • How do i eliminate duplicates of my pictures? My pictures seem to be duplicating on there own. What do I need to do to prevent this?

    How do I eliminate my duplicated pictures? They seem to be doing this on their own. I am not sure how this is happening.

  • Skype 7.3 vs 8.1

    Well I have 7.3 which I am told is the latest version by Skype but I had a 8.1 version just weeks ago and can not get it back?? I was told i need windows 8 to get Skype 8.1 but did not happen only 7.3 with at least a dozen tries. Twilight Zone! 8.1 d