<?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 Function module for Month Name? Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786761#M649768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any function module to get month name for a date, like&lt;/P&gt;&lt;P&gt;if input is 30.08.2007, then output should be 'AUG' or 'August'.&lt;/P&gt;&lt;P&gt;Anyone can help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Siva Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 08:08:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T08:08:59Z</dc:date>
    <item>
      <title>Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786761#M649768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any function module to get month name for a date, like&lt;/P&gt;&lt;P&gt;if input is 30.08.2007, then output should be 'AUG' or 'August'.&lt;/P&gt;&lt;P&gt;Anyone can help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Siva Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786761#M649768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786762#M649769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use this FM: ISP_GET_MONTH_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786762#M649769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786763#M649770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZQUA_CONV_DATE_MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786763#M649770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786764#M649771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find month names in table T015M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Alpesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786764#M649771</guid>
      <dc:creator>alpesh_saparia3</dc:creator>
      <dc:date>2007-08-30T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786765#M649772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for this you can just write a logic.Split the date and get the month no in one variable and then write a case statemnt to get the moth name...&lt;/P&gt;&lt;P&gt;date = 30082007&lt;/P&gt;&lt;P&gt;month = date+2(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have the value 08 in variable month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when '01'.&lt;/P&gt;&lt;P&gt;month_alpha = 'JAN'.&lt;/P&gt;&lt;P&gt;when '02'.&lt;/P&gt;&lt;P&gt;month_alpha = 'FEB'.&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;when '12'.&lt;/P&gt;&lt;P&gt;month_alpha = 'DEC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence you can do the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786765#M649772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786766#M649773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer to the table T247 to get the months of the year&lt;/P&gt;&lt;P&gt;the function module MONTH_NAMES_GET will fetch all the months of the calendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786766#M649773</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-08-30T08:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786767#M649774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Hi siva,

  check this if it can help u

REPORT ZTEST.

TABLES : T247.

DATA : V_DATE(10) VALUE '30.08.2007',
       V_MON(2) TYPE N,
       V_LTX LIKE T247-LTX.

V_MON = V_DATE+3(2).

SELECT SINGLE  LTX FROM T247 INTO V_LTX WHERE MNR EQ V_MON AND SPRAS EQ SY-LANGU.

WRITE : V_LTX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786767#M649774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786768#M649775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Shiva..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISP_GET_MONTH_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the Date in User(External) format  and Language.&lt;/P&gt;&lt;P&gt;It will return the Name of the Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786768#M649775</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-30T08:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786769#M649776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MONTH_NAMES_GET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786769#M649776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786770#M649777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ztest_tmp.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA : mname(10) TYPE c.&lt;/P&gt;&lt;P&gt;PARAMETER : d TYPE sy-datum.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PERFORM getmonth USING d mname.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; mname.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Form getmonth&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;--&amp;gt;M text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;--&amp;gt;MNAME text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM getmonth USING d mname.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA : month_names LIKE t247 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA : m(2) TYPE c.&lt;/P&gt;&lt;P&gt;m = d+4(2).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MONTH_NAMES_GET'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LANGUAGE = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;RETURN_CODE =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;month_names = month_names&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;month_names_not_found = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;READ TABLE month_names INDEX m.&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;mname = month_names-ltx.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ENDFORM. "getmonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786770#M649777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786771#M649778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can go for any one of the following methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="14" type="ul"&gt;&lt;P&gt;Method 1******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;parameters: p_date type sy-datum default sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_month like t247-ktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single ktx into v_month from t247&lt;/P&gt;&lt;P&gt;       where spras = sy-langu and&lt;/P&gt;&lt;P&gt;             mnr   = p_date+4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'Month = ', v_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="15" type="ul"&gt;&lt;P&gt;Method 2******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_date type sy-datum default sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_month like t247-ktx,&lt;/P&gt;&lt;P&gt;      month_names like t247 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MONTH_NAMES_GET'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   LANGUAGE                    = SY-LANGU&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN_CODE                 = RETURN_CODE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    MONTH_NAMES                 = MONTH_NAMES&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   MONTH_NAMES_NOT_FOUND       = 1&lt;/P&gt;&lt;P&gt;   OTHERS                      = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table month_names with key spras = sy-langu&lt;/P&gt;&lt;P&gt;                                mnr   = p_date+4(2).&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt; v_month = month_names-ktx.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'Month = ', v_month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 08:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786771#M649778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T08:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786772#M649779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's for single date if it is range like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;09.09.2001&amp;nbsp;&amp;nbsp; to&amp;nbsp;&amp;nbsp;&amp;nbsp; 06.06.2002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case how to do that??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786772#M649779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786773#M649780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786773#M649780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Month Name? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786774#M649781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="798466" data-username="mukesh.das" href="https://answers.sap.com/people/mukesh.das" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Mukesh Das&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="752637" data-username="srinivas_p" href="https://answers.sap.com/people/srinivas_p" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Srinivas P&lt;/A&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;My dear friends&amp;nbsp; its a 7 year old thread&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;&lt;STRONG style="font-size: 11px; color: #333333;"&gt;Nabheet&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-month-name-urgent/m-p/2786774#M649781</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-10T11:44:08Z</dc:date>
    </item>
  </channel>
</rss>

