<?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: disable screen fields in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868343#M365811</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;Goto the screen &amp;amp; open the properties of the field which u want only to display,&lt;/P&gt;&lt;P&gt;check DISPLAY ONLY check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********reward all useful replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 10:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T10:01:27Z</dc:date>
    <item>
      <title>disable screen fields in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868342#M365810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want to disable a field im modulepool prog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i select a record from my table control then press read(button) my data from table comtrol comes to my screen fields .&lt;/P&gt;&lt;P&gt;my screen fields r 4 and i editing only the 4th one after that i press change button and the record changes in tc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insted of all 4 only 1 (4th one should be able to edit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saurabh desai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 09:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868342#M365810</guid>
      <dc:creator>former_member1284303</dc:creator>
      <dc:date>2007-02-01T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: disable screen fields in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868343#M365811</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;Goto the screen &amp;amp; open the properties of the field which u want only to display,&lt;/P&gt;&lt;P&gt;check DISPLAY ONLY check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********reward all useful replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 10:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868343#M365811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T10:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: disable screen fields in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868344#M365812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
 if screen-name = 'FIELD1' or
    screen-name = 'FIELD2' or
    screen-name = 'FIELD3'.
    screen-input = 0.
    modify screen.
 endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 10:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields-in-module-pool-program/m-p/1868344#M365812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T10:02:39Z</dc:date>
    </item>
  </channel>
</rss>

