<?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 a function module dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-function-module-dynamically/m-p/4910814#M1146443</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;Have a look:&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
                data:       w_funname(30),

                CONCATENATE 'CONVERSION_EXIT_' dd01l-convexit '_OUTPUT'
                                                         INTO w_funname.
                  CALL FUNCTION w_funname
                       EXPORTING
                            input  = &amp;lt;dyn_field&amp;gt;
                       IMPORTING
                            output = &amp;lt;dyn_field&amp;gt;.
          &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2008 06:47:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-17T06:47:47Z</dc:date>
    <item>
      <title>calling a function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-function-module-dynamically/m-p/4910813#M1146442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a function module which would check the type of data passed by the user and accordingly call a function module for subsequent processing.For eg if the user passes a FORM name it will call rh_form_exists to check existence of form or if the user passes call function name it will call rh_function_exists to check it existence.&lt;/P&gt;&lt;P&gt;So a number of function  module is called dynamically within the same function module.&lt;/P&gt;&lt;P&gt;I dnt know how to call dynamic function module? Can anyone please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-function-module-dynamically/m-p/4910813#M1146442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: calling a function module dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-function-module-dynamically/m-p/4910814#M1146443</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;Have a look:&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
                data:       w_funname(30),

                CONCATENATE 'CONVERSION_EXIT_' dd01l-convexit '_OUTPUT'
                                                         INTO w_funname.
                  CALL FUNCTION w_funname
                       EXPORTING
                            input  = &amp;lt;dyn_field&amp;gt;
                       IMPORTING
                            output = &amp;lt;dyn_field&amp;gt;.
          &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-function-module-dynamically/m-p/4910814#M1146443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:47:47Z</dc:date>
    </item>
  </channel>
</rss>

