<?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: Leave to list Processing: Screen size ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937222#M62430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links Judith. I ahve already gone thro the sap docu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this..&lt;/P&gt;&lt;P&gt;In Func Group CV117, Check include LCV117F08.&lt;/P&gt;&lt;P&gt;Last few lines...&lt;/P&gt;&lt;P&gt;U will understand the scenario better. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The starting point is not a report program at all, unlinke the example programs...&lt;/P&gt;&lt;P&gt;Infact there is no report program at all involved !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2005 07:17:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-24T07:17:00Z</dc:date>
    <item>
      <title>Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937216#M62424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a screen 0105, which has a command "leave to list processing" to call list.&lt;/P&gt;&lt;P&gt;Now the list assumes the same size as 0105 because that is the parent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want the list to be bigger in size. Screen 0105 is 40&lt;STRONG&gt;17. I want the list to be 132&lt;/STRONG&gt;17. So my question is, is there any way I can actually change the size of the list without changing the dimensions of the screen 0105.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 06:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937216#M62424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937217#M62425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can change &lt;/P&gt;&lt;P&gt;REPORT ZTEST NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;         &amp;lt;b&amp;gt; LINE-SIZE 0                                 &lt;/P&gt;&lt;P&gt;          LINE-COUNT 65(increase line-count)&lt;/P&gt;&lt;P&gt;          MESSAGE-ID ZM&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check in F1 docu&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING. &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;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;Notes &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;Please consult Data Area and Modularization Unit Organization documentation as well. &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 06:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937217#M62425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937218#M62426</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;I am not sure,but try it in attributes of the screen.In the screen,check the other attributes tab.In that , Lines/columns Mainten , change it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937218#M62426</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-24T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937219#M62427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Judith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this statement is called from a Module Pool program.&lt;/P&gt;&lt;P&gt;So which report is it calling. Actually I have no report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if it were to be called from a report (whihc also has screens), it makes sense. But from a Module Pool ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u throw some light ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 06:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937219#M62427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937220#M62428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayanthi,&lt;/P&gt;&lt;P&gt;If I were to change the dimension of the screen, it will work fine. But the idea is, I dont want to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Func Group CV117, Check include LCV117F08.&lt;/P&gt;&lt;P&gt;Last few lines...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF gf_d105_list_flag = 'X' AND NOT gt_d105_protocol[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    SET PF-STATUS space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN '0105'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT gt_d105_protocol INTO ls_prot.&lt;/P&gt;&lt;P&gt;      WRITE: / ls_prot-line.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 06:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937220#M62428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937221#M62429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample program what u want check this out&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap24.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap24.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this one&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap4.com/codigo-146.html" target="test_blank"&gt;http://www.sap4.com/codigo-146.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 07:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937221#M62429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list Processing: Screen size ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937222#M62430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links Judith. I ahve already gone thro the sap docu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this..&lt;/P&gt;&lt;P&gt;In Func Group CV117, Check include LCV117F08.&lt;/P&gt;&lt;P&gt;Last few lines...&lt;/P&gt;&lt;P&gt;U will understand the scenario better. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The starting point is not a report program at all, unlinke the example programs...&lt;/P&gt;&lt;P&gt;Infact there is no report program at all involved !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 07:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-screen-size/m-p/937222#M62430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T07:17:00Z</dc:date>
    </item>
  </channel>
</rss>

