<?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: Selection-Block By default grey in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464573#M218903</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;at selection screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'p_matnr'.&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;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2006 04:06:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-25T04:06:32Z</dc:date>
    <item>
      <title>Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464571#M218901</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;How to make the block in the selection-screen by default as greyed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 03:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464571#M218901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T03:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464572#M218902</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;Try this code, this makes the block by default gray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; selection-screen begin of block b1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;   parameters : p_matnr like mara-matnr modif id ABC,&lt;/P&gt;&lt;P&gt;                p_ersda like mara-ersda modif id ABC.&lt;/P&gt;&lt;P&gt;  selection-screen end of block b1.&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;   loop at screen.&lt;/P&gt;&lt;P&gt;     if screen-group1 = 'ABC'.&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;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sailaja N.L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 03:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464572#M218902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T03:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464573#M218903</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;at selection screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'p_matnr'.&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;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 04:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464573#M218903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T04:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464574#M218904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wats the need of providing screen-input = 0.&lt;/P&gt;&lt;P&gt;As we r not providing any input value on the screen.&lt;/P&gt;&lt;P&gt;Whenever we F8 our source by default it must b default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 04:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464574#M218904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T04:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464575#M218905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;screen-input = 0 will not allow to enter any input , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur program u can default ur values for those fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u clarify ur requirement a bit more??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 04:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464575#M218905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T04:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Block By default grey</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464576#M218906</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;  Screen-input = 0. doesn't mean that we are specifying that user has not given or not. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  We set the &amp;lt;b&amp;gt;input&amp;lt;/b&amp;gt; property of the field on the screen. If we make screen-input = 0, the field willnot be open for input. i.e. it becomes gray.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if we make screen-active = 0. Then the field doesnt get displayed in the screen at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In this way, we can set properties to the parameters on teh selectionscreen.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 04:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-block-by-default-grey/m-p/1464576#M218906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T04:40:48Z</dc:date>
    </item>
  </channel>
</rss>

