<?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 programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288217#M786659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the different types of programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 13:08:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T13:08:26Z</dc:date>
    <item>
      <title>programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288217#M786659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the different types of programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288217#M786659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288218#M786660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&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;&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;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288218#M786660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288219#M786661</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 programs are given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable &lt;/P&gt;&lt;P&gt;Include&lt;/P&gt;&lt;P&gt;Module Pool&lt;/P&gt;&lt;P&gt;Function group&lt;/P&gt;&lt;P&gt;Subroutine pool&lt;/P&gt;&lt;P&gt;Interface pool&lt;/P&gt;&lt;P&gt;class pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can check them in the attributes list of SE38 and F1 help will give you the below details&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;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;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 attributes.&lt;/P&gt;&lt;P&gt;&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;&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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288219#M786661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288220#M786662</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 program that reads and analyzes the data in database tables and sometimes also makes updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP report programs have the program type "executable program" and are often linked to a particular logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute an ABAP report program, you can display the resulting output list - also known as a report - on the screen or send it to a printer. You can also save the output list and display it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are working in the SAP System, you may want to access information from the database. To do this, you use reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this documentation, report refers to the report program, and list refers to the output ? that is, the results of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some reports display information; others allow you to perform analyses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A report must be started, or executed. In many cases, the SAP System automatically executes a report. Sometimes, however, you will want to execute a report yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to report programs, the SAP System provides numerous reporting tools, each of which has its own set of procedures for executing report programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dialog program&lt;/STRONG&gt;&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;&lt;STRONG&gt;include program&lt;/STRONG&gt;&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;&lt;STRONG&gt;function group&lt;/STRONG&gt;&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;&lt;STRONG&gt;types of programs&lt;/STRONG&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;please reward points if helpful,&lt;/P&gt;&lt;P&gt;shylaja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 05:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programs/m-p/3288220#M786662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T05:18:01Z</dc:date>
    </item>
  </channel>
</rss>

