<?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 Chenge Date format in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754936#M1774687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to convert date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp; 01.01.2000 convert it into 01.Jan.00&lt;/P&gt;&lt;P&gt;How i can get this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 06:27:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-07T06:27:03Z</dc:date>
    <item>
      <title>Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754936#M1774687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to convert date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp; 01.01.2000 convert it into 01.Jan.00&lt;/P&gt;&lt;P&gt;How i can get this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754936#M1774687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754937#M1774688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try converting it by using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DATE MASK = 'DD.MMMM.YY' &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754937#M1774688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754938#M1774689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Formatting Date Fields: SET DATE MASK&amp;nbsp; &lt;A _jive_internal="true" href="https://answers.sap.com/d1/8031dd454211d189710000e8322d00/frameset.htm" target="_top"&gt; &lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;To define the formatting of date fields, use the SET DATE MASK control &lt;BR /&gt;command. Executing this command causes all subsequent date fields to be printed &lt;BR /&gt;using the specified format.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Syntax: &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;/: SET DATE MASK = 'date_mask'&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;In the date mask, you can use the following codes:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;&lt;UL&gt;&lt;LI&gt;DD: day (two digits)&lt;/LI&gt;&lt;LI&gt;DDD: day name - abbreviated&lt;/LI&gt;&lt;LI&gt;DDDD: day name - written out in full&lt;/LI&gt;&lt;LI&gt;MM: month (two digits)&lt;/LI&gt;&lt;LI&gt;MMM: month name - abbreviated&lt;/LI&gt;&lt;LI&gt;MMMM: month name - written out in full&lt;/LI&gt;&lt;LI&gt;YY: year (two digits)&lt;/LI&gt;&lt;LI&gt;YYYY: year (four digits) &lt;/LI&gt;&lt;LI&gt;LD: day (formatted as for the L option)&lt;/LI&gt;&lt;LI&gt;LM: month (formatted as for the L option)&lt;/LI&gt;&lt;LI&gt;LY: year (formatted as for the L option)&lt;/LI&gt;&lt;/UL&gt;All other characters found in a date mask are interpreted as simple text and &lt;BR /&gt;are copied straight into the output.&lt;BR /&gt;&lt;DIR&gt;&lt;DIR&gt;Assuming the current system date is March 1st, 1997. &lt;/DIR&gt;&lt;/DIR&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIR&gt;&lt;DIR&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;&lt;BR /&gt;/: SET DATE MASK = 'Foster City, MM/DD/YY' &lt;BR /&gt;&amp;amp;DATE&amp;amp; -&amp;gt; Foster &lt;BR /&gt;City, 03/01/97&lt;BR /&gt;/: SET DATE MASK = 'MMMM DD, YYYY' &lt;BR /&gt;&amp;amp;DATE&amp;amp; -&amp;gt; March 01, &lt;BR /&gt;1997&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;&lt;BR /&gt;The date mask may be reset to the default setting by using an empty &lt;BR /&gt;string:&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;&lt;BR /&gt;/: SET DATE MASK = ' '&lt;/SPAN&gt;&lt;/DIR&gt;&lt;/DIR&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;&lt;BR /&gt;The abbreviated and full forms of the names of the days and months are stored &lt;BR /&gt;in the language dependent TTDTG table under the following keys:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;%%SAPSCRIPT_DDD_dd: abbreviated day name&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;%%SAPSCRIPT_DDDD_dd: full form of day name &lt;/LI&gt;&lt;LI&gt;%%SAPSCRIPT_MMM_mm: abbreviated month name&lt;/LI&gt;&lt;LI&gt;%%SAPSCRIPT_MMMM_mm: full form of month name&lt;/LI&gt;&lt;/UL&gt;&lt;DIR&gt;dd: day number 01 = Monday,..., 07 = Sunday &lt;/DIR&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;&lt;DIR&gt;mm: month number 01 = January,..., 12 = December&lt;/DIR&gt;&lt;DIR&gt;&lt;/DIR&gt;&lt;DIR&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/d1/8031dd454211d189710000e8322d00/frameset.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/d1/8031dd454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/DIR&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 06:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754938#M1774689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T06:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754939#M1774690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the SET DATE MASK to change the date format in the Smartform output as indicated by &lt;STRONG&gt;Nicolas Glänzer&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create code lines (before the node where you print the date) in the Smart Form and write the command to change the date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For printing the date as "01.Jan.00", you can use the below command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;TT class="SAPXDPUserEntry monospace" title="User entry"&gt;SET DATE MASK = "&lt;/TT&gt;DD.MMM.YY".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference you can see the documentation in the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4e/3663165fff02c9e10000000a15822b/content.htm"&gt;http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4e/3663165fff02c9e10000000a15822b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narayana Reddy A V L.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 07:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754939#M1774690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T07:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754940#M1774691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deara jaya Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use the following code or make a funciton module and use it in command lines before the text in smart form you will get your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;PARAMETERS&lt;/SPAN&gt;: dat &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; sy-datum.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt; : e_month &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt; LENGTH &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_year &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt; LENGTH &lt;SPAN class="L1S32"&gt;4&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: day &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt; LENGTH &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: &lt;SPAN class="L1S52"&gt;date&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt; LENGTH &lt;SPAN class="L1S32"&gt;25&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: MONTH_NAMES &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt;&amp;nbsp; T247 &lt;SPAN class="L1S52"&gt;OCCURS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: wa_month &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LINE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt; month_names.&lt;/P&gt;&lt;P&gt; day = dat+&lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;(&lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'CACS_DATE_GET_YEAR_MONTH'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_DATE&amp;nbsp; = dat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_MONTH = e_month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_YEAR&amp;nbsp; = e_year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'MONTH_NAMES_GET'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;LANGUAGE&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SY-LANGU&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;* IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp; RETURN_CODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TABLES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH_NAMES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = month_names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH_NAMES_NOT_FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;OTHERS&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; SY-SUBRC &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;delete&lt;/SPAN&gt; month_names &lt;SPAN class="L1S52"&gt;where&lt;/SPAN&gt; mnr &lt;SPAN class="L1S52"&gt;ne&lt;/SPAN&gt; e_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;READ&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TABLE&lt;/SPAN&gt; month_names &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; wa_month &lt;SPAN class="L1S52"&gt;index&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;CONCATENATE&lt;/SPAN&gt; day &lt;SPAN class="L1S33"&gt;'-'&lt;/SPAN&gt; wa_month-ltx &lt;SPAN class="L1S33"&gt;'-'&lt;/SPAN&gt; e_year &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;date&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;CONDENSE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;date&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;write&lt;/SPAN&gt;: &lt;SPAN class="L1S52"&gt;date&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 07:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754940#M1774691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T07:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754941#M1774692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/maheswarareddy.p" id="jive-5369314558509644431660"&gt;Jaya Reddy&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below link. You can find a similar discussion here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/394228"&gt;http://scn.sap.com/thread/394228&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Riju Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 09:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754941#M1774692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754942#M1774693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve your object using table T247.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Algo for code will be: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let DATE = 07.10.2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use table T247 Pass Spras = EN and MNR = '10' and fetch KTX field value.&lt;/P&gt;&lt;P&gt;This will give you Month name&amp;nbsp; as OCT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;CONCATENATE&amp;nbsp; '07.' KTX '.'&amp;nbsp; date+8(2) into date1 RESPECTING BLANKS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This will give you date as required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jeetendra&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 10:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754942#M1774693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chenge Date format in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754943#M1774694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use FM '&lt;STRONG&gt;CONVERSION_EXIT_SDATE_OUTPUT'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXAMPLE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DATA:&amp;nbsp; INT_DATUM TYPE SY-DATUM VALUE '19940102',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EXT_DATUM(11) TYPE C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CALL FUNCTION 'CONVERSION_EXIT_SDATE_OUTPUT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = INT_DATUM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;OUTPUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = EXT_DATUM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Anoop&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/chenge-date-format-in-smartforms/m-p/9754943#M1774694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T09:22:52Z</dc:date>
    </item>
  </channel>
</rss>

