<?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 Change from screen processing to list procesing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379441#M185498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in a program where I have changed from screen processing to list processing, in the PBO of screen '0600', that way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module screen_0600 output.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS '0600'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  perform header.&lt;/P&gt;&lt;P&gt;  perform body.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  LEAVE SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endmodule.                 " STATUS_0600  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that there is no resizing of the window where the list is displayed, and I don`t know to change the &amp;lt;b&amp;gt;LINE-SIZE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2006 08:41:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-21T08:41:49Z</dc:date>
    <item>
      <title>Change from screen processing to list procesing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379441#M185498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working in a program where I have changed from screen processing to list processing, in the PBO of screen '0600', that way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module screen_0600 output.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS '0600'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  perform header.&lt;/P&gt;&lt;P&gt;  perform body.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  LEAVE SCREEN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endmodule.                 " STATUS_0600  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that there is no resizing of the window where the list is displayed, and I don`t know to change the &amp;lt;b&amp;gt;LINE-SIZE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 08:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379441#M185498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change from screen processing to list procesing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379442#M185499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;  SET PF-STATUS '0210'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR  '210'.&lt;/P&gt;&lt;P&gt;  NEW-PAGE NO-TITLE NO-HEADING LINE-COUNT 0 LINE-SIZE 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget rewards points.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 13:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379442#M185499</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-06-21T13:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change from screen processing to list procesing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379443#M185500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still doesn't´t work, but I have decided to show the list using an ALV, prettier and with more functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 10:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-from-screen-processing-to-list-procesing/m-p/1379443#M185500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-22T10:53:12Z</dc:date>
    </item>
  </channel>
</rss>

