<?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 Diffrence between dialog and report programing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963912#M68082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me the diffrence between  dialog and report programing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2005 10:43:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-14T10:43:06Z</dc:date>
    <item>
      <title>Diffrence between dialog and report programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963912#M68082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me the diffrence between  dialog and report programing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 10:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963912#M68082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between dialog and report programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963913#M68083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are two frameworks available in ABAP targetted for two different type of programs -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Dialog - Meant for User interface for capturing data. Here user interact with the system using screen(s) provides data that is captured by the system and updated in te tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Reports - Meant for displaying already captured data in a way user can interpret it easily. Usually involves interaction with the user for restrict/indetify the data displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 10:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963913#M68083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T10:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between dialog and report programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963914#M68084</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;Report programs we can execute directly , &lt;/P&gt;&lt;P&gt;Dialog programs can't execute directly it should assigned to transaction code if you want to design screen and more user interactive then go for dialog program, just want to display some details then report programs are useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 12:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963914#M68084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T12:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrence between dialog and report programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963915#M68085</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;Dialog programs are composed of the following components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screens&lt;/P&gt;&lt;P&gt;module pool&lt;/P&gt;&lt;P&gt;subroutines&lt;/P&gt;&lt;P&gt;menus/gui status&lt;/P&gt;&lt;P&gt;transaction codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dialog program development entails development of multiple objects, none of which can be executed on its own. it is executed in a sequence given by you in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below link tells u about reporting&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/b1/c03828439a11d189410000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/b1/c03828439a11d189410000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in simple words report can execute directly where as dialog programmes execute by the sequence what you have mentioned in the programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 13:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-dialog-and-report-programing/m-p/963915#M68085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T13:13:02Z</dc:date>
    </item>
  </channel>
</rss>

