<?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 Runtime Error in Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735331#M1111192</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 am developing a module pool, i have to update the transaction through my module pool, so i am using call transaction method . first i have written the perform with recording steps .. but when i tried to activate the main program i am getting an error saying that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include ZMPPMTR_INCL&lt;/P&gt;&lt;P&gt;Incorrect nesting: Before the statement "FORM", the structure&lt;/P&gt;&lt;P&gt;introduced by "IF" must be concluded with "ENDIF". .	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my program there is no if ..endif statement , why i am getting this error can any one giv me a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for ur reply...&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;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 10:32:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-17T10:32:38Z</dc:date>
    <item>
      <title>Runtime Error in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735331#M1111192</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 am developing a module pool, i have to update the transaction through my module pool, so i am using call transaction method . first i have written the perform with recording steps .. but when i tried to activate the main program i am getting an error saying that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include ZMPPMTR_INCL&lt;/P&gt;&lt;P&gt;Incorrect nesting: Before the statement "FORM", the structure&lt;/P&gt;&lt;P&gt;introduced by "IF" must be concluded with "ENDIF". .	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my program there is no if ..endif statement , why i am getting this error can any one giv me a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for ur reply...&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;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 10:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735331#M1111192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735332#M1111193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;without seeing the code.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll guess at a missing period somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 12:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735332#M1111193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735333#M1111194</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;can you give your code here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 01:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735333#M1111194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T01:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735334#M1111195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in module pool the mail program contains top include and possibly other includes along with screen,&lt;/P&gt;&lt;P&gt;so save all the components of the main program and come to main program and then activate then the system recognizes all the components and activates accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the following&lt;/P&gt;&lt;P&gt;use pretty printer to show the indentations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the error message it will take you to where the error occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to find the if or endif or form or endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 12:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-module-pool/m-p/4735334#M1111195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T12:02:50Z</dc:date>
    </item>
  </channel>
</rss>

