<?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: Function Module Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844182#M358424</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;USe this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPY_FUNCTIONMODULE_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input is the fuc mod name and the output given as per ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 10:47:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T10:47:13Z</dc:date>
    <item>
      <title>Function Module Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844181#M358423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;   My requirement is in the selection screen i will input the funtion module name and the output should display all the parameters used in the function module  with the type of parameter ( import or export or changing or tables), parameter data type and its length . Is there any Function module to achieve this. Suitable answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kasi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 10:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844181#M358423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844182#M358424</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;USe this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPY_FUNCTIONMODULE_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input is the fuc mod name and the output given as per ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 10:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844182#M358424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T10:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844183#M358425</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;use any of these FMs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNC_GET_OBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPY_FUNCTIONMODULE_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 10:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844183#M358425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844184#M358426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this...&lt;/P&gt;&lt;P&gt;REPORT  ZRAMESHTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_imp like rsimp occurs 0,&lt;/P&gt;&lt;P&gt;      it_cha like rscha occurs 0,&lt;/P&gt;&lt;P&gt;      it_exp like rsexp occurs 0,&lt;/P&gt;&lt;P&gt;      it_tbl like rstbl occurs 0,&lt;/P&gt;&lt;P&gt;      it_exc like rsexc occurs 0,&lt;/P&gt;&lt;P&gt;      it_fdo like rsfdo occurs 0,&lt;/P&gt;&lt;P&gt;      it_src like rssource occurs 0,&lt;/P&gt;&lt;P&gt;      func   like rs38l-name.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RPY_FUNCTIONMODULE_READ'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    FUNCTIONNAME             = func&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    IMPORT_PARAMETER         = it_imp&lt;/P&gt;&lt;P&gt;    CHANGING_PARAMETER       = it_cha&lt;/P&gt;&lt;P&gt;    EXPORT_PARAMETER         = it_exp&lt;/P&gt;&lt;P&gt;    TABLES_PARAMETER         = it_tbl&lt;/P&gt;&lt;P&gt;    EXCEPTION_LIST           = it_exc&lt;/P&gt;&lt;P&gt;    DOCUMENTATION            = it_fdo&lt;/P&gt;&lt;P&gt;    SOURCE                   = it_src&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    ERROR_MESSAGE            = 1&lt;/P&gt;&lt;P&gt;    FUNCTION_NOT_FOUND       = 2&lt;/P&gt;&lt;P&gt;    INVALID_NAME             = 3&lt;/P&gt;&lt;P&gt;    OTHERS                   = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ramesh Babu Chirumamilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 10:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-parameters/m-p/1844184#M358426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T10:59:28Z</dc:date>
    </item>
  </channel>
</rss>

