<?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 fields in a report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605979#M868580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai yaar,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;      u can do this by using the &lt;STRONG&gt;import check box&lt;/STRONG&gt; in the search help object . it returns the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 13:40:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-26T13:40:44Z</dc:date>
    <item>
      <title>Hide fields in a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605977#M868578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the moment that I use the match code and select a information I need that other field hide.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;   when I select 'blue' I need that other field hide.&lt;/P&gt;&lt;P&gt;   when I select 'green' do nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 13:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605977#M868578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605978#M868579</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; If you use report use the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt; condition &amp;gt;.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'field1'.&lt;/P&gt;&lt;P&gt;screen-invisible = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you use module pool use the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt; condition &amp;gt;.&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'field1'.&lt;/P&gt;&lt;P&gt;screen-invisible = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 13:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605978#M868579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605979#M868580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai yaar,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;      u can do this by using the &lt;STRONG&gt;import check box&lt;/STRONG&gt; in the search help object . it returns the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 13:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-a-report/m-p/3605979#M868580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T13:40:44Z</dc:date>
    </item>
  </channel>
</rss>

