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

Similar Messages

  • Date is not Defined in Factory Calender

    Dear all,
    We are facing some issue while releasing Process order. It states that Date is not defined in factory calender. and it throws out dates of for particular process order from 21.05.2014 to 15.07.2017.
    Please check the attached screen shot & revert your thoughts.
    Thanks in advance.

    I have found the issue. Actually operation quantities in the phases in the recipe was maintained improperly. Hence the charge quantity was getting multiplied with huge number hence resources allocated to them was considering that huge amt of quantity to be processed on it. Hence dates were coming the ranges of period 2014.
    Deep Dave.
    However thanks for your all prompt response.

  • Date is outside the factory calendar range

    I am trying to run a BW query. When I click on the calnedar icon field. It gives this error.
    Error: Date is outside the factory calendar range
    Msg No. FK884
    What could be the problem in the query? Has anybody had the similar problem before? I tried to search in SAP notes and could not find anything close to this.
    I will  Appreciate your help. Thanks a lot.
    Abhi

    Hi Abhijit,
    We got the same error message in 2010.
    1) Check in transaction SCAL that the Factory Calendar ID 01 (i.e. German) is valid to 2009. This explains the error message.
    2) Found SAP Note 1136142 about the configuration of default factory calendar ID of F4 Help and hierarchy for Time-characteristics in BI 7.0.
    SAP Note Solution:
    The key figure attribute obtains its value from the default work calendar as it is maintained in transaction RSRHIERARCHYVIRT (General Settings -> Default Factory Cal. ID).
    This setting is valid across the entire system and does not permit any variable selection of the factory calendar for each query.
    Furthermore, a value for 0NUMWDAY is calculated only for the period in which the default factory calendar is valid.
    3) Check in transaction SCAL that the Factory Calendar ID of our location is valid to 2050.
    The problem is solved after changed the Default Factory Cal. ID from 01 to the ID of our location in transaction RSRHIERARCHYVIRT.
    Regards,
    Ricky

  • Warning of " Date of  outside  the factory calendar Range"

    Hi Experts,
            I have created a variable  of ocalday,It is taking  # values and it showing warning " Date of  outside  the factory calendar Range".How avoid this warning.Actually intially in the one of infocubes carries the # value for 0calday, now we have deleted it, even then  it taking # values and showing same warning.I have check at variable it doesnt carring any default value.Now to delete the # values from variable so that it should not show any warnings.
    Can any body suggest me any thing.
    Thanks
    Vinod

    Hi Srinivas ,
       Thank you very much for your reply.There is # value in the master and transaction data.Even im not able to suppress this message.As it indicating a msg no 884 which is not there message list in RSRT.
    Can you suggest me any other thing.
    Thanks
    Vinod

  • Working days between two date fields and Changing Factory Calendar

    Hi,
    I have to calculate working days between two date fields excluding the weekends and public holidays for Switzerland.
    I have written the routine using factory calender and its working fine except for two problems now:
    1. If any one of the date field is empty then teh rsult should be zero.
    2. And the below code is working from 1996 but my cleints wants it to work for years before 1996 as well.
    I also tried to change the Start date in SCAL for factory calendar but it says enter values between 1995 to 2020.
    I am new to ABAP. Please help me how i can achieve these for below code.
    DATA: IT_HOLIDAYS type TABLE OF ISCAL_DAY,
          IS_HOLIDAYS TYPE ISCAL_DAY.
    DATA: T_DATE TYPE SY-DATUM,
          P_DATE TYPE SY-DATUM.
    DATA : X_DATE(4) TYPE C.
    DATA: CNT TYPE I.
    REFRESH : IT_HOLIDAYS.
    CLEAR : IT_HOLIDAYS.
    T_DATE = SOURCE_FIELDS-/BIC/ZCCCHP812.
    P_DATE = SOURCE_FIELDS-/BIC/ZCCCHP810.
    CALL FUNCTION 'HOLIDAY_GET'
    EXPORTING
    HOLIDAY_CALENDAR = 'CH'
    FACTORY_CALENDAR = 'CH'
    DATE_FROM = P_DATE
    DATE_TO   = T_DATE
    TABLES
    HOLIDAYS = IT_HOLIDAYS
    EXCEPTIONS
    FACTORY_CALENDAR_NOT_FOUND = 1
    HOLIDAY_CALENDAR_NOT_FOUND = 2
    DATE_HAS_INVALID_FORMAT = 3
    DATE_INCONSISTENCY = 4
    OTHERS = 5.
    DESCRIBE TABLE IT_HOLIDAYS LINES CNT.
    X_DATE = T_DATE - P_DATE - CNT.
    RESULT = X_DATE.
    Please help
    Regards
    Zabina
    Edited by: Syed786 on Nov 2, 2011 9:15 AM

    Hi Zabina,
    Try this function module  'DURATION_DETERMINE'.
    Give the factory calendar and unit as DAY
    With regards,
    Rajesh

  • STM meta data not defined

    Server returning error 1 - meta data not defined
    It is not clear to me how to define the meta data used in STM.  I have created an array of clusters that contain a string.  I have named the clusters.  The STM VIs returns an error concerning the meta data not being defined (Figure 1).  Figure 2 shows the server code that generates the error and figure 3 show the client code.  To start, I am trying to pass a simple string but I would like to pass arrays of data once this is working.
    Client and server both running LabVIEW 2012 (32-bit) version on Windows 7.
    STM package:  stm_1.0.32.zip (not sure this is correct version.  Example programs use VIs with different names.  Unable to run examples because I don't have the VIs used in the examples.)
    Application:  Stream data from embedded PC to UI using ethernet connection.
    White Papers: LabView Simple Messaging Reference Library (STM)
                            Command-based Communication Using Simple TCP/IP Messaging
                                                                  Figure 1 - Error
                                                                            Figure 2 - Server Diagram
                                                                                  Figure 3 - Client Diagram

    Just so you know, there's a board specifically for the STM.  That would be a good place to ask for improvements or better clarifications.
    http://forums.ni.com/t5/Components/Simple-TCP-Messaging-STM/td-p/583438
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Scheduling does not take the factory calendar for counting the workdays

    I am scheduling my jobs in CPS 8 and I have imported my Factory calenders also. When using Factory calendars for scheduling the jobs for the 6th working day of every month, Its does not count the Saturday as a working day, where as the calendar I am using has Working day on Saturday.
    Why is it so? And is there a way to solve this ?
    Please suggest. Any help is appreciated.

    Hi All,
    I have used this same logic for scheduling jobs scheduling for the nth work days of every month.
    But I have a job, where it is required to be scheduled on the 5th workday of a month and it is submitted once in every 6 months.
    When I schedule it for every month, it works fine. But when I use a submit frame to submit it for once in every 6 months, it does not work.
    Can anyone suggest how to do it ? I used a embedded window to check it also, which didn't work.
    BR
    Madhu

  • Events before a specific date not showing up on Calendar List View

    I used to be able to view events as far back as they go in Calendar's List View. Since upgrading to iOS 7, I can't see events before September 23, 2012 in the List View (by pressing Search icon). Is it because there technically is no longer a List View in the new iOS 7? I'm confused why 9/23/2012 was selected as the cutoff date.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Working day to factory calendar date

    Hello Experts,
    I wish to get the factory calendar date, specific to a factory calendar, based on a working day.
    Basically, if i pass say 4, then i want to get the date for the 4th working day based on a specific factory calendar.
    Can someone throw some light on possible function module that i can use in BW ?
    Thanks

    That's what I was giving you, you give the working day and the factory calendar and you get the date, or you can use this function and you can do it the other way:
    (Unless I'm completely missing your point here...)
        CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE'
      EXPORTING
        CORRECT_OPTION                     = '+'
        DATE                               = G_WORKAREA3-CREATEDON
        FACTORY_CALENDAR_ID                = L_S_PLANT-FACTCAL_ID
      IMPORTING
    *   DATE                               =
       FACTORYDATE                        = L_FCDATE
      EXCEPTIONS
        CALENDAR_BUFFER_NOT_LOADABLE       = 1
        CORRECT_OPTION_INVALID             = 2
        DATE_AFTER_RANGE                   = 3
        DATE_BEFORE_RANGE                  = 4
        DATE_INVALID                       = 5
        FACTORY_CALENDAR_NOT_FOUND         = 6
        OTHERS                             = 7.
      ENDIF.

  • Pass working day to get factory calendar date

    Hello Experts,
    I wish to get the factory calendar date, specific to a factory calendar, based on a working day.
    Basically, if i pass say 4, then i want to get the date for the 4th working day based on a specific factory calendar.
    Can someone throw some light on possible function module that i can use?
    Thanks

    I want to pass sy-datum to get factory date and then check if this factory date is the 4th busiess day for that month based on a specific calendar.
    Or if i can pass in 4th bus day for a month (just pass 4) based on a specific factory calendar (just pass calendar id), then i would want the factory date, which i want to compare against sy-datum in my subsequent logic.
    I am trying to trigger a data load stating if factory date for this month = 4th business day, then run load, else dont. And this in BW.
    I dont have the FM that you mentioned above, in BW and is available only in R/3

  • Factory calendar doesnt exist

    Hi,All........
    We are creating production order manually with matrl, Prod. Plant and order type as input...When we  enter required quantity for Production and finish date as we are using Backward Scheduling.
    The system throwing a messgae that factory calendar Z3 does not exist.
    Message no:co034......
    Pls guide me to resolve the issue.
    what needs to be checked in the system.
    Rgds,
    Yogesh.....

    Hi Yogesh,
    It seems that you have assigned the factory calendar Z3 to plant or to the workcenter used in the routing for the material.
    This customizing you may have carried forward but probably you have not carried the factory calendar Z3 customising to the client where you are trying to create the order.
    Hence create the factory calendar in customising (SCAL-Tcode) in the client you are working.
    I hope this will help resolve your problem once the factory calendar has being defined in the client you are working.
    Thanks & Regards.
    Santosh Joshi

  • Loading factory calendar via flat file

    Hi,
    I need to create a new non standard factory calendar to help us to schedule loading to our SAP BW system. I need to know if there is any standard programm that load special rules for a calendar or I can´t help creating the entries manually.
    Is there anybody who can help me with this topic?
    Thanks in advance.
    Jorge Porca

    I think you can only use transaction SCAL (if you don't want to use the upload settings from source system function)...
    Here you can define a factory calendar including the relevant public holiday calendar:
    1. Double-click with the mouse on "Execute function", select the option Public holiday calendar and choose the functionDisplay.
    2. In calendar maintenance, select the option "Factory calendar", and choose the function Change.
    3. Choose the function Insert and make the following entries:
    Factory calendar ID and a descriptive short text
    Period of validity (From year, To year)
    Public holiday calendar ID
    Start no. factory date
    Number from which the factory date is incremented for each workday.
    If you do not make an entry, the default value is "0".
    4. Decide which days of the week are meant to be workdays.
    5. Define special rules if necessary (e.g. plant holidays).
    I don't think that a std pgm exists to upload all these info from a flat file...
    Hope it helps!
    Bye,
    Roberto

  • Maintain Factory Calendar

    Hi
    We are getting an error when running a query that contains a variable using Factory Calendar, "date is outside the factory calendar range"
    I check SCAL and noticed that my calendar is set to date 1996 to 2010. When comparing to R/3 our BW calendar is outdated.
    How do I maintain this calendar using R/3? How do I load this information? I'd rather not to change directly in BW.
    Thanks

    Go to R/3 source system right click and do transfer global settings ,it should update the factory calendar .
    Ravi

  • Work schedule shows a holiday but it is not defined

    Hi All,
    I have run PT03 to check on my work schedule and it shows a date that is a holiday. I have checked the public holiday calendar and no holiday defined on that day. Checking again on the generated work schedule and clicking on the date where it says as holiday (though not defined in holiday calendar) it pops a message "Calendar not loaded on 21.05.2010". Normally when you double clicked on the date when there is holiday it is displayed beside holiday class field the description of the holiday but this one it does not show any description beside that field.
    Hope you can help me on this.
    Thank you in advance.

    Hi alvin zamora,
    One more thing,  if you have removed a holiday from the holiday calendar after generation of work schedules, you need to generate the calendar again after removing that holiday, and also generate the work schedule using that calender and save the work schedule,  then only you will see the removed holiday effect in the work schedule.
    Regards
    Venu

  • Factory calendar error in service order

    Dear Guru's
    could any body help me in solving the below issue.i created the service notification in iw51 after that i clicked the service order tab then system gives the pop up mesage in that i mentioned order type,planning plant,business area,main work center after that i got the below error.
    Date 09.09.2011 is after the valid factory calendar period
    Message no. IW432
    Diagnosis
    You entered a date for which the factory calendar was not maintained in your factory.
    System Response
    Processing will not be continued.
    Procedure
    Enter a valid date.
    If you want to use the date rejected by the system as a valid date, you must maintain the factory calendar in your system with the help of the Customizing function:
    Proceed
    If you are not allowed to perform the function, contact your system administrator.
    from which master data system is picking the Factory calendar.
    how to solve the problem.
    Thank you in advance.
    suribabu.

    Thanks to every body.i solved the problem.

Maybe you are looking for

  • Photoshop Elements 8 Error Not Responding

    I am trying to get assistance in getting my photoshop back up and running.  I have called Adobe and there is no sympathy all they want is money to fix it.  They have sent me here to speak to an Adobe Tech.  I am finding that this is a very common iss

  • Display a BLOB data from Oracle in the browser

    Hello, I am trying to display Oracle BLOB(ie ORDSYS.ORDVIR) directly in the browser using ASP. It is working in SQL Server, but Oracle seems to be giving a problem... The code written in ASP is as follows : <% 'Clear out the existing HTTP header Resp

  • How to create a DVD.

    Hi all. I've imported a 1980x1080 25p video. Now I'm working on a project with iMovie 11To then export to Compressor 4. What are the settings to create a DVD with good quality compatibbile dvd home? And 'possible to have a step by step guide to get i

  • Large number of records in Sender JDBC

    Hi Guys, I have a requirement where a legacy database sends data close to 4000 records (via a script) to a MS access database. of the four thousand, the script is such that it fetches data upto 2 yrs old..where as when the interface runs in XI it wil

  • Imported contacts cannot be saved to disk or synced to cloud

    I imported some 700 contact .vcf files (from MS Outlook 2007 on my PC) into my contact app by dragging from a folder into the app. The contacts displayed neatly but when I closed and reopened the app, they dissappeared. Then I tried to split the file