<?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 dialogprogramming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673426#M884686</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;what is the differences between  executable programming and &lt;/P&gt;&lt;P&gt;module programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 07:48:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T07:48:07Z</dc:date>
    <item>
      <title>dialogprogramming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673426#M884686</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;what is the differences between  executable programming and &lt;/P&gt;&lt;P&gt;module programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673426#M884686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: dialogprogramming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673427#M884687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Report Programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Reports are stand alone programs.&lt;/P&gt;&lt;P&gt;2. We use reports to read data base tables &amp;amp; represent results in Lists&lt;/P&gt;&lt;P&gt;3. Reports are collection of processing blocks, controlled by System calls depending on events.&lt;/P&gt;&lt;P&gt;4.Reports can call Dialogue programs and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog Programming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Dialogue programs are not stand alone programs. (we&lt;/P&gt;&lt;P&gt;have to link the dialogue programs to at least one or&lt;/P&gt;&lt;P&gt;more SCREENS &amp;amp; TRANSACTION CODES)&lt;/P&gt;&lt;P&gt;2. We use Dialogue Programs to read &amp;amp; change&lt;/P&gt;&lt;P&gt;Database tables.&lt;/P&gt;&lt;P&gt;3.Dialogue programs are controlled by Screen flow logic.&lt;/P&gt;&lt;P&gt;4.Dialogue program is also called as Module pool program&lt;/P&gt;&lt;P&gt;or TRANSACTION.&lt;/P&gt;&lt;P&gt;5.These module pools are separated in to PBO and PAI&lt;/P&gt;&lt;P&gt;events.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673427#M884687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T07:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: dialogprogramming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673428#M884688</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;Module Pool programs are not executable programs. They all start with SAPM or SAPL (within customer namespace). They are the programs of type M. You can have multiple Screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable programs are standalone programs. They all start with Z (within customer namespace). But you can also attach a Transaction Code to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For executable programs you can check out this following link:&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;&lt;STRONG&gt;For Module Pool Programing you can check out this following link:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rewards points for useful answers.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 09:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673428#M884688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: dialogprogramming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673429#M884689</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;Here is Brief Description &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report Programs&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Reports are stand alone programs.&lt;/P&gt;&lt;P&gt;2. We use reports to read data base tables &amp;amp; represent results in Lists&lt;/P&gt;&lt;P&gt;3. Reports are collection of processing blocks, controlled by System calls depending on events.&lt;/P&gt;&lt;P&gt;4.Reports can call Dialogue programs and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dialog Programming&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Dialogue programs are not stand alone programs. (we&lt;/P&gt;&lt;P&gt;have to link the dialogue programs to at least one or&lt;/P&gt;&lt;P&gt;more SCREENS &amp;amp; TRANSACTION CODES)&lt;/P&gt;&lt;P&gt;2. We use Dialogue Programs to read &amp;amp; change&lt;/P&gt;&lt;P&gt;Database tables.&lt;/P&gt;&lt;P&gt;3.Dialogue programs are controlled by Screen flow logic.&lt;/P&gt;&lt;P&gt;4.Dialogue program is also called as Module pool program&lt;/P&gt;&lt;P&gt;or TRANSACTION.&lt;/P&gt;&lt;P&gt;5.These module pools are separated in to PBO and PAI&lt;/P&gt;&lt;P&gt;events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points If Usefull&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 09:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialogprogramming/m-p/3673429#M884689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T09:24:35Z</dc:date>
    </item>
  </channel>
</rss>

