<?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: abap programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069559#M972913</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 different types of programs like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include prog.&lt;/P&gt;&lt;P&gt;execuitable prog.&lt;/P&gt;&lt;P&gt;module pool prog.&lt;/P&gt;&lt;P&gt;function pool&lt;/P&gt;&lt;P&gt;subroutine pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of them execuitabbel program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see the different types when you are creating new program in se38 in program type field&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;sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 07:15:50 GMT</pubDate>
    <dc:creator>venkatasriram_mygapula</dc:creator>
    <dc:date>2008-07-10T07:15:50Z</dc:date>
    <item>
      <title>abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069553#M972907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are abap programs executable program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069553#M972907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069554#M972908</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;By selecting Executable Program you declare your program as executable. This means that the program can run on its own, and that you can start it in the R/3 system without a transaction code. You can also run executable programs in the background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By selecting Module Pool you declare your program as a pool for dialog module. This means that your program cannot run on its own, but serves as a frame for program modules used for dialog programming. These program modules contain the application logic of a transaction and are called by separately programmed screen flow logic (programming screens using the Screen Painter tool). The screen flow logic itself can be called via a transaction code only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As well as executable programs and module pools, there are also include programs. An include program is an independent program with two main functions. On the one hand, it contains the program code that can be used by other programs. On the other hand, it modularizes source code, which consists of several different, logically related parts. Each of these parts is stored in a different include program. Include programs make your source code easier to read and maintain.&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;Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pavan Bhamidipati on Jul 10, 2008 9:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069554#M972908</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-10T07:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069555#M972909</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;&lt;/P&gt;&lt;P&gt;ABAp programa are categeriozed into different types &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE I -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; INclude Programs&lt;/P&gt;&lt;P&gt;TYPE M --- MODULE POOL PROGRAM&lt;/P&gt;&lt;P&gt;TYPE E --- EXECUTABLE PROGAMS&lt;/P&gt;&lt;P&gt;They can be subroutine pool program &lt;/P&gt;&lt;P&gt;Function group program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ABAp PRograms can be one of the above different mentioned programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pavan Bhamidipati on Jul 10, 2008 9:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069555#M972909</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-10T07:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069556#M972910</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 different type of program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some are executable some are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls follow the link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujit Pal on Jul 10, 2008 9:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069556#M972910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069557#M972911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garvish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; check thislink which gives the complete documentation on types of abap pograms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/04/sap-abap-program-types.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/04/sap-abap-program-types.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;A href="http://jplamontre.free.fr/SAP/ABAP%20Program%20types.htm" target="test_blank"&gt;http://jplamontre.free.fr/SAP/ABAP%20Program%20types.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Gandla on Jul 10, 2008 9:15 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069557#M972911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069558#M972912</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;Types of ABAP/4 Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022	Report programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ABAP/4 report is a program that retrieves data from the database, groups/filters according to different criteria and presents it on screen or as a printed list. Report programs support the use of Logical Databases. Logical databases are special ABAP/4 programs that perform complex database accesses. This provides a standard method of database access that can be used by many reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reports are called TYPE 1 program. You can start a type 1 program by entering its program name. For this reason, they are also known as executable programs. When you start a type 1 program, processes are started in the runtime environment that call a series a processing blocks (event blocks) in a predefined sequence. The sequence is oriented towards reporting tasks. This is why executable programs are also known as reports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of a report is to read data from the database and write it out. It consists of only two screens. The first screen is called the selection screen. It contains input fields allowing the user to enter criteria for the report. The second screen is the output screen. It contains the list. The list is the output from the report, and usually does not have any input fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remarks: The selection screen is optional. Not all reports have one. However, all reports generate a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022	Dialog programs (Transactions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a typical dialog program, the system displays a screen where the user can input data. As a reaction to the user input, processing continues. The ABAP/4 code written to control the transaction is maintained in a collection of programs that together form the Module Pool. Dialog Programs are called TYPE M programs. Note that type M programs can only be started using a transaction code. A transaction code starts a screen, which consists of the screen itself and its flow logic. Screen flow logic can call special processing blocks (dialog modules) in the corresponding ABAP/4 program. Since type M programs contain mostly dialog modules, they are also known as module pools. &lt;/P&gt;&lt;P&gt;A development object (also called Repository Object) is anything created by a developer. Examples of development objects are programs, screens, tables, views, structures, data models, messages and includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All development objects are portable, meaning that you can copy from one R/3 system to another. This is usually done to move your development objects from the development system to production system. If the source and target systems are on different operating systems or use different database systems, your development objects will run as-is and without any modification. This is true for all platforms supported by R/3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069558#M972912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069559#M972913</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 different types of programs like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include prog.&lt;/P&gt;&lt;P&gt;execuitable prog.&lt;/P&gt;&lt;P&gt;module pool prog.&lt;/P&gt;&lt;P&gt;function pool&lt;/P&gt;&lt;P&gt;subroutine pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of them execuitabbel program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see the different types when you are creating new program in se38 in program type field&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;sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069559#M972913</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-10T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069560#M972914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the ABAP programs are executable. We have different types of programs which are written in ABAP editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Executable program&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INCLUDE program&lt;/STRONG&gt;      &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Module pool&lt;/STRONG&gt;          &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function group&lt;/STRONG&gt;       &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subroutine pool&lt;/STRONG&gt;      &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interface pool&lt;/STRONG&gt;       &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Class pool&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;Only programs having type 'Executable program' are directly executable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069560#M972914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069561#M972915</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 are various kind of abap programs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. type 1( executable ) &amp;gt;&amp;gt;  Can be started without a  transaction code,either directly or in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. type I (module pool)&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;&lt;/P&gt;&lt;P&gt;3.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;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;&lt;/P&gt;&lt;P&gt;4.Subroutines (S)&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;&lt;/P&gt;&lt;P&gt;5.Function Groups (F)&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;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;6.Interface Pools (J)&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 attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.Class Pools (K)&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 attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069561#M972915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069562#M972916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garvish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ABAP programs are not necessarily executable programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check whether that particular program in Executable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoTo-&amp;gt;SE38-&amp;gt;Type your program name-&amp;gt;Attributes Radio button and click-&amp;gt;Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Attribute window you can see in TYPE as "EXECUTABLE PROGRAM". If not, there are many other types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069562#M972916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069563#M972917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garvish;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ABAP programs are not necessarily executable programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abap programs are of various types:&lt;/P&gt;&lt;P&gt;1. type 1( executable ) =  &lt;/P&gt;&lt;P&gt;Can be started without a transaction code,either directly or in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. type I (module pool)=&lt;/P&gt;&lt;P&gt;it has  program code that cannot be&lt;/P&gt;&lt;P&gt;run on its own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Module Pools =&lt;/P&gt;&lt;P&gt;It has processing steps for screen&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 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Subroutines =&lt;/P&gt;&lt;P&gt;code is written in  "FORM"  and this is called by  "PERFORM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some others are:&lt;/P&gt;&lt;P&gt;.Function Groups &lt;/P&gt;&lt;P&gt;.Interface Pools &lt;/P&gt;&lt;P&gt;.Class Pools &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to verify whether your  program is Executable or not follow this step:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se38 ==&amp;gt; write ur program name ===&amp;gt; mark attribute radio button====&amp;gt; click dispaly===&amp;gt; see type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069563#M972917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069564#M972918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garvish;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ABAP programs are not necessarily executable programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abap programs are of various types:&lt;/P&gt;&lt;P&gt;1. type 1( executable ) =  &lt;/P&gt;&lt;P&gt;Can be started without a transaction code,either directly or in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. type I (module pool)=&lt;/P&gt;&lt;P&gt;it has  program code that cannot be&lt;/P&gt;&lt;P&gt;run on its own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Module Pools =&lt;/P&gt;&lt;P&gt;It has processing steps for screen&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 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Subroutines =&lt;/P&gt;&lt;P&gt;code is written in  "FORM"  and this is called by  "PERFORM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some others are:&lt;/P&gt;&lt;P&gt;.Function Groups &lt;/P&gt;&lt;P&gt;.Interface Pools &lt;/P&gt;&lt;P&gt;.Class Pools &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to verify whether your  program is Executable or not follow this step:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;se38 ==&amp;gt; write ur program name ===&amp;gt; mark attribute radio button====&amp;gt; click dispaly===&amp;gt; see type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="9" type="ul"&gt;&lt;P&gt;plz award points******&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069564#M972918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: abap programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069565#M972919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi garvish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in abap all programs are nt executable type. There can be different types :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include programs&lt;/P&gt;&lt;P&gt;Execuitable programs&lt;/P&gt;&lt;P&gt;Module pool programs&lt;/P&gt;&lt;P&gt;Function pool programs&lt;/P&gt;&lt;P&gt;Subroutine pool programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are generally used. for eg. dialog programs are module pool, reports are execuitable type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i holpe this information will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs/m-p/4069565#M972919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:10:50Z</dc:date>
    </item>
  </channel>
</rss>

