Planned Delivery Time is included Saturday. and Sunday?

Dear Guru,
Please kindly advice me about Planned Delivery Time in Days in the MRP View.
Is it include Saturday and Sunday?
If my calendar is not work on  Saturday and Sunday.
Thank you very much.
Saiya

System calculates with help of factory calender. if you maintaned saturday and sun day as public holidays then system will not considered for planned delivery time.

Similar Messages

  • Query to get holidays including saturday and sunday by giving month and year as input

    query to get holidays including saturday and sunday by giving month and year as input.

    Hi,
    Create a table for holidays.  You could INSERT one row for each holiday in each year, but it might be more useful if you just create 1 row for every day, with a column that tells whether that day is a holday, part of a weekend, or a work day.
    See
    http://forums.oracle.com/forums/message.jspa?messageID=3351081
    for a user-defined function that tests if a given DATE is holiday.
    You could use such a function when populating the table I mentioned earlier.

  • Planned delivery time in Scheduling agreement and MRP

    Hello,
    Do you know is it possible to determine system so that MRP run will consider the planned delivery time from the scheduling agreement line instead of material master? Now the system read planned delivery time from material master when creating schedule lines automatically by MRP-run.
    Regards, jaana

    This can be customized in
    SAP Customizing Implementation Guide
    -> Production
    --> Material Requirements Planning
    ---> Planning
    > Procurement Proposals
    > Define External Procurement
    Here you can select the indicator "Scheduling according to purchasing info record or agreement" either at plant or MRP group level.

  • How to get the data for last 3rd business day and also include saturday and sunday if its a wednesday?

    Hi All,
    I have a simple query which is below:-
    Declare @reportdate date
    set @reportdate= (DATEADD(dd,-5,getdate()))
    select * from dbo.Table
    where date IN (@reportdate)
    I need this query to pull the data for the last 3rd business day .So lets say today is monday then i need the data for last week wednesday which is 3 business days back from monday, if today is a tuesday it would be for last thursday ( as 3 business days for
    tuesday would be thursday). But if today is wednesday then i need to be last 3rd business day which is last friday and i also need to get the data for saturday and sunday.
    Can someone please help me how cani change my filter to do this?
    Please let me know if i am still unclear.
    Thanks

    Hi SqlDev12,
    Based on my understanding on your requirement, you can reference the below sample.
    CREATE TABLE BusinessTable
    Bdate DATE,
    Wd VARCHAR(10)
    ;WITH Cte(DT,WD) AS
    SELECT CAST('20150401' AS DATE),DATENAME(WEEKDAY,CAST('20150401' AS DATE))
    UNION ALL
    SELECT DATEADD(DAY,1,DT),DATENAME(WEEKDAY,DATEADD(DAY,1,DT)) FROM Cte
    WHERE DT<GETDATE()
    INSERT INTO BusinessTable SELECT * FROM Cte
    SELECT * FROM BusinessTable
    SET DATEFIRST 7 -- Set Sunday as the first day of a week
    DECLARE @givenDay DATE ='20150415' --Wednesday
    SELECT * FROM BusinessTable
    WHERE Bdate BETWEEN
    --For Monday and Sunday, select last wednesday
    (CASE WHEN DATEPART(WEEKDAY,@givenDay) IN(1,2) THEN DATEADD(DAY,2,DATEADD(WEEK,DATEDIFF(WEEK,0,@givenDay)-1,0))
    --For Tuesday and Wednesday, last week's Thursday and Friday
    WHEN DATEPART(WEEKDAY,@givenDay) IN(3,4) THEN DATEADD(DAY,-5,@givenDay)
    --For Thursday and Friday, current week's Monday and Tuesday
    WHEN DATEPART(WEEKDAY,@givenDay) IN(5,6) THEN DATEADD(DAY,-3,@givenDay)
    --For Saturday, current week's Wednesday
    ELSE DATEADD(DAY,2,DATEADD(WEEK,DATEDIFF(WEEK,0,@givenDay),0)) END)
    AND
    (CASE WHEN DATEPART(WEEKDAY,@givenDay) IN(1,2) THEN DATEADD(DAY,2,DATEADD(WEEK,DATEDIFF(WEEK,0,@givenDay)-1,0))
    WHEN DATEPART(WEEKDAY,@givenDay) IN(3) THEN DATEADD(DAY,-5,@givenDay)
    WHEN DATEPART(WEEKDAY,@givenDay) IN(4) THEN DATEADD(DAY,-3,@givenDay)
    WHEN DATEPART(WEEKDAY,@givenDay) IN(5,6) THEN DATEADD(DAY,-3,@givenDay)
    ELSE DATEADD(DAY,2,DATEADD(WEEK,DATEDIFF(WEEK,0,@givenDay),0)) END)
    DROP TABLE BusinessTable
    If you have any feedback on our support, you can click
    here.
    Eric Zhang
    TechNet Community Support

  • Planned Delivery time in case of Scheduling Agreement

    Hi All,
    Does system consider the planned delivery time in case of Scheduling Agreement for Vendor like in normal Purchase order and requisition?
    I am doing the MRP run, but system is taken planned delivery time into consideration. I have one material that is Inhouse produced material for plant X and Y Plant needs this material for further making of a finished goods.
    Y plant have scheduling agreement for STO from plant X. After MRP Run required Delivery date in plant X for Material is same as plant Y. but from Plant X to Y, it take 4 days to reach. So Ideally in Plant X this delivery date should be less than 4 days as plant Y.
    Please look into the issue and reply if you have some answers.
    Thanks
    Pavan

    Hope you have maintained different Planned Delivery times in plant X and Plant Y as per your requirement. For procurement in Plant Y the system would consider the planned delievry time maintained in Plant Y. If you want in-house production time to be considered with Basis date sheduling during MRP run in PLant X then enter the in-house production time approprietely. Else if ou want to consider the exact routing times then consider Lead time scheduling in plant X.
    If the above are maintained properly then you should get the desired result.
    Regards
    Ramanujan

  • Planned Delivery Time from Material Master instead of PIRs

    Hi SAP Gurus,
    Do you know if there is a way to have MRP look at the Planned Delivery Time from the Material Master (MRP 2 tab) instead of the PIR?
    We would like to create global PIRs with a PDT of 1 and have the Material Master PDT set to a different number (example 5).  So when MRP runs it will read 5 instead of 1.
    Any additional information is appreciated.
    Thank you
    -nic

    Hi Nicholas,
    In Standard SAP will consider Planned delivery time maintained in Inforecord and than time maintained in Material master. Inforecord has higher priority than material master. When a requisition is manually created, the Planned Delivery date will always be taken from the material master.
    For MRP you can make setting OMDT for your plant or MRP group to determine planned delivery time.
    Deactive the flag 'Scheduling according to purchasing info record or agreement' in Customizing (Plant or MRP group). and test the same.
    Regards,
    R.Brahmankar

  • Effects of Planned delivery time

    Hi All,
    I have the following Scenario.
    The Scenario is I have agreed delivery time by the vendor by which he promises me to deliver the goods. So i need to make PO automatically cancel after that delivery grace period. What I did was i entered the Greed period of time in Planned delivery time of the article and vendor master but i find no effect taking place.
    If the case is so what is the exact use of planed delivery time in article and vendor masters.
    And how can i make PO cancel automatically after the Grace period expires so that i  cannot receive goods from the vendor.
    Please suggest me guys.
    Thanks in Advance.
    Regards,
    Madhan Raj. C

    Hi,
    I guess automatic cancel of PO after certain grace period does not exists in SAP.
    Planned delivery time is the time period given by vendor, stating that he will deliver goods no later than this date.
    Forum Folks can add more
    BR,
    Krishna

  • Schedule line delivery date on saturday  and sunday its confirm for monday

    HI Experts
    in cash sales process or normal OR also  when i create sales order monday its work fine system take todays (current date) as delivery date and i can do delivery on same date
    but if i create sales order on saturday system take coming monday as delivery date and give goods confirmation on monday date  but iif i change manually system allow me to change the date for saturday and i can do delivery but i want it system should take delivery date as saturday (same date only )
    because in my client there is no holiday all 365 as working day
    in VOV8 its blank no lead time
    factory calendor and logistic i define as all 7 days as working day
    and sales org and plant i assign calendor
    Please guide me where i miss and how can i solve this issue
    thanks in advance

    Hi,
        Check "OVLY" and "OVLZ" and If the sceduling is active for he shipping point /sales document type.  Check "OVXD" and see If the Loading time/ Pick/pack time is determined from it. If they are getting determined from shipping point check the shipping point calender in "SCAL" .If it has saturday and sunday as holidays ,then you may have to change them. And check If the customer has goods recieving hours assigned to him (In customer master unloading point). If he has only 5 working days and If he accepts only goods at 8 am in the morining then system would propose like this.Kindly please let me know If you need any more Information on this.
    Regards
    Ram Pedarla

  • Plan order is considering saturday and sunday as working day.

    Hi All,
    I have a problem where saturday and sunday is being conidered as working day when a plan order is created (Either manually or Automatically). But in calender assigned to this plant, saturday and sunday is assigned as holiday.
    But when we convert the same plan order which has Saturday as Order start, the Basic start date of production order is moved to Firday.
    EG. Plan order - XXXXXX has order finish date as 22-Aug-2011. Inhouse lead time is 2 days. So system takes 20-Aug-2011 as order srat date in plan order.
    But when same Plan order is converted to Production order, then the Basic order start date is moved to 18-Aug-2011 and it says that 20-Aug-2011 and 21-Aug-2011 is maked as holiday in calender.
    Can some one please suggest why is plan order considering Saturday and Sunday as working day.

    Hi,
    Check the factory calendor assigned to plant which is referenced in plan order and teh factory calendor assigned to work center which is used in elad time scheduling in production order.. are they same? 
    Check how they ahve maintined..?

  • Report with material number and planned delivery time

    Is there any standard report with material number and planned delivery time ?

    Hi,
    I do not know any standard report. Please try SE16 + MARC...
    BR
    Csaba

  • Planned Delivery Time and Transportation duration- Tlane and Means of Transportation

    Dear Experts ,
    I have question regarding lead time calculation my SNP
    I have
    Start Location : A
    Destination location: B
    I maintained Planned delivery time in ECC- material master as 10 days  and cifed to Tlane Product procurement as 10 days
    and leave empty in the transportation duration empty so the total lead time is 10 days from start location A to destination location  B
    now
    I maintain 24 hours in Means of transport as transportation duration by truck
    now the lead time is 11 days from start location A to destination location B
    Now
    i leave empty planned delivery time empty and maintain Means of transport duration as 48 hours
    so the lead time is 2 days from A to B
    does my understanding is correct or not advise please
    Regards
    Raj

    Hi Raj,
    Take a look of these notes. Specially SAP note 379006. This note explains how the system sets the times in ECC and APO. Basically, It recommends a BAdI in order to match the delivery date in ECC and APO (transit time). What I recommend is to set delivery time equal to 0 if this is possible in your company.. This is not an SAP recommendation, because the delivery date is a key master data in the purchasing process and making it equal to 0 could not be allowed.. Now, if its possible in your case, it is the easiest way to ensure consistency...
    These are the notes:
    379006
    - Transport duration and planned delivery time in APO and R/3
    441622
    - Supplying-plant-dependent planned del. time/trans. time
    624982
    - Incorrect dates for RBA controlled stock transfer
    Kind Regards,
    Mariano

  • Regarding planned delivery time for Subcontracting process

    1.Factory calender is maintained  and assigned to the plant,SUNDAY is
    not working day for Client,so the system is not planning any internal
    activities for SUNDAY,up to here it is fine.
    2.One semi finished material is produced by vendor.i.e.Sub contracting
    process, it takes 2 days to complete.For vendor SUNDAY is not a
    working day.
    3.Planned delivery time is maintained as 2 days ,so that if PO is
    release on MONDAY ,the delivery date on WEDNESDAY.
    4.If  requirement is on MONDAY ,In MRP Run System is generating the
    release date on SATURDAY and delivery date on MONDAY,here system is
    taking the calender days not the factory calender days,Client is
    asking for correct delivery date.
    5.Is there any way to tell the system that SUNDAY is not working day
    for vendor,so that system will generate the release date on FRIDAY
    and delivery date on MONDAY.
    Please give your valuable inputs.

    Hi
    the following link might help you in setting the planned delivery time in your defined calendar, rather than the general calendar days.
    SAP ERP Manufacturing - Production Planning (SAP PP)

  • Planned delivery time Pickup from inforecord not material master data

    Hi,
    Currently the delivery dates of the orders are calculated with the delivery time which is marked in MM02. Since the purchasing integrates this information in the info record, we want the delivery date to be calculated with delivery time of the info record instead of calculating it with the data of MM02
    Please suggest any config.
    Thanks
    Shital D

    Hi,
    Try like this, ME21N, put the vendor, material , plant and other Org elements, hit enter, and check P.O what is the planned delivery time that you are seeing, also is the same PIR also appearing in the P.O when you scroll to the right?
    Also note.. that system might be picking 3, maybe saturday and sunday holiday is coming, check that too
    Regards
    Shailesh
    Edited by: Shailesh Rajan on Jul 7, 2011 7:00 PM

  • Planned delivery time & GR Processing time

    Hi all,
      I would require a clarification on this one,
    Scenario - After an MRP run, the Purchase Requisitions for materials are generated & the order release date is being calculated by subtracting only the planned delivery time from the requirement date. But to the best of my knowledge
    "Purchase Order release date = Requirement date - (Planned delivery date + GR Processing time)"
    Solution required - Is my understanding correct & if so, where should i make the changes to include the GR processing time for the computation of order release date. Is there any other field which i need to add to my PO release date computation. An early response in this regard would be highly appreciated.
    Regards,
    Vivek

    Hi,
    The order release date simply takes the requirement date and subtracts the planned delivery period (as you have indicated).
    But this has ALREADY taken the GRP time into account and so you don't nedd to (and shouldn't) add it in again.
    For example,
    Material A has a Planned delivery period of 10 days and a GRP time of 3 Days. The date that the production order is to be started is 30 July.
    The MRP run sees the requirement date as 30 July but it also sees the 3 days GRP and so it asks for the item to be delivered 3 days prior to this date (27th July).
    The planned delivery period is 10 days and so the PO will need to be created by the 17th July. 
    So the dates are correct and do not need any further changes.
    If you were to take the GRP time off again this would be wrong.
    Steve B

  • How can consider Planned delivery time for subcontracting dependent of qty

    Dear guru ,
    How can mrp schedule delivery date of a subcontracting purchase requisition in order to consider planned delivery time and quantity to purchase.
    Thanks

    dear guru ,
    I want to create a self-defined info structure similar to S013.
    I want to add field purchasing group from EKKO-EKGRP. The other fields are similar to S013 with the same rules.
    What do you suggest i can do consider note 397864 :
    You are not permitted :a) to use info structure S013 as a template for self-defined info structures (This is prevented as of Release 4.5 due to a termination message).b) to create any update rules for S013 with a self-defined update group.c) to include the enhanced update rules that are used for S013 during the definition of key figure updating into the definition of the update of a self-defined info structure (compute...).
    Thanks

Maybe you are looking for

  • How do I configure a proxy for all users via GPO on Server 2012 R2?

    I would like to configure a proxy that applies to all users that log into our server running Server 2012 R2. I can manually set up the proxy (on an individual account basis) via Internet Options in Control Panel but this proxy needs to be configured

  • NUmber of records in query mismatch number of records in file

    Hi  Experts, I am running an APD having as source a query and target file. The issue is that in my query i have 78 records and in my file 138 any possible solutions?? Points will be awarded for useful answers. Kevin

  • Back to parameter form when report is executed

    Hi Is it possible to be back to the parameter form when the report is executed? E.g. 1 - Enter information in the parameter form, 2 - Execute the report 3 - Back to parameter form 4 - .... 5 - When all the reports processed, exit the report. Thank yo

  • It does not start at all

    firefox does not start

  • Tecra A2 - Question about different batteries

    Got a problem with getting a new battery for a Tecra A2 PTA20A-20R002. The battery that came out of the laptop is a PA3356U-2BAS. On Toshiba's product sheet is says the battery is a PA3356U-1BAS or PA3357U-1BAL (high capacity). Is the PA3356U-1BAS th