<?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 sub routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633156#M282414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program and I have some Include programs and some perform statements in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form routines for the perform statement in the main program are in the include programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the name of the perform statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to change the name of the perform statement in the main program and also changed the name of the form routines in the include program but it is giving me an error when i am activating it.&lt;/P&gt;&lt;P&gt;Is there a specific procedure that i have to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal shetty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 19:29:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T19:29:40Z</dc:date>
    <item>
      <title>sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633156#M282414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program and I have some Include programs and some perform statements in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form routines for the perform statement in the main program are in the include programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the name of the perform statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to change the name of the perform statement in the main program and also changed the name of the form routines in the include program but it is giving me an error when i am activating it.&lt;/P&gt;&lt;P&gt;Is there a specific procedure that i have to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal shetty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633156#M282414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633157#M282415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the INCLUDE program first, then activate the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633157#M282415</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-03T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633158#M282416</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;Did you try to activate from the main program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633158#M282416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T19:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633159#M282417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hav etried to active the Include first but I am having problems in Activating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However let me explain in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the main program - ZABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 includes in ZABC.&lt;/P&gt;&lt;P&gt;Include Z1.&lt;/P&gt;&lt;P&gt;Include Z2.&lt;/P&gt;&lt;P&gt;Include Z3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a perform statement in the main program and the same perform statement in 2 include programs and the form routine is in the third include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what should my apporach be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633159#M282417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T19:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633160#M282418</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;First activate the include  having Form routines, then activate the includes and program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633160#M282418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T19:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633161#M282419</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;Please try to select all includes and the main program during activation (activate in the same time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633161#M282419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T19:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633162#M282420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate INCLUDE Z3 first, the the rest. In you main program, you may need to rearrange the sequence of the includes.  For example,  Z3 may need to come before Z1 and Z2, since you are calling(PERFORM) in the Z1 and Z2 includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 19:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633162#M282420</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-03T19:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633163#M282421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First comment all the performs that you have called in the main program and the forms in the include program and activate all the programs (main and include). Then uncomment the forms in include program and activate the include. Later uncoment the calls (performs) in the main program and activate the main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 06:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633163#M282421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633164#M282422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell how i did it and plese let me now is this right or wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed all the perform and form statements in the main program as well as in the includes.&lt;/P&gt;&lt;P&gt;Looked for errors, I didnt find any errors but when I tried to Activate it it pops with an message box. Process errors or Activate anyway.&lt;/P&gt;&lt;P&gt;I clicked on activate anyway and i followed the same for all the includes. I activated the main program and the Includes.&lt;/P&gt;&lt;P&gt;And now when i am saving the code and activating it again it gets activated without any message. can this be done or it might give problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal Shetty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 14:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-routine/m-p/1633164#M282422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T14:18:01Z</dc:date>
    </item>
  </channel>
</rss>

