<?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 Creating ABAP object dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646724#M609731</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;I have a requirement to create a program / function module dynamically, based on user input on a screen. &lt;/P&gt;&lt;P&gt;Based on user input on a screen, I have to generate a syntax/code and create an object, which can be called by other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 08:42:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T08:42:49Z</dc:date>
    <item>
      <title>Creating ABAP object dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646724#M609731</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;I have a requirement to create a program / function module dynamically, based on user input on a screen. &lt;/P&gt;&lt;P&gt;Based on user input on a screen, I have to generate a syntax/code and create an object, which can be called by other objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646724#M609731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating ABAP object dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646725#M609732</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;There are function modules whihc let you to create objects. These are the FM's which are interface to the Repository info system. Search for RPY&lt;STRONG&gt;INS&lt;/STRONG&gt; in se37. Specifically RPY_PROGRAM_INSERT,&lt;/P&gt;&lt;P&gt;                  RPY_CLIF_MULTI_INSERT,&lt;/P&gt;&lt;P&gt;                 RPY_FUNCTIONMODULE_INSERT.&lt;/P&gt;&lt;P&gt;These would meet your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646725#M609732</guid>
      <dc:creator>sharat_chandra</dc:creator>
      <dc:date>2007-08-20T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating ABAP object dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646726#M609733</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;You can use the function module "RS_FUNCTIONMODULE_INSERT" to create function modules dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread and my reply in that.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3930010"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646726#M609733</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-20T08:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating ABAP object dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646727#M609734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for you reply...it worked for creating new FM.&lt;/P&gt;&lt;P&gt;Further to that in case I want to change the source code or other things in an FM created already, how is it possible to do that ?&lt;/P&gt;&lt;P&gt;I read your reply on the thread you sent but in case of changing source code it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Archana Admane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-abap-object-dynamically/m-p/2646727#M609734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T11:37:27Z</dc:date>
    </item>
  </channel>
</rss>

