<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Factory Calender in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237890#M1011776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a plant no. On thebasis of this plant i need to know the factory calender id and i need to get the list of holidays for this plant. How do i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 12:07:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-04T12:07:29Z</dc:date>
    <item>
      <title>Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237890#M1011776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a plant no. On thebasis of this plant i need to know the factory calender id and i need to get the list of holidays for this plant. How do i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237890#M1011776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237891#M1011777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can get factory id  by using FM CY_READ_T001W&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also refer to following link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2706591"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5893840"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237891#M1011777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237892#M1011778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But then how do i get the list of holidays for the same plant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237892#M1011778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237893#M1011779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;we can assign it to the calender by using below function module&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4_DATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      factory_calendar_id          = c_fcalid&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      select_date                  = pfs_leave_date&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      calendar_buffer_not_loadable = 1&lt;/P&gt;&lt;P&gt;      date_after_range             = 2&lt;/P&gt;&lt;P&gt;      date_before_range            = 3&lt;/P&gt;&lt;P&gt;      date_invalid                 = 4&lt;/P&gt;&lt;P&gt;      factory_calendar_not_found   = 5&lt;/P&gt;&lt;P&gt;      holiday_calendar_not_found   = 6&lt;/P&gt;&lt;P&gt;      parameter_conflict           = 7&lt;/P&gt;&lt;P&gt;      OTHERS                       = 8.&lt;/P&gt;&lt;P&gt;or if u want to check manully&lt;/P&gt;&lt;P&gt;Goto t-code 'SFT3'.&lt;/P&gt;&lt;P&gt;and T-code 'scal'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237893#M1011779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237894#M1011780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check have you created Facotry calender?&lt;/P&gt;&lt;P&gt;T.Code SCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you assginged factory calendrr to your plant?&lt;/P&gt;&lt;P&gt;Assignment of the factory calendar by plant is done in transaction code 'SM30 - V_T001W' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237894#M1011780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237895#M1011781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the table &lt;STRONG&gt;TVKO&lt;/STRONG&gt; for field &lt;STRONG&gt;VKOKL&lt;/STRONG&gt; for factory calender id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237895#M1011781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237896#M1011782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hit the table T001W with the given plant to get the Fcatory calender key (FABKL).&lt;/P&gt;&lt;P&gt;Use the function module HOLIDAY_GET to get the list of holidays by passing the Factory calender key and the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237896#M1011782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Calender</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237897#M1011783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thanks. its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-calender/m-p/4237897#M1011783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:52:30Z</dc:date>
    </item>
  </channel>
</rss>

