<?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: Hiding fields in a screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910452#M56908</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;Please specify ur problem clearly.&lt;/P&gt;&lt;P&gt;Is it in ALV or Normal Report? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2005 03:53:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-16T03:53:45Z</dc:date>
    <item>
      <title>Hiding fields in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910451#M56907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would u hide a row of fields in a screen based on a condition ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Archana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2005 03:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910451#M56907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-16T03:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding fields in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910452#M56908</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;Please specify ur problem clearly.&lt;/P&gt;&lt;P&gt;Is it in ALV or Normal Report? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2005 03:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910452#M56908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-16T03:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding fields in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910453#M56909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All screen modifications are generally done in the PBO. If you have three elements on the screen, say P_ONE, P_TWO and P_THREE, then in the PBO, you will have something like this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF &amp;lt;the condition you want to check&amp;gt;.
  LOOP AT SCREEN.
    IF ( SCREEN-NAME EQ 'P_ONE'  OR
         SCREEN-NAME EQ 'P_TWO'  OR
         SCREEN-NAME EQ 'P_THREE' ).
      SCREEN-ACTIVE = 0.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PBO for a selection screen would be the AT SELECTION-SCREEN OUTPUT event, while for a normal screen, it can be any of the PBO Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2005 03:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-in-a-screen/m-p/910453#M56909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-16T03:54:09Z</dc:date>
    </item>
  </channel>
</rss>

