Planned order generation for each demand

hi all,
Is it possible to Create planned order for each demand within a day in LTP.
for ex.,
Ms04
Planned order-  19.09.2014  4500
demand   19.09.2014  --  500
demand   19.09.2014  --  1500
demand   19.09.2014  --  2500
Its creating like above is it possible to create planned order as follows
We required as follows
Planned order-  19.09.2014  500
Planned order-  19.09.2014  1500
Planned order-  19.09.2014  2500
demand   19.09.2014  --  500
demand   19.09.2014  --  1500
demand   19.09.2014  --  2500
Which setting controls it. we are using individual/collective requirement as 1 for these materials
How the on different dates separate planned orders are generated. please include your valuable inputs
Regards
Muthu Kumar

Hi Kumar,
as mentioned before.
If you do not have a MTO scenario you need to use BAdI MD_ADD_ELEMENTS to simulate individual requrirements within the same date.
Make sure you check for the right scenario, so the coding is not executed during regular MRP
This coding could be a starting point.
could not test it.,  but you can give it a try.
data: lf_temp_date type DAT00, ls_MDPS type mdps, lf_planr type PLANR.
if IM_PLSC is not initial.
  CH_CHANGED = 'X'.
  loop at CH_COPY_MDPSX into ls_MDPS where delkz = 'SM'. "for simulated dependent requirements
if ls_MDPS-dat00 = lf_temp_date.
  ls_mdps-planr = lf_planr + 1.
  lf_planr = ls_mdps-planr.
else.
  lf_planr = ls_mdps-planr.
endif.
lf_temp_date = ls_mdps-dat00.
  endloop.
endif.
If you need to have separate planned order depending on header material you can also check for this in addition to requirement date
Uli

