<?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 controls screen flow? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927176#M689656</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;refer this link &lt;/P&gt;&lt;P&gt;you will compleet idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/files/controling_screen_flow.pdf" target="test_blank"&gt;http://www.sapmaterial.com/files/controling_screen_flow.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 07:28:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T07:28:14Z</dc:date>
    <item>
      <title>what controls screen flow?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927173#M689653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;what controls screen flow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927173#M689653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: what controls screen flow?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927174#M689654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;flow logic controls screen flow&lt;/P&gt;&lt;P&gt;it contain&lt;/P&gt;&lt;P&gt;PBO &amp;amp; PAI&lt;/P&gt;&lt;P&gt;PBO for initializing variables &amp;amp; assigining pf staus&lt;/P&gt;&lt;P&gt;triggers before screen display&lt;/P&gt;&lt;P&gt;PAI to allow user interactions and validating fiels can be done &lt;/P&gt;&lt;P&gt;triggers after user gives some input and after pressing any function&lt;/P&gt;&lt;P&gt;The screen flow logic is the procedural part of a screen. It is created using an ABAP-like programming language on the flow logic tab page in the Screen Painter. The syntax rules of the screen flow logic are largely similar to the rules for ABAP. In particular, statements are ended using a period, chained statements can be formed, and the same rules apply for comments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen flow logic, as an ABAP program, is structured from processing blocks. Possible processing blocks are the four event blocks for the screen events PBO, PAI, POH, and POV, which all start with the key word PROCESS. These event blocks contain a small set of statements that are described in the following sections, and which offer the the following functions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call dialog modules of the ABAP program using MODULE &lt;/P&gt;&lt;P&gt;Control data transports to the ABAP program and treat error messages using FIELD and CHAIN &lt;/P&gt;&lt;P&gt;Execute loops using table controls with LOOP &lt;/P&gt;&lt;P&gt;Call subscreens using CALL SUBSCREEN &lt;/P&gt;&lt;P&gt;The statements in the event blocks of the screen flow logic are normally processed sequentially. Branches result from error handling following input checks in dialog modules. Screen elements in table form are processed in loops. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927174#M689654</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-09T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: what controls screen flow?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927175#M689655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;The SET SCREEN and LEAVE SCREEN statements controls screen flow.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927175#M689655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: what controls screen flow?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927176#M689656</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;refer this link &lt;/P&gt;&lt;P&gt;you will compleet idea &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/files/controling_screen_flow.pdf" target="test_blank"&gt;http://www.sapmaterial.com/files/controling_screen_flow.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927176#M689656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: what controls screen flow?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927177#M689657</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;in database there 3 types of tables.&lt;/P&gt;&lt;P&gt;        1. transparent tables -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; exists both at database n apllication server level]&lt;/P&gt;&lt;P&gt;        2. pool tables---- which contains all the details of screens, screen flows, details of screens.&lt;/P&gt;&lt;P&gt;        3. cluster tables -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; which helps u in providing search helps for fields of database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in M.P.P all screen navigation part is done in either P.B.O or P.A.I event using statements like&lt;/P&gt;&lt;P&gt;      CALL SCREEN&lt;/P&gt;&lt;P&gt;      SET SCREEN&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.......&lt;/P&gt;&lt;P&gt;      LEAVE TO LIST-PROCESSING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-controls-screen-flow/m-p/2927177#M689657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:46:51Z</dc:date>
    </item>
  </channel>
</rss>

