<?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: calling function module dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901444#M682342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : lv_fname TYPE fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fname = 'WHATEVER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION lv_fname&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is dynamic enough... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 15:20:40 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2007-10-08T15:20:40Z</dc:date>
    <item>
      <title>calling function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901443#M682341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guyz,&lt;/P&gt;&lt;P&gt;How to call function module dynamically???&lt;/P&gt;&lt;P&gt;Plz advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 15:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901443#M682341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T15:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901444#M682342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : lv_fname TYPE fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fname = 'WHATEVER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION lv_fname&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is dynamic enough... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 15:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901444#M682342</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-08T15:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901445#M682343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lol..mate ..al try it and let u know if it is dynamic enuf..:)&lt;/P&gt;&lt;P&gt;thanks btw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 15:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901445#M682343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T15:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901446#M682344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i will explain actual picture why im asking about this dynamic thingy..&lt;/P&gt;&lt;P&gt;i created a smartforms in different languages all this smartforms have the same data apart from the language on the smartform.&lt;/P&gt;&lt;P&gt;so i have created a table and put the all the function modules in that table...&lt;/P&gt;&lt;P&gt;now when i give the input on selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should dynamically print the smartform with that specific language..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this is my code (just a little bit to make undastand wot iam doing)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONCATENATE 'ZBDFRM_CANX_'&lt;/P&gt;&lt;P&gt;              lv_client&lt;/P&gt;&lt;P&gt;              '_'&lt;/P&gt;&lt;P&gt;              p_lang&lt;/P&gt;&lt;P&gt;              INTO lv_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ZCRMFUN_PARAMETER'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      p_parentid     = 'ZBDREP_CANCELLATIONS'&lt;/P&gt;&lt;P&gt;      p_identifier   = p_client&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      tab_parameters = gt_zcrmtab_param.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this wots my next step.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 15:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901446#M682344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: calling function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901447#M682345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function module RPY_FUNCTIONMODULE_READ_NEW to read all of the metadata for a funciton module, it returns internal tables for all parameters of the function module interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 15:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-function-module-dynamically/m-p/2901447#M682345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T15:45:58Z</dc:date>
    </item>
  </channel>
</rss>

