<?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: top include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805546#M655570</link>
    <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenmultiple_use_include_guidl.htm"&gt;https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenmultiple_use_include_guidl.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rule&lt;/P&gt;&lt;P&gt;Do not use include programs more than once&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 12:21:26 GMT</pubDate>
    <dc:creator>sapworkdir</dc:creator>
    <dc:date>2020-01-22T12:21:26Z</dc:date>
    <item>
      <title>top include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805542#M655566</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;what is the meaning of tp include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;dhiraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805542#M655566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: top include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805543#M655567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A top include is nothing more that an include program which should hold all of your global declarations, such as variables, internal tables, and type statments.  An include program is nothing more than a program which is designed to be included in another larger program, sort of like a modularzation techique.  It could also be a mechisum for reuseability, meaning that you could include the include program in many other programs.&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>Mon, 03 Sep 2007 03:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805543#M655567</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-03T03:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: top include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805544#M655568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dhiraj&lt;/P&gt;&lt;P&gt;       normally top include is used for declaring variable that we would like .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you 'll see dialog program in sap . all variable data will be declared in include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805544#M655568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: top include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805545#M655569</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;top include is usually meant for global delcarations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg you have written a function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and obviously it will be in afunction group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then by default it will be creating two includes&lt;/P&gt;&lt;P&gt;one of it is top include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a function group we can have many function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we will use so many variables in that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and some times the same variables may be used in many function  modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case we used todeclare them in the top include so that all the function &lt;/P&gt;&lt;P&gt;modules can access it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;so top include is a common space for all the related program to declare the &lt;/P&gt;&lt;P&gt;variables and internals tables or what ever the declarations...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same as  for the reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805545#M655569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: top include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805546#M655570</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenmultiple_use_include_guidl.htm"&gt;https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenmultiple_use_include_guidl.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rule&lt;/P&gt;&lt;P&gt;Do not use include programs more than once&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/top-include/m-p/2805546#M655570</guid>
      <dc:creator>sapworkdir</dc:creator>
      <dc:date>2020-01-22T12:21:26Z</dc:date>
    </item>
  </channel>
</rss>

