<?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 'With TOP Include' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313539#M507020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to create a program from the Object Navigator tool, and select 'With TOP Include', however i get an error that goes like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Error in Object Editing'&lt;/P&gt;&lt;P&gt;'System does not allow changes to be made to Object PROG TEST_TOP' (even though im creating a new program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The name of my program is ZBAP_TEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I wanted to know is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the components that are created if 'With TOP Include' is selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what are the advantages of creating a program with the 'With TOP Include' option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 May 2007 09:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-19T09:48:22Z</dc:date>
    <item>
      <title>'With TOP Include'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313539#M507020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to create a program from the Object Navigator tool, and select 'With TOP Include', however i get an error that goes like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Error in Object Editing'&lt;/P&gt;&lt;P&gt;'System does not allow changes to be made to Object PROG TEST_TOP' (even though im creating a new program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The name of my program is ZBAP_TEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I wanted to know is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the components that are created if 'With TOP Include' is selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what are the advantages of creating a program with the 'With TOP Include' option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 09:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313539#M507020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'With TOP Include'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313540#M507021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the top include name begin with "Z*"....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: "ZTEST_TOP'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 10:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313540#M507021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: 'With TOP Include'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313541#M507022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a report with TOP include, a new include (source code) is created and you can define your global variables here and links to other includes qnd structure your program  instead of having everything grouped in one include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313541#M507022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: 'With TOP Include'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313542#M507023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is used only to declare the variables and all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 13:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313542#M507023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: 'With TOP Include'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313543#M507024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any custom program start with z or y whether it is include or function module or module pool or exectable ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 13:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-top-include/m-p/2313543#M507024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T13:36:48Z</dc:date>
    </item>
  </channel>
</rss>

