Manual creation of PPDS Planned Orders by start date and time

Hi,
When an order is manually created in any ppds standard transaction the start date is calculated according to the availability date entered, the order quantity and the master data 
Is it possible to manually create an order based on the start date and then the availability date is calculated according to the order quantity and master data?
Thanks
CTF

CTF,
You can 'forward schedule' manually created orders.
Scheduling direction is dependent on the Strategy profile.  During order creation, you can change this.
When on the order create screen (/sapapo/rrp5), select the strategy button at the top.  This will bring up the default strategy for your userid.  You can alter the "planning direction" to be 'forward' or 'forward & reverse' depending on your business requirements.  Selecting Save will then make this scheduling strategy your default; otherwise just hit green checkbox.
Now the order entry screen will have 'start date' entry box.  Avail date will then be calculated.
Best Regards,
DB49

Similar Messages

  • Automatic changing of activity start date and time of planned orders in SAP

    Hello experts,
    I have a requirement that in the transaction /SAPAPO/SEQ1 for the list of planned orders what ever we get in the sap we have to swap the activity start date and time for two planned orders which we select automatically. For this I have found the BADI "/SAPAPO/SEQ_VISUAL01".
    Now i am able to identify the two selected planned orders inside the BADI method SEQGRID_TOOLBAR_OKCODE_HANDLE.
    Now my requirement is i have to swap the start date and time for these two planned orders automatically i.e. through BAPI or any FM.
    Any idea of any BAPI or FM to change the details of the planned order.
    Thanks,
    Sanath.

    Hi Sanath,
    Please check this BAPI BAPI_MOSRVAPS_SAVEMULTI3.  This Bapi has the provision of chaning Planned Order & Production Order Data. Also, you can explore more info on available bapis in the T-code 'BAPI'.
    Thank you,
    Santosh KB.

  • Difference between a starting date and time and ending date and time

    Hi All,
    I need to bring out the difference between a starting data and time and ending date and time. Difference should be in time I mean it should be in hours or minus or seconds.
    I am sure there must be a Function module for this, Has anyone of you been in search of this kind of FM, Kindly suggest me. It is urgent.
    Thanks
    Mahen

    Hi,
    Check this out.
    data : date1 type dats ,   " System data type for Date (sy-datum)
           date2 type dats,
           time1 type tims,      " System data type for time (sy-timlo)
           time2 type tims,
           days  type i,
           scd   type i,
           t_mt  type i.
    days = date1 - date2. " Diference in days.
    Scd  = time1 - time2. " diference in seconds.
    t_mt =  ( days * 24 * 60 ) + ( scd / 60 ).
    total diference in minute
    <b>Reward Points & Mark Helpful Answers</b>

  • Work Order Basic Start Date and Basic Finish Date to be changed

    Hi,
    Currently the business creates work orders without specifying the work resulting which the start and fish dates on work order are same. Also we have automatic scheduling turned off. In spite of this If I am trying to manual modify the basic start and basic finish dates on work order it does not allow me to do so. This issue is seen with work orders which are Released whereas orders with status outstanding have no issues. Could anyone please let me know what could be the reason?
    Thanks,
    Vinay

    Please check whether Scheduling type only capacity requirement is configured.
    If yes, choose this scheduling type in order, you can able to change Basic start date & basic finish date.

  • Difference in Maintenance Plan date to Order basic start date

    If i creat a strategy plan and schedule, i am getting difference in PLan date in Maint plan to Basic start date. What is making this difference. How to overcome this. I need Order start date same as PLan date.
    Plz help me frnds.
    Guruprasad

    hi
    can you explain in details with your maintenance plan with the dates.Normally your call date and plan date will be different becase of call horizon ,but the order basic start date and plan date will be equal only
    kindly revert back
    regards
    thyagarajan
    your order basic date will be when you have maintenance call is generated.kindly check
    Edited by: thyagarajan krishnamurthy on Feb 25, 2009 9:46 AM

  • Integration with Outlook - how to increment end date and time from start date/time

    Hi,
    I want to add a variable amount of time to an appointment start date and time in outlook, through vba in access.  Code below shows what I've done:
    ======================================
        Dim olApp As New Outlook.Application
        Dim olAppointment As AppointmentItem
        Dim myRequiredAttendee As Outlook.Recipient
        Set olAppointment = olApp.CreateItem(olAppointmentItem)    
        With olAppointment
            .Start = DateValue(strStartDate) + TimeValue(strStartTime)
            .Duration = intDuration
            .End = DateValue(strStartDate) + ????????
    =======================================
    What do I replace the ????? with so that it increments the start time by any duration I decide in minutes?  Using the duration doesn't seem to work and I also want to be able to have the appointment span a number of days, e.g. could start at 930am on
    Monday and end at 10am on Weds, but want to set the end time relative to the start time.
    Thanks,
    Chris.
    _________________________________________________________ Every day is a school day!

    I've tried that, but it throws out a datatype mismatch error :(
    It would be helpful if you posted the exact code you tried.  In my tests, setting teh .Duration property appears to work.  However, if you want to set the .End property to a specific number of minutes after the date/time of the .Start property,
    this works for me:
    With olAppointment
    .start = DateValue(strStartDate) + TimeValue(strStartTime)
    .End = .start + TimeSerial(0, intDuration, 0)
    End With
    Assuming, that is, that intDuration contains the number of minutes the appointment should last.
    Dirk Goldgar, MS Access MVP
    Access tips: www.datagnostics.com/tips.html

  • Planned order creation with PDS valid on only order start date and not finish date

    Hi All,
    We have requirement to allow creation of planned order manually if production version is valid on order start date and not finish date.  This is because lead time of order is longer. I refered OSS notes 385602. I could find out solution for this is implementation of OSS note 694140 to change validity mode at activity level to consider start date of first produce activity  in validity interval. Problem is even If I create order in APO by implementiong this note planned order is not transfered to ECC and it gets stuck with error production version not valid.
    Is there any way in ECC to control this? Any config or customization?
    Regards,
    Santosh

    Nilesh,
    I think there is a simple procedural skip happening in your business process. You are right when a planned order is created after MRP it would default assign it to the first available production version. 2options available for us,
    1. First use transaction MF50 and do the line loading and assign the quantites to the production versions/Production lines, so that the actual capacity planning is getting completed. This way you can have planned orders with both the production versions and matching to your actual line capacity.
    2. Use Quota arrangement concept, to automatically split the Planned orders during MRP for a percentage based on individual production versions.
    Now when backflush is performed S225 table is updated and Planned order qty also gets reduced.
    Hope this helps....
    Regards,
    Prasobh

  • How to change characteristics values in PPDS planned order?

    Hi,
    I have few PPDS planned orders. I want to change the value of few characteristics of existing PPDS planned order.
    How can I do the same?
    Any standard T.Code or function module or report available to update the characteristics values of PPDS planned order in APO.
    Thanks in advance.
    Warm Regards,
    Surajit Das

    Hi Surajit,
    Char can be changed programatically.
    If you want to change the Planned Order characteritics before its creation, you can do so at the time Planning run itself (/SAPAPO/RRP3) in BADI /SAPAPO/RRP_SRC_EXIT, Method RRP_USEX_PLORD_CREATE.
    Planned Order characteritics can be changed after it creation.using BAPI BAPI_MOSRVAPS_SAVEMULTI3.

  • Factors influencing creation of a planned order

    Hi,
            What are the factors that lead to creation of  a planned order during a Heuristic run?
    When does a system decides to create a planned order? at what stock level? and how is the planned order qty. decided?
    I have a material in a location that has planned orders generated.
    I am trying to understand why the system created this order?
    There is no safety stock, safety days supply or target days supply or rounding profile  defined in Product master in Lot size tab.
    Lot sizing procedure is by period (Days)  - number of periods = 1
    Lot size strategy blank
    When I look at the product view,
    the requirements pileup with category SNP:DepDmd and after some days, a planned order is generated for some qty.
    I am trying to understand when the system determines to create a planned orders? What is the upper limit of the demand when the system generates a Planned order?
    In the system, some times the planned order is generated when the stock is at 2,484.567 PCs some times 13.645 PCs.

    Planned Order creation is based on a MRP calculations (net requirements planning) and ofcourse APO takes into account various factors such as min or max lotsizes, time-phasing requirements, calendars or safety stock requirements etc.
    Keeping aside the safety stock complexity in your situation, some of the reasons why a planned order could be created even with lots of stock in hand could be:
    1. Check projected stock on hand may be going down under 0 if the planned order were not created on time
    2. There would be a window of time for planned order creation due to production and other calendars that if lost would force projected stock in hand below 0
    3. the stock in hand is blocked stock not useful for planning
    4. Issues with SNP planning book configuration where key figures are not mapped correctly to ATP categories. Makes sense to double check in Product View
    5. Due to min lot size being high, it might appear that system is over planning production.

  • Gap of Time of R3 and PPDS planned orders

    Hello Gurus,
    I'm facing an issue regarding R/3 - PPDS planned orders.
    The customer has the cenário that R3 and APO does not synchronize planned order on-line. R3 sends the orders on line however APO send it only in a determinated  time. As a matter of fact, the issue happens when R3 planned orders are sent to APO. Anyhow, the order into R3 that should be delivered by 03/20/2010 for example, in APO, it is showed as 03/18/2010 or 03/19/2010 without apparently reason.
    I realized that the R3 system server has a gap of 2 hour more in the system time if you compare with APO server, however I cannot understand the reason of this gap of days and I don't think that seems to be the reason.
    Also, the capacity of the resource is not defined at the same time for a shift that is in R3.
    Is there anyone that could help me about it?
    Tks in advance.
    Marcos.

    Hi,
    The time zone depends on the customization done - but one can change it to the desired option by setting the time zone in product view or requirements view as need be. One has the options of choosing:
    Time zone of user
    UTC Time zone
    Location time zone
    Any time zone the user prefers
    so immaterial of the server location, one can change the settings according to the user requirements.
    Regards
    Vinod

  • Screen-exit for PPDS planned order transaction

    Hi,
    Has anyone come across any screen user-exit for standard PPDS planned order transaction? This should be triggered whenever u create a planned order or change a planned order?
    regards,
    shan

    solved

  • Ppds planned order

    Dear Friends,
    In PPDS, i am running CTP heuristic for a sale order through variable heuristic.  its creating planned order. when i click on planned order and click on delete, i am getting a message saying the planned order was deleted. but the planned order still exist in product view. But when i run the report for deleting the planned orders then it is dissappearing from the system.. is it because of any inconsistency or RAM capacity. we are having a aram of only 4 GB.  Or is there any setting specific to that. i am surprised because this is working fine in sand box. but this problem exist in my testing client in quality instance. pls throw some light on this.
    Regards
    Vinay

    Hi vinay,
    When a planned order is getting deleted, the deletion relevant
    queue will get generated in APO system and will go into the
    inbound queue of R/3 system to remove the planned order
    at R/3 and again it comes back to APO for final updation.
    Your error is in the second stage wherein updation did not
    happen and hence the planned order is visible in APO whereas
    it has been actually deleted.
    As I have mentioned already, try clearing all the queues and then
    run CCR report for planned order for that item and check whether
    the issue is disappearing.
    Please let me know your findings
    Regards
    R. Senthil Mareeswaran.

  • PPDS planned order picking p an extra component when published to ECC

    Hi Gurus,
    When i create a PPDs Planned order the components are correct ,but when i send the order to ECC,its picking one extra component (whihc is already there in component list).Strange part is that the extra component whihc is popping up in ECc is withlut item category.
    Any idea why publishing for only this material is behaving weird.
    Please let me know if any suggestion
    Thanks,
    Suyash

    Hi Suyash.
    Ok, so if I understood the issue correctly,
    1) Planned Order is created in APO. At this point, there is dependent demand on component X, which is present in the PPM
    2) Planned Order is saved and sent over to ECC. At this point, a new demand on the same component X is created. So now, there are 2 dependent demands for the same component, which is unexpected.
    Is this it? I would suggest stopping the planned order queue in the inbound of ECC when it is first sent over from APO, and then checking whether the data coming from APO is correct. Aside from that, check whether there are any CIF user exits in ECC inbound that may be influencing the behavior.
    Regards,
    Tiago

  • Plan Order Conversation in to Process Order and Plan Order in Back Dates

    HII
    we are working in a process industries with three plants each of them have three order type. we have define MRP group in "OPPR" then assign each MRP group to Orde types in "OPPE". Now the problem is whn i convert plan order in process order for any material systme automaticaly pick the order type PIi01.
    2nd Problem is system system is not creating plan order for prrevios dates. say i enter PIR for month of november from first november to 30th november and run MRP on 29th the sytem create plan order on 30th of november with exception message 30.
    Regards
    Ahmed

    Dear
    Problem No 1 : we are working in a process industries with three plants each of them have three order type. we have define MRP group in "OPPR" then assign each MRP group to Orde types in "OPPE". Now the problem is whn i convert plan order in process order for any material systme automaticaly pick the order type PIi01.
    Answer :
    1.Please check the OPPR -Plant and MRP group -Select Order Type Button -Check what Order Type you have assinged here ( PI01( May be the default Process Order Type )
    2.If you are maintaing MRP group ( 0001 or 0002) , did you asisng the same in MRP1 view ?? because
    3.Did you maintain the similar Order type in OPKP -Define Production Scheduling Profile ? -This has highest priority .
    4.Did you maintain correct order type in OPJH-Maintain Order Type ??
    Refer the expert comments on the same issue : Strategy group to define production order type
    Problem No 2: 2nd Problem is system system is not creating plan order for prrevios dates. say i enter PIR for month of november from first november to 30th november and run MRP on 29th the sytem create plan order on 30th of november with exception message 30.
    Answer : You can plan the order in back dated , if you maitain Satrt date in the Past optiuon in OPU3/OPU5-Define Scheduling parameters .Goto OPU3 -Select the Order Type -Double click -Maintain 90-60 days in the Start Date in the past in Scheduling Control and Details scheduling tab .
    Hope it helps
    regards
    JH

  • Basic start date and basic finish date in the maintenance sub-order

    Hi guys,
    when I create a maintenance sub-order by the transaction IW36 are the Basic start date and the Basic finish date taken,inherited from the principal Maintenance order?And if it is in this way,is there the possibility to put these two dates as a current day only on the  maintenance sub-order ?Thanks in advance...
    Maximilian

    Here is my code
      DATA : lv_date_diff TYPE i.
      lv_date_diff =  caufvd_imp-gltrp - caufvd_imp-gstrp.
      caufvd_exp-gstrp = sy-datum.
      caufvd_exp-gltrp = sy-datum + lv_date_diff.
    This is a 4 year old answered message. Please open a thread for your specific query.
    -Paul
    Moderator
    Edited by: Paul Meehan on Nov 24, 2011 8:42 AM

Maybe you are looking for

  • Setting focus on a component from backing bean

    Is there an easy way to set focus in a specific component on the jspx from a method in the backing bean? (other than javaScript coding...)

  • Multiple pages in FW save is crashing

    Using 10 pages to save is either crashing or corrupting the file upon force quit. . CS5 OS X10.8 intel. Is their a limit on number of pages to use?  Should I separate my files into "parts" of my final website.   I will be exporting to Dreamweaver. My

  • Doubt regarding SQL execution

    Hi Friends, Am using Oracle 10g DB - 10.2.0.3.0 I have some basic doubts regarding sql query execution by Oracle. Say, Am executing a query from a toad/sqlplus session for the first time, it takes 10 secs then 1 sec and so on. Same thing happens for

  • When I open an item/link in a new tab, the new tab doesn't reflect the appropriate url

    When I open a new tab, the url reflects the old tab. For example, I downloaded the addon that allows you to determine what the new tab will display. I picked google. Well, google, opens alright, but the new URL reflects Yahoo.com, which is where I WA

  • Feedback - CiscoWorks Security Information Management Solution

    Can somebody share his experience with CiscoWorks Security Information Management Solution (CiscoWorks SIMS)? How do you like it? Is it doing what it is supposed to do well? Thanks