<?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 Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617394#M276376</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;I know that I cannot modify the screen at the PAI, but is there another way to do it. Here's my problem, when the user executes the porgram I want all the fields to be output so that he cannot change anything on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 15:52:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T15:52:13Z</dc:date>
    <item>
      <title>Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617394#M276376</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;I know that I cannot modify the screen at the PAI, but is there another way to do it. Here's my problem, when the user executes the porgram I want all the fields to be output so that he cannot change anything on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617394#M276376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617395#M276377</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;IN the PBO..do the following to disable all the fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN..&lt;/P&gt;&lt;P&gt;  SCREEN-INPUT = '0'.&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;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617395#M276377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617396#M276378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working...the Modify screen only works in the PBO, I want it to work in the PAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617396#M276378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617397#M276379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..you are correct..LOOP AT SCREEN..MODIFY SCREEN..ENDLOOP. will not work in PAI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the same in PBO..You want all the fields to be disabled..right??Then code it in the PBO..The PBO event will be triggered before displaying the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 16:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617397#M276379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617398#M276380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx!&lt;IMG src="it works" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 16:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/1617398#M276380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T16:08:15Z</dc:date>
    </item>
  </channel>
</rss>

