<?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: Regarding Include program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834903#M922165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, include programs are not supposed to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would miss the benefits of a code that can be included in several control programs if you do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 15:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T15:20:07Z</dc:date>
    <item>
      <title>Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834901#M922163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when i tried to execute an include program it appeared as " The main program is not an online report ". what does it mean??...cant we execute include programs?? can u also tell me abt include program??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 15:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834901#M922163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T15:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834902#M922164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot execute include programs. They are not standalone porgrams. you can find the where used list to find the main program and then execute the main program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 15:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834902#M922164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T15:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834903#M922165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, include programs are not supposed to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would miss the benefits of a code that can be included in several control programs if you do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 15:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834903#M922165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T15:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834904#M922166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include programs are used for writing a more readble code. E.g. Instead of declaring all the data in your main program you can do this in an include program and include that in the main program. Similarly you can do the same for all form routines in the main program. Also you can use the same include program across different main programs as long as the requirements are same for both the main programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 15:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834904#M922166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834905#M922167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are few details on the include programs and other program types .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This specifies the type of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible types are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable Programs (1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can be started without a transaction code,&lt;/P&gt;&lt;P&gt;either directly or in the background.&lt;/P&gt;&lt;P&gt;Executable programs are controlled by an invisible system program.&lt;/P&gt;&lt;P&gt;The system program calls processing blocks in the program in a&lt;/P&gt;&lt;P&gt;pre-defined order. It displays the selection screen at the&lt;/P&gt;&lt;P&gt;beginning of the program and outputs a list at the end. Executable&lt;/P&gt;&lt;P&gt;programs allow you to work with logical databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Pools for Screen Painter Screens (M)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain processing steps for screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modules from the transaction and can only&lt;/P&gt;&lt;P&gt;be executed with a transaction code or a&lt;/P&gt;&lt;P&gt;menu function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Includes (I)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain program code that cannot be&lt;/P&gt;&lt;P&gt;run on its own.&lt;/P&gt;&lt;P&gt;You call them from another program using&lt;/P&gt;&lt;P&gt;INCLUDE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subroutines (S)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain parts of programs (FORM routines) that can be called&lt;/P&gt;&lt;P&gt;using external PERFORM statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Groups (F)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain function modules. Function groups and function&lt;/P&gt;&lt;P&gt;modules are managed in the Function Builder. Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type F is set by the Function Builder, and cannot be changed&lt;/P&gt;&lt;P&gt;in the program attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface Pools (J)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain interfaces. Classes and interfaces are managed (administered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Class Builder; program type J cannot be changed in the&lt;/P&gt;&lt;P&gt;attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class Pools (K)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contain interfaces. Classes and interfaces are managed (administered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Class Builder; program type K cannot be changed in the&lt;/P&gt;&lt;P&gt;attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dialog program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db973535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db973535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function group&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db992335c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db992335c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types of programs&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2d5a358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb2d5a358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40db4735-02f9-2a10-b198-a888a056bb67" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40db4735-02f9-2a10-b198-a888a056bb67&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these helps you a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A vrey good site to look in for all your queries is SDN.SAP.COM. search your queries and you'll get lot of replies &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 16:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834905#M922167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834906#M922168</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;Include programs are not executable.&lt;/P&gt;&lt;P&gt;Include program is nothing but jus a part of code which you are going to use in main program.&lt;/P&gt;&lt;P&gt;That main program can be anyhting : it can be module pool or it can be executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 17:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834906#M922168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Include program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834907#M922169</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;There are 2 adv using this include.&lt;/P&gt;&lt;P&gt;1. Reuse your code.&lt;/P&gt;&lt;P&gt;2. Clarity - Instead of writing in one program, you distribute your code into number of files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravisankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 17:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-include-program/m-p/3834907#M922169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T17:51:34Z</dc:date>
    </item>
  </channel>
</rss>

