<?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 Hide the parameters on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082768#M976235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which has parameters as checkboxes in the sleection screen and by default all the three parameters are checked . What I want to do is hide these parameters in the selection screen while their functionality still existing mean when I run teh report the result should show what it showed when the three checjboxes were checked and the parameters were visible. So now I just want to hide these parameters in my selectiopn screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_varia TYPE disvariant-variant MEMORY ID wrk,&lt;/P&gt;&lt;P&gt;                p_rb1 RADIOBUTTON GROUP G1  user-command ucomm default 'X' hide,&lt;/P&gt;&lt;P&gt;                p_all AS CHECKBOX DEFAULT 'X' modif id 123,&lt;/P&gt;&lt;P&gt;                p_group AS CHECKBOX modif id 123,&lt;/P&gt;&lt;P&gt;                p_rb2 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;                p_date AS CHECKBOX MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_bedat TYPE fpla-bedat DEFAULT sy-datum MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_endat TYPE fpla-endat MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_rental AS CHECKBOX MODIF ID 234.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 15:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T15:28:59Z</dc:date>
    <item>
      <title>Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082768#M976235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which has parameters as checkboxes in the sleection screen and by default all the three parameters are checked . What I want to do is hide these parameters in the selection screen while their functionality still existing mean when I run teh report the result should show what it showed when the three checjboxes were checked and the parameters were visible. So now I just want to hide these parameters in my selectiopn screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_varia TYPE disvariant-variant MEMORY ID wrk,&lt;/P&gt;&lt;P&gt;                p_rb1 RADIOBUTTON GROUP G1  user-command ucomm default 'X' hide,&lt;/P&gt;&lt;P&gt;                p_all AS CHECKBOX DEFAULT 'X' modif id 123,&lt;/P&gt;&lt;P&gt;                p_group AS CHECKBOX modif id 123,&lt;/P&gt;&lt;P&gt;                p_rb2 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;                p_date AS CHECKBOX MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_bedat TYPE fpla-bedat DEFAULT sy-datum MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_endat TYPE fpla-endat MODIF ID 234,&lt;/P&gt;&lt;P&gt;                p_rental AS CHECKBOX MODIF ID 234.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082768#M976235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082769#M976236</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; Add NO DISPLAY statement beside that ... Add this beside each checkbox parameter ...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; p_all AS CHECKBOX DEFAULT 'X' modif id 123 &lt;STRONG&gt;NO-DISPLAY&lt;/STRONG&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082769#M976236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082770#M976237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;NO-DISPLAY&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;along with the parameter which ever you want to hide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082770#M976237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082771#M976238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But when I put that in this it shows me error as:-&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_varia TYPE disvariant-variant MEMORY ID wrk,&lt;/P&gt;&lt;P&gt;                p_all   AS CHECKBOX   DEFAULT 'X',&lt;/P&gt;&lt;P&gt;                p_group AS CHECKBOX DEFAULT 'X',&lt;/P&gt;&lt;P&gt;                p_rental AS CHECKBOX DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"NO-DISPLAY" and "AS CHECKBOX" can only be specified together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082771#M976238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082772#M976239</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;Give this way ...Here in the below code it is not necessary a check box as this variable is not viewable to change ...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Parameters :
p_all  DEFAULT 'X'  NO-DISPLAY,
p_group DEFAULT 'X' NO-DISPLAY,
p_rental  DEFAULT 'X' NO-DISPLAY. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082772#M976239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082773#M976240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much , it solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082773#M976240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the parameters on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082774#M976241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this sample code. Hope it will solve ur prob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ztest_hl7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_varia TYPE disvariant-variant MEMORY ID wrk,&lt;/P&gt;&lt;P&gt;p_all AS CHECKBOX DEFAULT 'X' ,&lt;/P&gt;&lt;P&gt;p_group AS CHECKBOX DEFAULT 'X' ,&lt;/P&gt;&lt;P&gt;p_rental AS CHECKBOX DEFAULT 'X' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-name = 'P_ALL' OR screen-name = 'P_GROUP'&lt;/P&gt;&lt;P&gt;    OR screen-name = 'P_RENTAL'.&lt;/P&gt;&lt;P&gt;      screen-invisible = 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&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;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE /: p_all,p_group,p_rental.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-parameters-on-selection-screen/m-p/4082774#M976241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:56:23Z</dc:date>
    </item>
  </channel>
</rss>

