<?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 dilog step in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421330#M821684</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 takes place after each dialog step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 15:05:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T15:05:09Z</dc:date>
    <item>
      <title>dilog step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421330#M821684</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 takes place after each dialog step&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 15:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421330#M821684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: dilog step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421331#M821685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;dialog step is the process the change of one screen  into another screen. &lt;/P&gt;&lt;P&gt;after the dialog step process  the screen should displays the output.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 16:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421331#M821685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: dilog step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421332#M821686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Dilog Step means executing a part of code which you have written to perform some operation.&lt;/P&gt;&lt;P&gt;For Eg:- Sum of 2 numbers should be displayed after the numbers.&lt;/P&gt;&lt;P&gt;1st Dilog Step you will enter the input i mean you will enter the desired numbers.&lt;/P&gt;&lt;P&gt;2nd Dilog step the sum of those 2 numbers will be displayed as soon as you click on the button Add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what dilog step means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 16:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421332#M821686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: dilog step</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421333#M821687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also give my contribution in explaining you about the Dialog Step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP expecially in Module Pool programs, Type M Programs, you design a basic screen and then you write a screen logic for the basic screen. Later on the logic writen in the Basic screen will be written in the includes created by your type M programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you need to know that screen logic will be executed by Screen Processor and the logic in Includes will be executed by ABAP processor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally when you write the logic in the Basic screen this will be written under two parts..&lt;/P&gt;&lt;P&gt;One is PBO and another is PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A dialog step starts when you trigger some action, naturally its PAI event and ends with resultant of the action, which can be a new screen or the same old screen, it will be an PBO event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally to summarise,&lt;/P&gt;&lt;P&gt;Your Dialog step will be an PAI and PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this gives a clear idea of what a dialog step is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2008 05:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dilog-step/m-p/3421333#M821687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-24T05:12:38Z</dc:date>
    </item>
  </channel>
</rss>

