<?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: help in calling function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114030#M1186340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; need to call a function module, for security purpose, do not want to show the name of function module,&lt;/P&gt;&lt;P&gt;&amp;gt; Study SAP&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the Invisible font in the new ABAP Editor yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 02:38:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-20T02:38:06Z</dc:date>
    <item>
      <title>help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114025#M1186335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need to call a function module, for security purpose, do not want to show the name of function module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how it can be done ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Study SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 17:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114025#M1186335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114026#M1186336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to call the function module. For security reasons, i cannot show the sourcecode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 17:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114026#M1186336</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-02-03T17:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114027#M1186337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example in smart form we can call the function module using variable value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function fm_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can get the value of function module for smartform using FM ssf_function_module_name, passing the same in fm_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we have our own function module, needs to call FM with same style.&lt;/P&gt;&lt;P&gt;The name of function module should not be shown in the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 17:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114027#M1186337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T17:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114028#M1186338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to view v_fdir and give your function module name and get the &lt;STRONG&gt;area&lt;/STRONG&gt; and &lt;STRONG&gt;include&lt;/STRONG&gt; number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now try this code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: funcname like v_fdir-funcname.

select single funcname into funcname from v_fdir where area = &amp;lt;your FM area&amp;gt; and include = &amp;lt;your FM include num&amp;gt;.

call function funcname.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: riki frisky on Feb 3, 2009 6:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 17:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114028#M1186338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114029#M1186339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; for example in smart form we can call the function module using variable value.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Call Function fm_name&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; We can get the value of function module for smartform using FM ssf_function_module_name, passing the same in fm_name.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But when we have our own function module, needs to call FM with same style.&lt;/P&gt;&lt;P&gt;&amp;gt; The name of function module should not be shown in the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems your End-users undertand the ABAP.&lt;/P&gt;&lt;P&gt;If yes than they can Just Double click on &lt;STRONG&gt;fm_name&lt;/STRONG&gt; it will take them towards FM name &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114029#M1186339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114030#M1186340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; need to call a function module, for security purpose, do not want to show the name of function module,&lt;/P&gt;&lt;P&gt;&amp;gt; Study SAP&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the Invisible font in the new ABAP Editor yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 02:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114030#M1186340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T02:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114031#M1186341</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;Do you think that we will crack your system if you give us the FM name?? Are you a developer or a FUNCTIONAL ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 04:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114031#M1186341</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-02-20T04:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114032#M1186342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the responders so far don't understand the question.   But that's probably because you don't state it very well.  What you want is a way to call a function module without having the name of the function module in the program.  Easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table with one field, perhaps in an encrypted format.  Let's say you've a function module (DECRYPT) that decrypts the entry in the table to plain text.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE field FROM my_table INTO my_field.
CALL FUNCTION 'DECRYPT' exporting output = my_field
                        importing input = plain_text.
CALL FUNCTION plain_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have noticed that in most cases, where you see CALL FUNCTION, it is followed by a character literal.  CALL FUNCTION 'SOME_FUNCTION'.  You see, it's encased in quote.  That makes it a literal.  You can replace the name of the function module, with the quotes, with any character like variable that contains the function name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 13:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114032#M1186342</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-20T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: help in calling function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114033#M1186343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if the concern here is that the user can display the name of the function in the code, then why should the concern be less if they can just as well display the name of the function in the debugger, or a developer trace, or a dump....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2009 11:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-calling-function-module/m-p/5114033#M1186343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-21T11:28:10Z</dc:date>
    </item>
  </channel>
</rss>

