<?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: what is the difference between Dialogue programming and report programming? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372047#M809487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;report program can't desizn screen easyly.&lt;/P&gt;&lt;P&gt;alv oops concept not possible in report type program.&lt;/P&gt;&lt;P&gt;report screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialogue programming  can desizn easy.&lt;/P&gt;&lt;P&gt;alv oops concept possible in report type program.&lt;/P&gt;&lt;P&gt;pbo and pai &lt;/P&gt;&lt;P&gt;report screen 1 to 999.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 05:04:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T05:04:45Z</dc:date>
    <item>
      <title>what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372043#M809483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i worked on reports like classical,interactive and ALV&lt;/P&gt;&lt;P&gt;and also worked on Dialogue programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can retrive and also we can do update the database tables using the above all methods, then what is the difference between REPORTS and DIALOGUE PROGRAMMING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Gani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 04:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372043#M809483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T04:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372044#M809484</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;The main difference between report programming and Dialog programming is, In report programming input will be screen and output will be list, but in the case of Dialog programming input will be screen and output will be screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report we cant use table control and update DB but in the case of Dialog Programming we can create table control and update DB dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some of  the difference between Reports and Dialog programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful please reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DVNS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372044#M809484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372045#M809485</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;report is a program that retrives data from database.groups\filters according to different creteria and presents it on screen or as a printed list.these pgms support logical databases. reports are called type 1 program and executable programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dialog pgms:&lt;/P&gt;&lt;P&gt;the system displays a screen where the user can i/p data. as a reaction to the user i/p.processing continues. the ABAp/4 code written to control the transaction is maintained in a collection of programs that together from the module pool. dialog pgms are called Type M pgms and dialog 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;&lt;/P&gt;&lt;P&gt;rewrd if its useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajasekhar  Reddy on Jan 24, 2008 10:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372045#M809485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372046#M809486</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;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Normal report&lt;/STRONG&gt; can be run straight away by executing it and useually has a selection criteria &amp;#150; Attributes : 1 online program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Module pool&lt;/STRONG&gt; program cannot be run straight away. It first needs to display a screen &amp;#150; attributes : M module pool program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372046#M809486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372047#M809487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;report program can't desizn screen easyly.&lt;/P&gt;&lt;P&gt;alv oops concept not possible in report type program.&lt;/P&gt;&lt;P&gt;report screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialogue programming  can desizn easy.&lt;/P&gt;&lt;P&gt;alv oops concept possible in report type program.&lt;/P&gt;&lt;P&gt;pbo and pai &lt;/P&gt;&lt;P&gt;report screen 1 to 999.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372047#M809487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between Dialogue programming and report programming?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372048#M809488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a clear difference between the two programmings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report programs&lt;/STRONG&gt; follow a relatively simple programming model whereby a user optionally enters a set of parameters (e.g. a selection over a subset of data) and the program then uses the input parameters to produce a report in the form of an interactive list. The output from the report program is interactive because it is not a passive display; instead it enables the user, through ABAP language constructs, to obtain a more detailed view on specific data records via drill-down functions, or to invoke further processing through menu commands, for instance to sort the data in a different way or to filter the data according to selection criteria. This method of presenting reports has great advantages for users who must deal with large quantities of information and must also have the ability to examine this information in highly flexible ways, without being constrained by the rigid formatting or unmanageable size of "listing-like" reports. The ease with which such interactive reports can be developed is one of the most striking features of the ABAP language.&lt;/P&gt;&lt;P&gt;The term "report" is somewhat misleading in the sense that it is also possible to create report programs that modify the data in the underlying database instead of simply reading it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dialog-driven programs&lt;/STRONG&gt;, or any program started using a transaction code, are known as SAP transactions, or just transactions. The term "transaction" is used in several different contexts in the IT world. In OLTP (Online Transaction Processing), where several users are working in one system in dialog mode, the term "transaction" stands for a user request. In conjunction with database updates, it means a change in state in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programs with type M can only be started using a transaction code, in which an initial screen is defined. Programs with type 1 can be started either using a transaction code, or by entering the program name in one of the transactions SE38 or SA38. Screens call dialog modules in the associated ABAP program from their flow logic. Type M programs serve principally as containers for dialog modules, and are therefore known as module pools. Type 1 programs, or function modules can also switch to dialog mode by calling screens using the CALL SCREEN statement. The program code of the corresponding executable program or function pool must then contain the corresponding dialog modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programs that are partially or wholly dialog-driven cannot be executed in the background. They are therefore sometimes referred to as dialog programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-dialogue-programming-and-report-programming/m-p/3372048#M809488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:17:32Z</dc:date>
    </item>
  </channel>
</rss>

