<?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 Get import parameter values of function module at runtime dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-import-parameter-values-of-function-module-at-runtime-dynamically/m-p/3094863#M734189</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;Is it possible to have access to all import parameter values at runtime. I want to concatenate all import parameters to a string but I want it to be flexible. I just want to call a method or function module to add this functionality and this should take care of everything and just return me the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;FM1 with parameters&lt;/P&gt;&lt;P&gt;var1: say&lt;/P&gt;&lt;P&gt;var2: hello&lt;/P&gt;&lt;P&gt;-&amp;gt; result: var1:say;var2:hallo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM1 with parameters&lt;/P&gt;&lt;P&gt;var1: this&lt;/P&gt;&lt;P&gt;var2: FM&lt;/P&gt;&lt;P&gt;var3: has&lt;/P&gt;&lt;P&gt;var4: five&lt;/P&gt;&lt;P&gt;var5: parameters&lt;/P&gt;&lt;P&gt;-&amp;gt; result: var1:this;var2:FM;var3:has;var4:five;var5:parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping,&lt;/P&gt;&lt;P&gt;jeroen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 11:15:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T11:15:51Z</dc:date>
    <item>
      <title>Get import parameter values of function module at runtime dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-import-parameter-values-of-function-module-at-runtime-dynamically/m-p/3094863#M734189</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;Is it possible to have access to all import parameter values at runtime. I want to concatenate all import parameters to a string but I want it to be flexible. I just want to call a method or function module to add this functionality and this should take care of everything and just return me the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;FM1 with parameters&lt;/P&gt;&lt;P&gt;var1: say&lt;/P&gt;&lt;P&gt;var2: hello&lt;/P&gt;&lt;P&gt;-&amp;gt; result: var1:say;var2:hallo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM1 with parameters&lt;/P&gt;&lt;P&gt;var1: this&lt;/P&gt;&lt;P&gt;var2: FM&lt;/P&gt;&lt;P&gt;var3: has&lt;/P&gt;&lt;P&gt;var4: five&lt;/P&gt;&lt;P&gt;var5: parameters&lt;/P&gt;&lt;P&gt;-&amp;gt; result: var1:this;var2:FM;var3:has;var4:five;var5:parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping,&lt;/P&gt;&lt;P&gt;jeroen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-import-parameter-values-of-function-module-at-runtime-dynamically/m-p/3094863#M734189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T11:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get import parameter values of function module at runtime dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-import-parameter-values-of-function-module-at-runtime-dynamically/m-p/3094864#M734190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go from function module name to function group using table TFDIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the function group, e.g. ZMYFUNCGROUP, use READ REPORT to get the include LZMYFUNCGROUPUXX source code.  This will give you the list of includes making up the function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use further calls to READ REPORT on these includes (like LZMYFUNCGROUPU01) to get the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll have to a bit of parsing.  But it's not that complex.  btw - why do you want to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 11:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-import-parameter-values-of-function-module-at-runtime-dynamically/m-p/3094864#M734190</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-11-21T11:23:56Z</dc:date>
    </item>
  </channel>
</rss>

