<?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: SCREEN VALIDATIONS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924869#M59648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PBO of this screen, loop on the SCREEN table, and set the property of the particular field to input-only (if the condition is true).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In abap editor do an F1 on keyword 'SCREEN' and read the help, it talks about setting the screen field properties dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2005 07:44:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-04T07:44:43Z</dc:date>
    <item>
      <title>SCREEN VALIDATIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924868#M59647</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;   iam facing a problem in screen painter(se51).i want to know how to deactivate a field for particular validation.i will tell u the exact problem.i should check whether the employee experience is greater than 5 years.if it is lesser than 5 years then one of the field present in my screen should be deactivated(non-editable).how to do this.can anyone help on this. &lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 07:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924868#M59647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T07:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN VALIDATIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924869#M59648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PBO of this screen, loop on the SCREEN table, and set the property of the particular field to input-only (if the condition is true).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In abap editor do an F1 on keyword 'SCREEN' and read the help, it talks about setting the screen field properties dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 07:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924869#M59648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-04T07:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN VALIDATIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924870#M59649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your PBO based on the condition set the screen field attribute like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen .&lt;/P&gt;&lt;P&gt;if screen-name = &amp;lt;screen field name&amp;gt; .&lt;/P&gt;&lt;P&gt;        screen-input = '0'. (0-no input allowed,1-input allowed) &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;For more info look at ABAP key word documentation for loop at screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2005 07:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-validations/m-p/924870#M59649</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-03-04T07:49:41Z</dc:date>
    </item>
  </channel>
</rss>

