<?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: Grey out field in Module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257847#M489103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to grayout the fields from Program, then you need to use LOOP AT SCREEn and ENDLOOP in the PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or elese, you can gray out the fields using the Field attributes, just double click the screen field in the layout, there in the attributes, you will find a checkbox fro grayout&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 07:14:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T07:14:13Z</dc:date>
    <item>
      <title>Grey out field in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257845#M489101</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 have to grey out some fields in Module pool programming.. Can somebody please help me in this.&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;jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257845#M489101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out field in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257846#M489102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in the properties of that field set inputfield as uncheck....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257846#M489102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out field in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257847#M489103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to grayout the fields from Program, then you need to use LOOP AT SCREEn and ENDLOOP in the PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or elese, you can gray out the fields using the Field attributes, just double click the screen field in the layout, there in the attributes, you will find a checkbox fro grayout&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257847#M489103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out field in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257848#M489104</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;&lt;/P&gt;&lt;P&gt;use it in pbo if u want to get it always.if u want to grayout after clicking a button then writs code in the pai(below the okcode of that button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'field u want 2 grayout'.&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;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257848#M489104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Grey out field in Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257849#M489105</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;1) you want particular field to be gratout all the time just uncheck the Input only &lt;/P&gt;&lt;P&gt;    mark from the attribute of Screen field&lt;/P&gt;&lt;P&gt;2) For runtime u can put below code in PBO of the Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;condition&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if screen-name eq &amp;lt;fieldname&amp;gt;.&lt;/P&gt;&lt;P&gt;screen-input = 0&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;Thanks&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/grey-out-field-in-module-pool-programming/m-p/2257849#M489105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:22:11Z</dc:date>
    </item>
  </channel>
</rss>

