<?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: dialog module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761519#M642865</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;1. The first time you execute a transaction on loading of the screen PBO gets executed only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You do any user interaction or press enter,PAI gets executed first after that PBO gets executed and then it comes to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. No won every user interaction first the PBO then the PAI gets executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.If there is any CALL SCREEN in your PAI then on execution first the PAI is executed then the PBO OF THE CALLED SCREEN is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the sequence is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          PBO--&lt;DEL&gt;&amp;gt;SCREEN&lt;/DEL&gt;--&amp;gt;PAI    in loop.&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&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2007 10:52:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-14T10:52:48Z</dc:date>
    <item>
      <title>dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761514#M642860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;              In dialog module,while screen loading wat event get trigger wheather pbo or pai.and when executing part wat event get trigger.and wheather the pbo is executing once or twice....i want answer for these question..help me please..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761514#M642860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761515#M642861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi... just before screen comes PBO executes and just after any user action on the screen.. PAI executes in response to that action... and PBO executes only once...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761515#M642861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761516#M642862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           PBO is trigger before the screen is showing .&lt;/P&gt;&lt;P&gt;           PAI is trigger when you are doing something after scren show example you enter the keyboard .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wiboon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761516#M642862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761517#M642863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PBO - Process Before Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module will be called once the screen statement in your program is being called that is either set screen or call screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is Before the output display what ever the opertaion you want to do you can perform in this module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI - Process After Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is called once the user gives the input &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761517#M642863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761518#M642864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well PBO means processes before output, so this is the one beeing triggered "while loading", means before creating the output to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;during the user fills in values none of these two events get triggered. maybe some data_change event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the user made his inputs, the PAI Processes after input event gets triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in PAI you recognize some false inputs and redirect the user back to the first screen to correct his inputs, then again first the PBO gets triggered a secod time and once he leaves the screen the PAI gets triggered again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761518#M642864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: dialog module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761519#M642865</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;1. The first time you execute a transaction on loading of the screen PBO gets executed only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You do any user interaction or press enter,PAI gets executed first after that PBO gets executed and then it comes to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. No won every user interaction first the PBO then the PAI gets executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.If there is any CALL SCREEN in your PAI then on execution first the PAI is executed then the PBO OF THE CALLED SCREEN is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the sequence is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          PBO--&lt;DEL&gt;&amp;gt;SCREEN&lt;/DEL&gt;--&amp;gt;PAI    in loop.&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&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 10:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module/m-p/2761519#M642865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T10:52:48Z</dc:date>
    </item>
  </channel>
</rss>

