<?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: PERFORM statment in INCLUDE program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114363#M983692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably u r placing the cursor at wrong place. Write ur PERFORM statement in ur include, double click on that, It will ask where to create. Here select main program and enter. Now it will introduce &lt;/P&gt;&lt;P&gt;FORM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the end of the main program. Now try to activate ur program(Select all the includes and main program at the same time and activate)&lt;/P&gt;&lt;P&gt;It will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 11:07:16 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2008-07-08T11:07:16Z</dc:date>
    <item>
      <title>PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114357#M983686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have main program and I'm using include program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the include program, i want to use PERFORM statement and place subroutine program in the same include program, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was tried so many times, &lt;/P&gt;&lt;P&gt;but syntax error  coming as follows, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incorrect nesting: Before the statment "FORM" , the structure introduced by "IF" must be concluded with "ENDIF".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I placed subroutine in the main program it's working properly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me what can i do or any helpful words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114357#M983686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114358#M983687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There may be an open IF .&lt;/P&gt;&lt;P&gt;Use endif before FORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114358#M983687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114359#M983688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;Incorrect nesting: Before the statment "FORM" , the structure introduced by "IF" must be concluded with "ENDIF".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your error clearly specifies that the IF statement is not closed with ENDIF. Close it with ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114359#M983688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114360#M983689</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;Regarding your error, it's clearly suggest that you have to close your if statement. &lt;/P&gt;&lt;P&gt;so close it than check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114360#M983689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114361#M983690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frends&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but problem is not the IF or ENDIF statement&lt;/P&gt;&lt;P&gt;because when i comment the subroutine part and PERFORM statement , that error missing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be other case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114361#M983690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114362#M983691</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;I tried and it worked. Could you please include similar code snippet in the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anirudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114362#M983691</guid>
      <dc:creator>Anirudha</dc:creator>
      <dc:date>2008-07-08T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114363#M983692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably u r placing the cursor at wrong place. Write ur PERFORM statement in ur include, double click on that, It will ask where to create. Here select main program and enter. Now it will introduce &lt;/P&gt;&lt;P&gt;FORM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the end of the main program. Now try to activate ur program(Select all the includes and main program at the same time and activate)&lt;/P&gt;&lt;P&gt;It will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114363#M983692</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-08T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114364#M983693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frends&lt;/P&gt;&lt;P&gt;this is the sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PERFORM TEST_AB.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  TEST_AB
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
*  --&amp;gt;  p1        text
*  &amp;lt;--  p2        text
*----------------------------------------------------------------------*
FORM TEST_AB .

ENDFORM.                    " TEST_AB

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if place in Main program its working, but i want to placed in the same Include program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 11:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114364#M983693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114365#M983694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not answered, thread closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 05:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114365#M983694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: PERFORM statment in INCLUDE program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114366#M983695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Nelson!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait!! ......just remember one thing that FORM ..ENDFORM should be after the END-OF-Selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you are writing as..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;include program.&lt;/P&gt;&lt;P&gt;edn-of-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that form is coming in between Start-of-selection and end-of-selection...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just put that &lt;STRONG&gt;form&lt;/STRONG&gt; ....&lt;STRONG&gt;Endform&lt;/STRONG&gt; inside the  main progam after end-of-selection your issue will be solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 05:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statment-in-include-program/m-p/4114366#M983695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T05:51:25Z</dc:date>
    </item>
  </channel>
</rss>

