<?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: Calling list from Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082154#M98134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fun1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fun1 input.&lt;/P&gt;&lt;P&gt; set screen '0100'.&lt;/P&gt;&lt;P&gt; leave to screen 0.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2005 12:38:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-16T12:38:09Z</dc:date>
    <item>
      <title>Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082153#M98133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new in the field of SAP ABAP. So please tell me how to "call list from screen 100". please give small prg. for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082153#M98133</guid>
      <dc:creator>Privete_member__1259949</dc:creator>
      <dc:date>2005-12-16T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082154#M98134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fun1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module fun1 input.&lt;/P&gt;&lt;P&gt; set screen '0100'.&lt;/P&gt;&lt;P&gt; leave to screen 0.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082154#M98134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082155#M98135</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;Check this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;http://help.sap.com/saphelp_erp2004/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082155#M98135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082156#M98136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This section describes how to switch from screen processing to list processing. It contains a short technical introduction, followed by a recommended procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switching Between Screen and List Processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen processing always involves a screen sequence that you start either using CALL SCREEN or a transaction code. During screen processing, the ABAP program is controlled by the dialog processor. In the ABAP program, the PBO and PAI modules are executed as they are called from the screen flow logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass control from the dialog processor to the list processor, you must include the following statement in one of the dialog modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING [AND RETURN TO SCREEN &amp;lt;nnnn&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include this statement in either the PBO or the PAI event. Its effect is to start the list processor and display the basic list after the PAI processing of the current screen. The basic list contains any list output from all PBO and PAI modules that have been executed up to that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If detail lists are defined in the corresponding event blocks of the ABAP program (AT LINE-SELECTION, AT USER-COMMAND), user actions on the basic list will lead to the detail list, and further interaction will lead to further list levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can leave list processing in two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By leaving the basic list using the Back, Exit, or Cancel function. &lt;/P&gt;&lt;P&gt;By using the following statement during list processing: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;In both cases, control returns from the list processor to the dialog processor. Each time this occurs, the entire list system is initialized. Any subsequent list output statements in PBO and PAI modules apply to an empty basic list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the dialog processor returns to the PBO processing of the screen from which the list processor was called. The optional addition AND RETURN TO SCREEN allows you to specify a different screen in the current screen sequence at whose PBO event you want to resume processing. In particular, the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be used to end the current screen sequence and return to the point from which it had originally been called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082156#M98136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082157#M98137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin Kapoor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to screen 100 by using this in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maheswaran.B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082157#M98137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082158#M98138</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;Check this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;http://help.sap.com/saphelp_erp2004/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082158#M98138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082159#M98139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using LEAVE TO LIST-PROCESSING you can achieve this in Module Pool Program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 12:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082159#M98139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T12:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calling list from Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082160#M98140</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;You can use LEAVE TO LIST-PROCESSING and return to screen xxxx. After this you can write the reporting commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reggards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalpana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2005 16:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-list-from-screen/m-p/1082160#M98140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-16T16:08:08Z</dc:date>
    </item>
  </channel>
</rss>

