<?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 Re: Using FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721062#M314718</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;T247 is a structure :&lt;/P&gt;&lt;P&gt;SPRAS, type SPRAS, LANG[1]	Language Key&lt;/P&gt;&lt;P&gt;MNR, type FCMNR	NUMC[2]		Month number&lt;/P&gt;&lt;P&gt;KTX, type FCKTX	CHAR[3]		Month short text&lt;/P&gt;&lt;P&gt;LTX, type FCLTX	CHAR[10]	Month long text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Nov 2006 14:52:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-17T14:52:58Z</dc:date>
    <item>
      <title>Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721057#M314713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam using call function 'IDWT_READ_MONTH_TEXT'&lt;/P&gt;&lt;P&gt; How to declare the output parameter T247 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2006 09:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721057#M314713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-11T09:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721058#M314714</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;Sorry to say ..but can you confirm the name. I tried to go to this FM in my dev and it is saying that this FM does not exist. Or can you write in which mod can i get this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2006 04:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721058#M314714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-12T04:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721059#M314715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe below code can help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  it_t247 type table of t247, ---&amp;gt; &amp;lt;b&amp;gt;Contents of Internal Table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       wa_t247 type t247. ---&amp;gt; &amp;lt;b&amp;gt;Work Area&amp;lt;/b&amp;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                 = it_t247&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;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 02:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721059#M314715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T02:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721060#M314716</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;Can You reconfirm the name of the FM which you have mentioned. i didnt find any FM with such name.  Can You mention in which SAP release you are working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 13:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721060#M314716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721061#M314717</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 create an internal table for T247 and the work area for it and specify the internal table with the output parameter( as long as the output parameter has the type of a internal table - open up FM in se37 and check the import parameter tab)&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;Shehryar Dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 06:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721061#M314717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T06:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721062#M314718</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;T247 is a structure :&lt;/P&gt;&lt;P&gt;SPRAS, type SPRAS, LANG[1]	Language Key&lt;/P&gt;&lt;P&gt;MNR, type FCMNR	NUMC[2]		Month number&lt;/P&gt;&lt;P&gt;KTX, type FCKTX	CHAR[3]		Month short text&lt;/P&gt;&lt;P&gt;LTX, type FCLTX	CHAR[10]	Month long text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-fm/m-p/1721062#M314718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:52:58Z</dc:date>
    </item>
  </channel>
</rss>

