<?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 How to use FORM PERFORM in a function module ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775064#M1878338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been facing this issue for a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use form perform in an RFC enabled FM.&lt;/P&gt;&lt;P&gt;I have been coding repetitvely....Please help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance....&lt;/P&gt;&lt;P&gt;Ashwath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 09:24:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-15T09:24:33Z</dc:date>
    <item>
      <title>How to use FORM PERFORM in a function module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775064#M1878338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been facing this issue for a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use form perform in an RFC enabled FM.&lt;/P&gt;&lt;P&gt;I have been coding repetitvely....Please help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance....&lt;/P&gt;&lt;P&gt;Ashwath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775064#M1878338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use FORM PERFORM in a function module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775065#M1878339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just write the perform &amp;lt;name&amp;gt; in the FM and double click on the subroutine name. It will ask you to either create a new include or add the subroutine code in the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775065#M1878339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use FORM PERFORM in a function module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775066#M1878340</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;&lt;/P&gt;&lt;P&gt;Add theperform statement in FM source code and write the form logic in include of the function pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in function pool, add the new include or write the logic in the existing include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,'&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775066#M1878340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use FORM PERFORM in a function module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775067#M1878341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The routines can be written in the includes present already or you can create a new include and write the routines in it. To know the include names already available for the function module, open the FM in transaction SE80 and you can find the includes under the node 'Includes'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775067#M1878341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use FORM PERFORM in a function module ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775068#M1878342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alottttt &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It really helped me...&lt;/P&gt;&lt;P&gt;Awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-form-perform-in-a-function-module/m-p/10775068#M1878342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T09:44:00Z</dc:date>
    </item>
  </channel>
</rss>

