<?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 To hide custom control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-hide-custom-control/m-p/6983720#M1492937</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 need to hide custom control (contains alv-oo) in module pool.&lt;/P&gt;&lt;P&gt;I try with the following code, but it is not well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  IF (sel_8 EQ 'X')
    LOOP AT SCREEN.
      IF screen-name EQ 'CC_ALV_1'.
        screen-invisible = 0.
**        screen-active = 0.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.

  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jun 2010 09:31:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-24T09:31:24Z</dc:date>
    <item>
      <title>To hide custom control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-hide-custom-control/m-p/6983720#M1492937</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 need to hide custom control (contains alv-oo) in module pool.&lt;/P&gt;&lt;P&gt;I try with the following code, but it is not well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

  IF (sel_8 EQ 'X')
    LOOP AT SCREEN.
      IF screen-name EQ 'CC_ALV_1'.
        screen-invisible = 0.
**        screen-active = 0.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.

  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 09:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-hide-custom-control/m-p/6983720#M1492937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: To hide custom control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-hide-custom-control/m-p/6983721#M1492938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you achieve this? I am also facing the same problem. I have TEXT EDITOR Control in the custom control. I wanted to hide that control while user changes the TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-hide-custom-control/m-p/6983721#M1492938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T12:53:50Z</dc:date>
    </item>
  </channel>
</rss>

