<?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: Basics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542708#M247107</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;Leave to list processing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement can be executed during PBOand PAI processing. After processing the current dynpro, this statement interrupts the respective dynpro sequence, starts the list processor, and displays the basic list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant LEAVE SCREEN calls the current next screen. This is either statically specified in the properties of the current screen or has been set before using the statement SET SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 15:48:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T15:48:06Z</dc:date>
    <item>
      <title>Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542707#M247106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave to list-processing&lt;/P&gt;&lt;P&gt;set to screen 0&lt;/P&gt;&lt;P&gt;Leave screen 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542707#M247106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542708#M247107</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;Leave to list processing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement can be executed during PBOand PAI processing. After processing the current dynpro, this statement interrupts the respective dynpro sequence, starts the list processor, and displays the basic list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant LEAVE SCREEN calls the current next screen. This is either statically specified in the properties of the current screen or has been set before using the statement SET SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542708#M247107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T15:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542709#M247108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Leave to list processing switches from "dialog processing" (module pool, screens) of the current transaction to "list processing". You can then use all the usual list layout commands like write, skip etc. &lt;/P&gt;&lt;P&gt;Here, u can use all list programming options like line selection, F keys, windows. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Leave Screen Leaves the current screen and processes the next screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; set screen 0 is used to processes the screen with the number mentioned immediately after the current screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542709#M247108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542710#M247109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;SET SCREEN.&amp;lt;/b&amp;gt;- by default in screen attributes you have defined what will be the next screen, but if you want to change the next screen dynamically we use the statement SET SCREEN.&lt;/P&gt;&lt;P&gt;for ex: SET SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LEAVE SCREEN.&amp;lt;/b&amp;gt;- if you want to quit from the current screen, you use this option. so by default the next screen from attributes will be picked but if you have defined the next screen using SET SCREEN that it will overwrite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: SET SCREEN 100.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 16:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542710#M247109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542711#M247110</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;&amp;lt;b&amp;gt;LEAVE TO LIST-PROCESSING.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Switches from "dialog processing" (module pool, screens) of the current transaction to "list processing". You can then use all the usual list layout commands (WRITE, SKIP, ...). &lt;/P&gt;&lt;P&gt;After leaving the current screen, the list formatted in this way is displayed implicitly or explicitly by LEAVE SCREEN. Here, all list programming options are possible, e.g. line selection, F keys, windows. &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING continues with "Processing Before Output" (PBO) of the screen which controls the list processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;After switching to list processing mode with SET PF-STATUS ..., you are recommended to define a GUI (Graphical User Interface) of type List or List in dialog box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consult Data Area and Modularization Unit Organization documentation as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING continues with "Processing Before Output" (PBO) of the screen scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Using LEAVE LIST-PROCESSING to leave list processing explicitly is only necessary in exceptional cases; normally, the standard F keys ( F3=Back and F15=Exit) are sufficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To leave a screen called with CALL SCREEN or to return from a branch to the transaction selection screen, you must use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET SCREEN 0. or LEAVE TO SCREEN 0.&amp;lt;/b&amp;gt; &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;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 16:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542711#M247110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Basics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542712#M247111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;     1) module programing we can't use write &lt;/P&gt;&lt;P&gt;        statements so to write report we use&lt;/P&gt;&lt;P&gt;        leave to list-processing&lt;/P&gt;&lt;P&gt;     2) Navigation from screen to another is done&lt;/P&gt;&lt;P&gt;        by set scren 0 leave screen or leave to &lt;/P&gt;&lt;P&gt;       screen 0.       &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;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 16:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basics/m-p/1542712#M247111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T16:16:15Z</dc:date>
    </item>
  </channel>
</rss>

