<?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: Adjusting Grid Size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728959#M1580794</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;&lt;/P&gt;&lt;P&gt;Thanks for the Info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the same can be solved using REUSE_ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha SS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 08:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-11T08:34:56Z</dc:date>
    <item>
      <title>Adjusting Grid Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728957#M1580792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I designed an ALV OOABAP report..where I designed the Layout with the size of the container at the maximum. as per my screen size...when I run the Report..It shows fine in my system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the other User runs.(with a bigger screen size). The container shows some unwanted space at right side at end of container...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to handle this issue..To set the size of the container dynamically inaccordance with the screen size of the system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha SS..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 07:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728957#M1580792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T07:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Grid Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728958#M1580793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a container, you can set &lt;EM&gt;Resizable&lt;/EM&gt; checkbox which allows only its resize once GUI window dimension changes. This however doesn't apply to screen resolution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion the best approach would be using &lt;EM&gt;cl_salv_table&lt;/EM&gt; w/o providing any container. This way system uses &lt;STRONG&gt;fullscreen&lt;/STRONG&gt; form of a grid, so no such issue should occur anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728958#M1580793</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-04-11T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Grid Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728959#M1580794</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;&lt;/P&gt;&lt;P&gt;Thanks for the Info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the same can be solved using REUSE_ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Natasha SS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728959#M1580794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T08:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting Grid Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728960#M1580795</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;Use container below as a parent while creating object for fullscreen alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cl_gui_container=&amp;gt;screen0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE OBJECT go_alv
      EXPORTING
        i_parent          = cl_gui_container=&amp;gt;screen0
*      i_appl_events     = space
      EXCEPTIONS
        error_cntl_create = 1
        error_cntl_init   = 2
        error_cntl_link   = 3
        error_dp_create   = 4
        OTHERS            = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parent = cl_gui_container=&amp;gt;screen0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Hüseyin Dereli on Apr 11, 2011 12:24 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adjusting-grid-size/m-p/7728960#M1580795</guid>
      <dc:creator>huseyindereli</dc:creator>
      <dc:date>2011-04-11T08:35:05Z</dc:date>
    </item>
  </channel>
</rss>

