<?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 Hiding Fields On Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335195#M1396639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need a small suggestion. I have a requirement as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Screen : Company Code         ( In one blcock&lt;/P&gt;&lt;P&gt;                              Fiscal Tear&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;                              Physical File Name   ( In second block)&lt;/P&gt;&lt;P&gt;                              Logical File Name -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Obligatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now depending on certain company codes Physical File Name  and   Logical File Name fields should not be displayed. However this is not happening. I wrote the code in AT SELECTION SCREEN event as during AT SELECTION SCREEN OUTPUT i can not validate the as for some of the company codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to kindly suggest me the approach to be followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2009 13:20:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-21T13:20:37Z</dc:date>
    <item>
      <title>Hiding Fields On Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335195#M1396639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need a small suggestion. I have a requirement as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Screen : Company Code         ( In one blcock&lt;/P&gt;&lt;P&gt;                              Fiscal Tear&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;                              Physical File Name   ( In second block)&lt;/P&gt;&lt;P&gt;                              Logical File Name -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Obligatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now depending on certain company codes Physical File Name  and   Logical File Name fields should not be displayed. However this is not happening. I wrote the code in AT SELECTION SCREEN event as during AT SELECTION SCREEN OUTPUT i can not validate the as for some of the company codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to kindly suggest me the approach to be followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 13:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335195#M1396639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Fields On Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335196#M1396640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been answered many times. Please &lt;STRONG&gt;SEARCH&lt;/STRONG&gt; in SCN before posting. If you are still not able to resolve, post the code you tried with for any suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 13:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335196#M1396640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T13:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Fields On Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335197#M1396641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  SCREEN-NAME = 'P_VKORG'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on your condition do changes, if you wabt to display field keep screen-input = 1 in if condition&lt;/P&gt;&lt;P&gt;and if you dont want to display some fields keep  screen-input = 0 in else condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kpsgoutam on Oct 21, 2009 3:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 13:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-fields-on-selection-screen/m-p/6335197#M1396641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T13:27:33Z</dc:date>
    </item>
  </channel>
</rss>