Similar Messages

  • MRP Planned order generation for Order reservation excluding Dependent Requirements

    In our Project we have a requirement like for FG stage & SFG1 stage are M.T.O So after sales order are punched through  MD50 we have created Planned orders against sales orders,But dependent stages like SFG2 & SFG3 which are pure M.T.S so only Dependent requirements will get generated.Suppose for SFG1 i have partially converted planned order to Production order then for component SFG2 we get Partial Quantity as order reservation.Now requirement is if i run MRP for SFG2 system need to generate demand only for order reservation excluding Dependent requirements.Is there any possibility where we can generate demand only for order reservation.As system will create Planned order for SFG2=Dependent requirement + Order reservation

    Hi Uli,
    Suppose i have Sales order--100 kgs for FG
    B.O.M levels
    1.FG-----M.T.O
    2.SFG1---M.T.O
    3.SFG2---M.T.S
    4.SFG3---M.T.S
    5.ROH
    So if i run MRP via MD50 system would generate planned orders for FG & SFG1 level as they are M.T.O specific
    Now my requirement list would be
    FG-100kg planned order
    SFG1-100kg planned order
    SFG2-100kg dependent requirement.
    Now suppose i have partially converted SFG1 planned order to production order
    SFG1--100kg planned order to 30 kg production order
    Now my requirement list would be
    FG-100kg planned order
    SFG1-70kg planned order & 30 kg production order
    SFG2-70kg dependent requirement & 30kg order reservation.
    Here my requirement is if i run MRP for SFG2 in MD02 as these stage is M.T.S system should provide 30 kg planned order & if we see down the line it would be like
    Now my requirement list would be
    FG-100kg planned order
    SFG1-70kg planned order & 30 kg production order
    SFG2-30kg planned order & 70kg dependent requirement.
    SFG3-30kg planned order
    ROH-30kg Purchase req
    Client requirement is like these..

  • Restriction of planned order generation (mrp)in other plant.

    Hi,
      I am running mrp for sales orders and i want to restrict the planned order generation in other plants other than the sales order plant. 
    through standard activity it can be blocked by not maintaining special procurement key of stock transfer.
    But some users are creating manual demand in other plant(STPO) against the same sales order for some sub assembly. so if they are running MD02 in their plant it is creating planned orders against the same sales order.
    I want to restrict the planned order generation against any sales order in other plants. How it can be done.any enhancement please suggest.
    Regards
    Madan

    Hi,
          we cannot restrict the authorizations so specifically here in my business client.
    Based on planned orders we have defined some programs.
    the programs are  effecting because of these unwanted planned orders which have been created  for a different plant sales orders.
    Is there any enhancement or BADI to control the creation of planned orders in other plant for a sales order of different plant.
    please suggest.
    Regrds
    Madan

  • Planned order generation restriction

    if in my material, i defined the minimum and maximum lot size as equal ( ie.  3000 = 3000 ), for procedure EX, when a requirement exceeds the value of the maximum lot size, will it create a brand new planned order, for example a requirement of 3001? how can i restrict the system not to create a new one and just round the qty down to the maximum lot size everytime.

    Hi,
       Use share of Safety stock availability in MRP group.
    Assign this MRP group in the material master of MRP 1 view.
    This function is used to reduce the planned order generation. Suppose if the requirement is 5 no's and the stock is not available, system has to  generate planned order.
    But the share of safety stock contains more than 5 no's,  system will not generate planned for this 5 no's.
    Assume safety stock - 50 no's.
    Share of safety stock - 10%
    So for the requirement of 3001 no's, system will generate planned order for only 3000 no's. Remaining 1 no adjusted from the share of safety stock.
    Regards,
    Dharma

  • Purchase order number for each postings with FBL3N

    Hello
    With tcode FBL3N, I need to get all the postings on expenses accounts. Additionally it is possible to get more information on the postings from the orginal paper invoice. It shall be also more convenient to get the purchase order number walk trhough SAP with it. Then is it possible to get the purchase order number for each postings with FBL3N?
    thanks for inputs
    sb

    Hello,
    Could you please add field BSEG-EBELN as a special field in FBL3N (from
    menu path Settings -> Special fields).
    Then, select the Purchase order field again from "Change Layout"
    (Ctrl+F8). Now this field is available for display variants, it has the
    technical name 1-U_EBELN and the description 'Purchase Document'.
    The other field has the same description but as technical name
    '1-EBELN'. When you create a display variant be aware that you select
    1-U_EBELN and not 1-EBELN.
    *******Please also refer to attached notes 215798 and 984305.
    Best regards, Hana

  • Collective Planned orders Scheduling for lower level orders with reference to the Superior order

    Hi All,
    Collective planned order scheduling.
    I have been trying to reschedule the superior planned order and i was expecting the lower level planned orders to reschedule based on the superior planned order.
    My problem is
    when i try to reschedule the superior planned order the system is not rescheduling the lower level planned orders.
    For example if i change the basic finish date of superior planned order as 30/09/2014 and reschedule the planned order it is only scheduling the header planned order and the lower level planned order is not scheduling.
    Could some one tell me why this is not happenning at planned order level.
    As the rescheduling of collective order will work at production order level but for some reason it is not happening at planned order level(as there is no option available to do so).
    Please give your thoughts on this asap.
    Mahee.

    Hello Mahee
    Please observe that your system is working as designed. Planned orders are scheduled independently, even when they are part of a network/collective order. Note 152319 explains the planned order scheduling in detail and it provides the following information:
    * No scheduling of overall networks is executed although a directly manufactured component is assigned.
    Note that no scheduling of the overall network is executed for planned orders. For the components requirements dates are determined. In order to cover them, planned orders are created in the next MRP run. Since the requirements are not managed using the exact time, the results of the planned order scheduling and of a scheduling of the overall network of the converted collective order can differ.
    BR
    Caetano

  • Mto strategy 40 - planned order generation problem

    i have an fg, which is assigned to strategy 40. sales orders are created for that fg. however, when i run my mrp, tcode MD04 shows that the planned order generated for the FG is make to stock. how do i change this to make to order?

    Dear Raf
    Strategy 40 is Make to Stock only
    It is a strategy named Planning with Final Assembly
    You can feed PIR and generate the proposals
    It will React for Customer Requirements Quickly
    Prabakaran K

  • Planned Order Profile for REM

    Hi,
    Is Planned order profile for REM needs to configured for Planned Order type PE in IMG(T Code OMDD).
    Thanks in Advance.
    Regards,
    PPcon

    Dear,
    SPRO>Production>MRP> proc.proposals>planned orders-->Define order profiles
    Ypu have set the rep mfg indiactor & suitable rem profile in MRP 4 view of material
    BOM Explosion Tab
    Selection method : 2 -By production version (prior to this , a Prod version shd be created)
    Please try and come back.
    Regards,
    R.Brahmankar

  • Planned depreciation value for each period

    Hi,
    Where can I get the planned depreciation value for each period? I need the fields for customised report.
    Thank you

    Hi,
    You can get the dep planned values for the each period by using SAP standard report S_ALR_87012936.
    In the selection screen of that report, click on All selections button on application tool bar. Then you will be able to see the all the available fields for selection.
    Choose evaluation period as Month.
    Now execute it. After getting output, you need to go for change layout and adopt fileds like Dep 01-2010, Dep 02-2010, Dep 03-2010....Etc till Dep 12-2010.
    This will fix your requirement.
    Thanks,
    Srinu

  • Planned order link for Strategy group 40

    Dear All,
    We are creating sales order for a material which is having strategy group 40. Requirement Type KSV is determined in the sales order. Let us assume that we don't have stock for this material. After MRP run, planned order has been created for sales order qty. Now I want to get planned order number for sales order at table level or any using any FM to use Z report. I can check the planned order number in MD4C by giving sales order number in the input screen but I want to know where and how to get the link for Z report. Please any one help me out on this.
    Thanks in advance,
    Regards,
    Babu

    any idea/update on this.....

  • Planned order creation for another plant

    I have 3 plants 1, 2 and 3.
    I receive forecast in plant 1. Convert it to PIR in plant 1, and run MRP for plant1. 
    Plant 2 is the supplier plant for Plant 1, but it is not manufacturing.
    Plant 3 is the production plant which supplies to plant 2 and plant 2 gives to plant 1.
    How can i automatically create planned orders in both plant 2 and plant 3 directly from plant 1 through MRP.
    Also I need to do this without Special Procurement type.
    Regards
    Krishnaraj

    I receive forecast in plant 1. Convert it to PIR in plant 1, and run MRP for plant1.
    Plant 2 is the supplier plant for Plant 1, but it is not manufacturing.
    Plant 3 is the production plant which supplies to plant 2 and plant 2 gives to plant 1.
    How can i automatically create planned orders in both plant 2 and plant 3 directly from plant 1 through MRP. 
    As Told by Mario you have to achieve this through SPK only in Std SAP. You have to create to one new SPK for each plant (1 & 2 plant).
    Say for Plant one Create SPK 41 Stock Transfer from plant 2. Under Special procurement header select
    Special procurement - U
    Plant - 0002
    Procurement type - F
    For Plant two Create SPK 42 Stock Transfer from plant 3. Under Special procurement header select
    Special procurement - U
    Plant - 0003
    Procurement type - F
    No when you will give the demand for 0001 plant & run the MRP demand will be flown till 0003 Plant through STO.
    If have any query plz come back.

  • Planned Order creation for Sales Order and Purchase Order

    Hi
    We have a following requirement.
    In normal scenario when we have demand for material  which was created by MD61 and in addition to that if there is Sales Order the 1st planned order gets revised.To better expalin this consider possible scenario
    You create plan via MD61 for 200 qty .The system creates Planned Order for 200.
    Now there is Sales Order for 150 peices.Then what happens is original  Planed Order of 200 is changed to 50 and another planned order is created for 150 peices.The requirement is not summed.
    Now in new scenario instead of Sales Order there is Intercompany Purchase Order of 150 peices.
    Now the system is not changing original Planned Order of 200,but it created another planned order of 150.So now there are 2 Planned Orders of 150 and 200.
    What I want to know is there any way wherein the system will reduce the original planned order (similar to Sales Order scenario)
    Regards

    Hi,
    Use Strategy 52 in urs case.
    PIR witll be created .
    None convertable planned order will be created.
    Once you get sales order for that material.
    New planned order will be created which will consume PIR( planned order ).
    Eg.
    PIR 10.
    Planned order 10 qty.
    Sales oder 6
    Planned order for SO 6 qty
    Planned order through pir will become 4 qty.
    Regards,
    Vishal

  • I need to show grouped id and only the max order value for each unique id

    select distinct 
    Table1.id,
    Table1.id +' - '+ Table1.VisitNumber +' : '+ Table1.Priority as UidVisitKey,
    Table1.VisitNumber,
    DATEDIFF(d, [dob],[Visite_dte])/365.25 as Age_On_Visit,
    Table1.Priority,
    Table1.OrderOfVisit,
    Table1.OrderOfVisit + ' - ' + Table1.Notes AS VisitNote, 
    Table1.Visitor_FName,
    Table1.Visitor_SName,
    Table2.dob,
    Table2.sex,
    Table1.Visit_dte,
    into #Temp1
    FROM         Table1 INNER JOIN
                Table2 ON Table1.id = Table2.id
    WHERE Table1.LeaveDate IS NOT NULL 
    and Table1.LeaveDate  between DATEADD(mm,-1,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0)) 
    and DATEADD(ms,-3,DATEADD(mm,0,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0))) 
    select #Temp1.id, max(#Temp1.[OrderOfVisit]), #Temp1.VisitNote 
    from #Temp1
    group by #Temp1.id, #Temp1.OrderOfVisit, #Temp1.[VisitNote]
    ORDER BY #Temp1.id
    drop table #Temp1
    ---I need to show grouped id and only the max OrderOfVisit for each unique id, and the VisitNote for each OrderOfVisit
    ----------------need help-------------

    Sounds like this
    select distinct
    Table1.id,
    Table1.id +' - '+ Table1.VisitNumber +' : '+ Table1.Priority as UidVisitKey,
    Table1.VisitNumber,
    DATEDIFF(d, [dob],[Visite_dte])/365.25 as Age_On_Visit,
    Table1.Priority,
    Table1.OrderOfVisit,
    Table1.OrderOfVisit + ' - ' + Table1.Notes AS VisitNote,
    Table1.Visitor_FName,
    Table1.Visitor_SName,
    Table2.dob,
    Table2.sex,
    Table1.Visit_dte,
    into #Temp1
    FROM Table1 INNER JOIN
    Table2 ON Table1.id = Table2.id
    WHERE Table1.LeaveDate IS NOT NULL
    and Table1.LeaveDate between DATEADD(mm,-1,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0))
    and DATEADD(ms,-3,DATEADD(mm,0,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0)))
    select id,OrderOfVisit,VisitNote
    from
    select #Temp1.id, #Temp1.[OrderOfVisit], #Temp1.VisitNote,ROW_NUMBER() OVER (PARTITION BY #Temp1.id ORDER BY #Temp1.[OrderOfVisit] DESC) AS Seq
    from #Temp1
    )t
    WHERE Seq = 1
    ORDER BY id
    drop table #Temp1
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Planned Order Report for WBS

    Hi expert,
    Is there any standard report to list planned order for one WBS ?
    Thanks and Regards
    Shubin

    Hi Balachandar,
    Thanks a lot for your support, I would like to have report which could be export to Excel. By MD16, we see there are more than 50 pages, we could not export to Excel easily.
    Thanks and Regards
    Shubin

  • Sales Order costing error to prevent Plan Order generation in MRP run

    Dear PP Experts,
    We are into sales order costing due to Variant Config implementation.
    Problem Statement: After sales order entry /Characterisitc value selection, while saving sales order , SO costing is auto triggered. Many a times one of the new Raw material price is not maintained( Purchase info record), hence SO costing occurs. SO costing is still saved, SO incompletion is not configured , so it is detected when Production order has 'No Target Cost'. This creates inconsistancy in FI postings.
    My questions
    - Can we set SO imcompletion for SO costing error( Standard Config?)
    - Is there a enhancement to prevent MRP from processing Sales order with incompletion log i.e. Prevent MRP from generating Plan Order.
    Best Regards,
    Jatin

    Hello Jatin
    You can use BAdI MD_CHANGE_MRP_DATA to make the sales order not relevant to MRP.
    Check the following document for an overview of the BAdIs available on MRP:
    BAdIs for MRP
    BR
    Caetano

Maybe you are looking for

  • How can I export table and cell styles to use in another InDesign document?

    I've been looking-and looking but can't find out how to export table styles within InDesign CC. If there is a load table styles option within the panel, it stands to reason there should be an export. Any help would be appreciated, thanks.

  • Hp c309 all in one printer

    I recently changed the black ink cartridge.  Now it's printing really light.  What can I do to make the prints darker.

  • Create an iTunes account without a credit card. There's no "none" Button

    I am 17 years old. I don't have a credit card, debit card or nothing like that. I'm not going to buy anything off iTunes so why do I need to put in a credit card number? So what should I do? Please dont give me the answer of, "Ask your parents for th

  • 56GB Console Log file?!

    Does anyone know why my computer would have created a Console Log file that is 56gigs? It ate my computer's (74gig) hard drive, so i can't even view the log file to see what it contains. I'd like to delete it but fear some computational retribution.

  • 1360 X 768 Resolution with ATI Radeon 9600 Pro

    Maybe this isn't the right forum, but I've been surfing for hours with no luck so please forgive me if this seems out of place. I output a show recently to QuickTime at 720 24 fps. I'd like to watch it on my 40" Samsung 720 HD TV. I cabled up and man