<?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: Hide alv grid PR custom subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515282#M569007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similiar problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dynpro where there are different possibilities for ALV grids to be shown. I have 10 containers (that's the maximum number of ALV grids that can appear) and want to use the highest first. Now, it might be that I want to show another ALV in a container I have had an ALV before, therefore I must hide / delete / destroy the previous ALV in this container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the FREE( ) method of the alv controls, I clear and free all references, but still, even after leaving and accessing the dynpro again, the ALV is shown. That's why I'd need some help here too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Christopher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 14:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T14:07:47Z</dc:date>
    <item>
      <title>Hide alv grid PR custom subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515280#M569005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a custom subscreen on PR ( bulit via screen exit) with ALV grid and some screen elements ( to get input data from user) on it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In create and change PR mode, I need to get the input ( could be multiple rows with the help of create next icon )from user and update ALV grid with the input values. But in PR display mode, I need to hide the ALV grid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using desctructor method FREE, but dint work.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 23:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515280#M569005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T23:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide alv grid PR custom subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515281#M569006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions,please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 17:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515281#M569006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T17:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide alv grid PR custom subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515282#M569007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similiar problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dynpro where there are different possibilities for ALV grids to be shown. I have 10 containers (that's the maximum number of ALV grids that can appear) and want to use the highest first. Now, it might be that I want to show another ALV in a container I have had an ALV before, therefore I must hide / delete / destroy the previous ALV in this container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the FREE( ) method of the alv controls, I clear and free all references, but still, even after leaving and accessing the dynpro again, the ALV is shown. That's why I'd need some help here too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Christopher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515282#M569007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide alv grid PR custom subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515283#M569008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a solution (or rather work-around) for this problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide the alv by using it's method SET_VISIBLE( VISIBLE = ' ' ) and it's container has the same method. It isn't listed in the method list of the class which is why I couldn't find it, it's a general CL_GUI_* method I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I move the container away with SET_POSITION ( LEFT = int TOP = int WIDTH = int HEIGHT = int ) to prevent the user from clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps (someone who still has this problem &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt; ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 12:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-alv-grid-pr-custom-subscreen/m-p/2515283#M569008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T12:35:06Z</dc:date>
    </item>
  </channel>
</rss>

