<?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: How to create a function module from an ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233635#M1827554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers....I resolved the issue myself. We can use the API "RS_FUNCTIONMODULE_INSERT" to create a FM from third party software. It works fine. You can specify, the Function group, Source code line, importables etc. I am really happy to see such FM existing in SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there are plenty of other FMs like FM to create function group or to activate FM or rename a FM etc... Please check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~ Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 12:43:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-28T12:43:05Z</dc:date>
    <item>
      <title>How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233630#M1827549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wated to know is it possible to create a function module from an abap program.&amp;nbsp; The requirement is that I wanted to create a function module from third party software. Hence, I cant use the usual way of the SE37 dialog steps.&lt;/P&gt;&lt;P&gt; So, please let me know if any of you have got ideas on this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 09:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233630#M1827549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-28T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233631#M1827550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, there is nothing automatic.&lt;/P&gt;&lt;P&gt;The simplest answer is that all your selection screen becomes the function modules interface and the resulting list is returned in a table.&lt;/P&gt;&lt;P&gt;But some analysis may be necessary, study of technical constraints, who will use this function, is it RFC, etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 09:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233631#M1827550</guid>
      <dc:creator>Phillip_Morgan</dc:creator>
      <dc:date>2014-04-28T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233632#M1827551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at the code share SAPLinks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They use XML based interface to create almost all SAP Objects including Function groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the same to achieve.. it is a long shot but you can give a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://code.google.com/p/saplink/downloads/list?can=1&amp;amp;q=&amp;amp;colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount" title="https://code.google.com/p/saplink/downloads/list?can=1&amp;amp;q=&amp;amp;colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount"&gt;Downloads - saplink - SAPlink is an open source project that aims to make it easier to share ABAP developments betwee…&lt;/A&gt;&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, 28 Apr 2014 10:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233632#M1827551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-28T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233633#M1827552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.) Create FM with selection screen inputs as interface.&lt;/P&gt;&lt;P&gt;2.) Use Submit program inside your FM to call your report directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is basic question, there is no technical input require in this question only manual effort is require. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/748/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 10:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233633#M1827552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-28T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233634#M1827553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is also possible to achieve that through an SHDB record from SE37 with all your required steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use that Z record inside your ABAP program with the BDCDATA internal table adjusting the parameters for your specific needs, and finally make a call transaction for SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the easiest and reliable way of creating FMs from ABAP programs.&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, 28 Apr 2014 11:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233634#M1827553</guid>
      <dc:creator>Paulo_Vantini</dc:creator>
      <dc:date>2014-04-28T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a function module from an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233635#M1827554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers....I resolved the issue myself. We can use the API "RS_FUNCTIONMODULE_INSERT" to create a FM from third party software. It works fine. You can specify, the Function group, Source code line, importables etc. I am really happy to see such FM existing in SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there are plenty of other FMs like FM to create function group or to activate FM or rename a FM etc... Please check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~ Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-function-module-from-an-abap-program/m-p/10233635#M1827554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-28T12:43:05Z</dc:date>
    </item>
  </channel>
</rss>

