<?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: Using subroutines in Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206606#M1204514</link>
    <description>&lt;P&gt;Hi Tatiana,&lt;/P&gt;&lt;P&gt;You can also follow the following link &lt;A href="https://answers.sap.com/answers/4477188/view.html" target="_blank"&gt;click here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rupesh&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jul 2019 12:53:47 GMT</pubDate>
    <dc:creator>former_member557605</dc:creator>
    <dc:date>2019-07-06T12:53:47Z</dc:date>
    <item>
      <title>Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206601#M1204509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to use performs in function module,&lt;/P&gt;&lt;P&gt;If created subroutine must be used in all FM in  Func.Group ?&lt;/P&gt;&lt;P&gt;if you have  articles about this or any information , I will be glad .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tatiana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 08:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206601#M1204509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206602#M1204510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a perform in FM then you have to place it in Global data i think or call the perform by providing include name like perform test(zinclude).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206602#M1204510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206603#M1204511</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;These are very basic questions.&lt;/P&gt;&lt;P&gt;You can search in SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=how" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&amp;amp;query=how&lt;/A&gt;&lt;EM&gt;to&lt;/EM&gt;use&lt;EM&gt;perform&lt;/EM&gt;subroutine&lt;EM&gt;function&lt;/EM&gt;module&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sachin sharma on Feb 24, 2009 2:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206603#M1204511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206604#M1204512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Titiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create a subroutine through your FM, it is actually created in your Func Group. No special coding is required to make it available in rest of the function modules in the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the FMs in the function group will be able to access this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206604#M1204512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206605#M1204513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i am not mistaken you want to use &lt;STRONG&gt;forms&lt;/STRONG&gt; in function module.&lt;/P&gt;&lt;P&gt;To enable forms in function module you have to follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create a &lt;STRONG&gt;Z include&lt;/STRONG&gt; in your function module.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;INCLUDE ZTEST_INCLUDE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;STRONG&gt;Inside&lt;/STRONG&gt; this &lt;STRONG&gt;include&lt;/STRONG&gt; you need to write your &lt;STRONG&gt;form routine&lt;/STRONG&gt; which will be accessable from your function module.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now you can use perform statement in your funtion module. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 09:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206605#M1204513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T09:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206606#M1204514</link>
      <description>&lt;P&gt;Hi Tatiana,&lt;/P&gt;&lt;P&gt;You can also follow the following link &lt;A href="https://answers.sap.com/answers/4477188/view.html" target="_blank"&gt;click here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rupesh&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 12:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206606#M1204514</guid>
      <dc:creator>former_member557605</dc:creator>
      <dc:date>2019-07-06T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using subroutines in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206607#M1204515</link>
      <description>&lt;P&gt;Write PERFORM inside function module.&lt;/P&gt;&lt;P&gt;Double click on it.&lt;/P&gt;&lt;P&gt;Create a include.&lt;/P&gt;&lt;P&gt;Inside include write FORM statement&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 10:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-subroutines-in-function-module/m-p/5206607#M1204515</guid>
      <dc:creator>former_member635475</dc:creator>
      <dc:date>2019-10-15T10:17:57Z</dc:date>
    </item>
  </channel>
</rss>

