Deliv. date outside period covered by factory calendar TR//PO error

Dear Sap Experts
I am creating the P.O For Delivery Date 31.03.2010
System has giving following error,
Deliv. date outside period covered by factory calendar TR
How can I overcome this error,
Please Give me the solutions
Thanks

Thank for ur reply,
Please give me the procedure with that T code
I didn't got any year with that T code
Thanks

Similar Messages

  • Deliv. date outside period covered by factory calendar IN

    Hi Experts,
    I am trying to create Purchase Order with 2011 year delivery date system is showing bellow issue in production server.
    Deliv. date outside period covered by factory calendar IN
    Message no. ME078
    Please advice me how can i overwrite this problem immediately.
    Thanks in advance,
    Chandhu

    Dear Experts
    I tried the method which mentioned above, but when I tried to change the Valid Fr. Year 1996 to Year 2011, it probe me the message "Please enter validity area between years 1995 - 2010." and I wasn't allow to save.
    Pls advise how to solve the above problem.
    Thanks.

  • Error Msg_ME078 - DELIV. date outside period covered by factory calendar

    Dear experts:
    when i create PO with ME21N,
    if the delivery date is not within the year of 2010,
    there will appear an error msg "ME078 - DELIV. date outside period covered by factory calendar".
    i have checked the factory calendar with SCAL.
    i know how to modify the factory calendar to expand the time period,
    but now i still have a question,
    the system can't change the year period automatically?
    so we have to change the period after we confirm the public holiday calendar?
    thanks ~
    B/Rs
    Jamie

    hello~
    if the system can't update the calendar automatically..
    why the consultant didn't set the valid period to an  exaggeration year at that time?
    did they have any concern?
    thanks a lot~
    B/Rs,
    Jamie

  • Deliv. date outside period covered by factory calendar TR

    Dear Sap Experts
    I am creating Po with delivery date 31/03/2010
    System is saying lollowing problem,    Deliv. date outside period covered by factory calendar TR
    Please Give me the solution how to overcome this problem
    Thanks

    hello
    Check you SCAL factory calander, whether the day is defined as working day or not??
    If not defined, then you can only use the next working day.

  • PO Error : Deliv. date outside period covered by factory calendar

    Hi,
    We are encountering an error "Deliv. date outside period covered by factory calendar xx" when creating a PO. I checked the delivery date of the item and it is : 11/30/2009. The Factory calendar valid from/to year is 2005-2013. What may have caused the error to appear ?

    Hi ,
    How can i check  whether the validity period of the factory calendar is within the valididty period of public holiday calendar.
    Regards,
    Vinayak

  • Deliv. date outside period covered by factory calendar ZJ

    Dear all
    In one import po,there are 9 items. Document date is 18.06.2008.For the first 6 items i have given various delivery dates this year 2008 and there is no problem.But
    for last 3items, my requrement is delivery schedule is 30.03.2009.But system is showing the error as
    Deliv. date outside period covered by factory calendar ZJ
    Please suggest the solution

    HI
    My Suggestion is to cancel the created PO 3 line items and put Scheduling agreement for 3 items with respect to delivery schedule
    regards,
    senthil.

  • E ME 078 Deliv. date outside period covered by factory calendar

    Hi,
    I create Bid vendor, but the error show E ME 078 Deliv. date outside period covered by factory calendar
    I 've checked the factory calender in backend the setting is all day as a working day (doesn't have holidays and weekend days)
    pls help me....

    this error occurs if u had given a wrong date or very different date pl check for ex if u had given date as 05.08.2028 here at present the year givenas 2028 & in system the year going on as 2008 then in this situation system will give the error as u wrote .pl confirm & reward for efforts .
    sap11

  • ERROR ME078 - DELIV. date outside period covered by factory calendar &

    Hi there!
    I am in the classic scenery, SRM 5.0 linked to a backend 4.7 
    When trying to create a Purchase Order it is exhibited in the Monitor inside of Quotation (Backend Application Errors) the message ME078 - Deliv. date outside period covered by factory calendar & 
    I entered in the transaction SCAL and mine dates from factory is ok contemplating the exercise up to 2025. 
    Some suggestion? 
    Thanks, 
    Pedro

    Hi, 
    Yes, I can see the mistake through RZ20. 
    SAP (CEN) ENTERPRISEBUYER MONITORS --> QUOTATION 
    I had already seen the informed link, but it didn't solve my problem. 
    My calendar is ok, he assists mine my exercise. In SRM and in Backend. 
    Some other suggestion? 
    Tks, 
    Pedro

  • ME078 delivery date outside period covery by factory calender

    Hi All,
    I am trying to upload some PRs and I have maintained delivery date as 05.12.2008 but system is showing the error message ME078 delivery date outside period covery by factory calender.
    Please suggest.
    Thanks in advance
    Pavan

    hi,
    Check whether the delivery date matches with the that defined in the MMR(MM03) ie. GR processing time...
    You can check the factory calender from OB08...check whether the del. is permitted for the given day...
    Regards
    Priyanka.P

  • '0610.05.20 data lies before start of factory calendar'

    hi,
    the error of '0610.05.20 data lies before start of factory calendar.' how to correct it.
    but somentimes is ok ,no error.
    regards
    sophia

    hi.
    if i use the plant as selection option,there has error,
    if i use the plant and MRP controller as selection option,there has no error,why? i hope someone help me,thank you.
    now i provide the program code  :
    report zreq_list message-id z01 .
    tables:
          mara,
          marc,
          mdez,
          scal.
    data:begin of i_alv occurs 0,
         matnr like mara-matnr,
         maktx like makt-maktx,
         werks like marc-werks,
         week like scal-week,
         extra like mdez-extra,
         meins like mara-meins,
         meins1(3),
         mng01 like mdez-mng01,
    end of i_alv.
    data: begin of i_cx occurs 0.
    include structure mdez.
    data: matnr(18).
    data: werks(4).
    data: week like scal-week.
    data: maktx(40).
    data: meins(3).
    data: end of i_cx.
    data:begin of i_mara occurs 0,
    matnr like mara-matnr,
    werks like marc-werks,
    dispo like marc-dispo,
    end of i_mara.
    data: i_mdez like mdez occurs 0 with header line.
    define add_field.
      wa_field-fieldname = &1.
      wa_field-reptext_ddic = &2.
      append wa_field to it_field.
    end-of-definition.
    type-pools slis.
    data: gs_layout type slis_layout_alv.
    data: g_repid type sy-repid.
    data: it_field type slis_t_fieldcat_alv.
    data: wa_field type slis_fieldcat_alv.
    g_repid = sy-repid.
    gs_layout-colwidth_optimize = 'X'.
    if sy-langu = '1' .
       add_field 'MATNR' '物料号码'.
       add_field 'MAKTX' '物料描述'.
       add_field 'WERKS' '工厂'.
       add_field 'WEEK' '需求时间'.
       add_field 'EXTRA' 'MRP元素'.
       add_field 'MEINS1' '单位'.
       add_field 'MNG01' '需求量'.
    else.
       add_field 'MATNR' 'Material No'.
       add_field 'MAKTX' 'Material description'.
       add_field 'WERKS' 'Plant'.
       add_field 'WEEK' 'Requirements date'.
       add_field 'EXTRA' 'MRP element'.
       add_field 'MEINS1' 'Unit'.
       add_field 'MNG01' 'Requirement quantity'.
    endif.
    data: file(100) type c .
                         SELETION-SCREEN
    selection-screen begin of block block1 with frame .
    select-options:
                    s_delb0 for mdez-delb0 ,"MRP 元素
                    s_matnr for mara-matnr ,"物料编号
                    s_werks for marc-werks default '1000' ,"工厂
                    s_dispo for marc-dispo,"MRP控制者
                    s_week  for scal-week."需求时间
    parameters:
                   p_plscn like plsc-plscn default '000',"计划方案
                   p_inper like mdst-inper,"内部期间标识
                   p_ergbz  like t462-ergbz."选择规则
    selection-screen end of block block1.
      B E G I N  S E L E C T I O N
    start-of-selection.
    data i_exit.
    perform get_data.
    check i_exit ne 'X'.
    perform display_data.
    *&      Form  get_data
          text
    -->  p1        text
    <--  p2        text
    form get_data.
    select maramatnr marcwerks marc~dispo into table i_mara
              from mara inner join marc on maramatnr eq marcmatnr
              where mara~matnr in s_matnr
                and marc~werks in s_werks
                and marc~dispo in s_dispo.
    loop at i_mara.
       perform  call_req using i_mara-matnr
                               i_mara-werks
                               p_plscn
                               p_inper.
    endloop.
    if sy-subrc <> 0.
    message i000 with 'Non data!'.
    i_exit = 'X'.
    exit.
    endif.
    loop at i_cx.
       call function 'DATE_GET_WEEK'
            exporting
                    date = i_cx-dat00
            importing
                   week = i_cx-week.
      modify i_cx.
      clear i_cx.
    endloop.
    loop at i_cx where week in s_week..
    move-corresponding i_cx to i_alv.
    collect i_alv.
    clear i_alv.
    endloop.
    sort i_alv by werks matnr.
    endform.                    " get_data
    *&      Form  call_REQ
          text
         -->P_I_MARA_MATNR  text
         -->P_I_MARA_WERKS  text
         -->P_P_PLSCN  text
         -->P_P_INPER  text
    form call_req using    v_matnr
                           v_werks
                           v_plscn
                           v_inper.
    call function 'MD_STOCK_REQUIREMENTS_LIST_API'
      exporting
        plscn                          = p_plscn
        matnr                          = i_mara-matnr
        werks                          = i_mara-werks
        inper                          = p_inper
        ergbz                          = p_ergbz
    importing
       e_mt61d                        = i_mt61d
    tables
        mdezx                           = i_mdez
    exceptions
       material_plant_not_found       = 1
       plant_not_found                = 2
       others                         = 3.
    loop at i_mdez where delb0 in s_delb0..
       move-corresponding i_mdez to i_cx.
       i_cx-matnr = v_matnr.
       i_cx-werks = v_werks.
       append i_cx.
       clear i_cx.
    endloop.
    endform.                    " call_REQ
    *&      Form  display_data
          text
    -->  p1        text
    <--  p2        text
    form display_data.
    call function 'REUSE_ALV_GRID_DISPLAY'
         exporting
              i_callback_program        = g_repid
             i_callback_user_command  = 'USER_COMMAND'
              it_fieldcat               = it_field
             IT_SORT                  = it_SORT
              is_layout                 = gs_layout
              i_save                    = 'A'
             IT_EVENTS                 = i_EVENTS[]
             is_variant                = i_variant
         tables
              t_outtab           = i_alv
         exceptions
              program_error               = 1
               others                      = 2.
        if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " display_data

  • Error MSG '01/07/1900 date lies before start of factory calendar' in MD04

    Hi all,
    I have this error message when enter a particular material in MD04.  I know our factory calendar does not start in 1900, can anyone tell me how to clear this message?  I suspect there is a bogus data somewhere.  Can anyone help me how to fix it?
    Thanks,
    Lin-Lin

    Hi,
    For this particular material, there must be Orders which are created with this date.
    That is the reason, immediately after you input the material details an Press enter, in MD04 this  message will appaer.
    So, Check all the Orders (Better to check all the Receipts and Requiremnts as well) and Change the Date to current..
    One more information is this must be a for ecample a firmed Order like Production Order or a Firmed Planned Order etc..
    Check and revert for further discussion..
    Regards,
    Siva

  • Get number of hours between two dates and two hours using factory calendar

    Hello all,
    I have the following requirement: I need to calculate the number of hours between two dates and two hours (start date- finish date and start hour-finish hour) or timestamps using a factory calendar. I must program it on CRM environment.
    Does anybody know a function module that makes it?
    Thanks in advance.
    Carmen

    Please check function module DURATION_DETERMINE.
    - April King

  • Company factory calendar validity error

    While maintaing Delivery schedule , when i entered year 2010. Then got the massege
    Delivery date outside period covered by factory calendar .
    Error Message no. ME078
    How to solve this ?

    Hi,
    Can u please Check what is the validity Period maintained in factory Calender? and your Inputs in Schedule lines?
    SPRO=> SAP Netweaver => General Settings => Maintain Calender....
    if its 2010 Please extend it to Max till Date your company purchased the License of SAP.
    Regards,
    Ninad Kshirsagar

  • Date not defined in factory calendar

    while creating the process order using the t - code COR1, i got error saying that " Date not defined in factory calendar "
    i extended the factory calendar in t - code SCAL.
    still i am facing the error.
    please help

    Ok Sudhir.
    Then the problem is one of the workcenter you are using in Production Order. The Intervals of available capacity are maintained in a work center capacity whose 'To date' is after the expiration date of the factory calendar. The error does not occur if the date is 12/31/9999.
    Go to workcenter - Capacity - Interval & shifts
    The 'To date' of an interval of available capacity must be maintained so that it is within the validity period of the factory calendar. The exception is the date 12/31/9999, which is allowed.
    Regards
    Abhijit Gautam

  • Number of days in a period of factory calendar

    Hi Experts,
    My requirement is to find out the number of days in a particular period of factory calendar. I have the current date and calendar ID as input .
    1. Is there any FM available to find out the number of days(including both working and holidays)?From my search i could find some FMs , but the input parameters requires start and end date of the period.Start and end dates are not available in my case.
    2. IF the first option is not possible , I want to find out the start and end dates of the current period from the factory calendar. Any standard FMs available for this?
    Thanks in advance
    Sanu
    Moderator Message: Asked and answered many times. Please search
    Edited by: kishan P on Sep 13, 2010 5:28 PM

    according to SAP F1 help, it is calendar days.
    Double click a key figure (not the characteristic like material number) . then put the cursor onto the desired key figure and press F1

Maybe you are looking for

  • Wudfrd.sys error on blue screen, fix?

    Is there a fix for the wudfrd.sys error ? Relating to the compatibility of iTunes with 64 bit processors? B/c I want to update my music without getting a crippling error. I have pasted a DXDIAG incase it might help. Foudn this through google: http://

  • PDF in an Iframe causes Fire Fox to crash

    When a page is loaded with a PDF in an Iframe, Fire Fox crashes almost instantly. It appears that this is a known issue? In what release is this expected to be fixed? Thanks

  • Ability to create a collection from a text file containing the names of the pictures

    1 thing that would be very good is the ability to create a collection / quick collection from a text file that contains the names of the picture we want in that collection... The reason for that is when i receive an order from a customer typicaly 100

  • Can I convert a French Mac mini to English version?

    If I buy a Mac mini with the OS in French, can I convert it to English. I am thinking that I could clone the hard drive from my meprobamate and run it that way. Would this work?

  • Select (query) details by passing parameters through a calender

    Hi All, I have a scenario like below; i have a report and it returns 1000s of details which is not necessary @ all. what i want to do is, place a calender in top of the report and select date range (probably 2 calenders) and query the data accordingl