<?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 a selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252767#M487292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give modif id in select-options&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt;tables mara.&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr modif id m01.&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-group1 = 'M01' &lt;/P&gt;&lt;P&gt;screen-output = '0'.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 11:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T11:21:07Z</dc:date>
    <item>
      <title>hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252762#M487287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one select -options statement along with initialization event,&lt;/P&gt;&lt;P&gt;now i don't want to show select options screen while executing,but the output should be displayed based on the values given in initialization event(low and high)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLs let me knw how this can be done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252762#M487287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252763#M487288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write code as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen event.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt; if screen-name = 'select-option variable name'.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252763#M487288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252764#M487289</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;Use &amp;lt;b&amp;gt;NO-DISPLAY&amp;lt;/b&amp;gt; option addition to Select-Option statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balavardhan.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252764#M487289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252765#M487290</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; use select-options :----&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; No-display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252765#M487290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252766#M487291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use modif id along with select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options &amp;lt;s_name&amp;gt; for &amp;lt;field name&amp;gt; modif id PI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check ur low &amp;amp; high value in if condition&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if condition.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'PI'.&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;endloop.&lt;/P&gt;&lt;P&gt;else..&lt;/P&gt;&lt;P&gt;condition.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252766#M487291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252767#M487292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give modif id in select-options&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt;tables mara.&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr modif id m01.&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-group1 = 'M01' &lt;/P&gt;&lt;P&gt;screen-output = '0'.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252767#M487292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252768#M487293</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;select-options : s_matnr for mara-matnr No-display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vinutha YV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252768#M487293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252769#M487294</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;Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select-options: s_matnr for mara-matnr NO-DISPLAY. "use no-display option to achieve this&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252769#M487294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: hide a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252770#M487295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 08:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-selection-screen/m-p/2252770#M487295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T08:31:22Z</dc:date>
    </item>
  </channel>
</rss>

