<?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: Make Invisible fields in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746473#M1949920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont you this code to hide fields at selection screen but use under the event &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;and also that should be like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;screen-output = '0'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this code snippet should be the last code snippet under &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT event.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 08:00:36 GMT</pubDate>
    <dc:creator>sanjeev_mishra_15aug</dc:creator>
    <dc:date>2016-06-13T08:00:36Z</dc:date>
    <item>
      <title>Make Invisible fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746471#M1949918</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;I'm developing one report for showing opening and Closing balance. So we use standard report (MB5B). I'm directly use submit statement in my report. We satisfied with the report output but we don't want to too many fields in selection screen. So&amp;nbsp; that we use loop at screen in At Selection-screen Output event but they didn't work .So please suggest me how can we make invisible that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suprit Patil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746471#M1949918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-13T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Make Invisible fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746472#M1949919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add NO-DISPLAY.&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_test &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string NO-DISPLAY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: so_test &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;mara-matnr NO-DISPLAY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746472#M1949919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-13T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Make Invisible fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746473#M1949920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont you this code to hide fields at selection screen but use under the event &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;and also that should be like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;screen-output = '0'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that this code snippet should be the last code snippet under &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT event.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 08:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746473#M1949920</guid>
      <dc:creator>sanjeev_mishra_15aug</dc:creator>
      <dc:date>2016-06-13T08:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make Invisible fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746474#M1949921</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;You declare the required fields alone in the custom program selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call the submit statement to standard program pass the values from custom program to standard. Submit and get return values into custom program and it won't show standard report selection screen.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/973376" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 08:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-invisible-fields-in-selection-screen/m-p/11746474#M1949921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-13T08:23:47Z</dc:date>
    </item>
  </channel>
</rss>

