<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377335#M527249</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;PBI? assuming PAI...&lt;/P&gt;&lt;P&gt;u can disable filed useing :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at screen.
if screen-name = '&amp;lt;ur_fld_name&amp;gt;'.
screen-input = 1. "or may be 0
modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 10:08:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T10:08:20Z</dc:date>
    <item>
      <title>Disable screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377332#M527246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I required help to disable screen fields when User command runs in PBI not in case of PBO. Pl. help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377332#M527246</guid>
      <dc:creator>former_member227596</dc:creator>
      <dc:date>2007-06-13T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377333#M527247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to change the screen attribute or screen field attributes in the USER_COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377333#M527247</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-13T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377334#M527248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You cannot disable fileds in PAI, what you can do is set some flag in PAI module and then in the PBO check that flag and disable fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377334#M527248</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-13T10:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377335#M527249</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;PBI? assuming PAI...&lt;/P&gt;&lt;P&gt;u can disable filed useing :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at screen.
if screen-name = '&amp;lt;ur_fld_name&amp;gt;'.
screen-input = 1. "or may be 0
modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-screen-fields/m-p/2377335#M527249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:08:20Z</dc:date>
    </item>
  </channel>
</rss>

