<?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 fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484515#M560158</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;   - &amp;gt; If the user is not filling required fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  If the user is typing incorrect datas like instead of typing numbers in telephone fields used to type letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  Missing Full mail id address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  Checking the availability of the given name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; events to contrl screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 04:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T04:26:31Z</dc:date>
    <item>
      <title>screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484513#M560156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ....&lt;/P&gt;&lt;P&gt;what are the various methods for for checking screen fields?&lt;/P&gt;&lt;P&gt;and also ...what are the 4 different calls that are used to control the screen flow??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484513#M560156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T04:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484514#M560157</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 it is a module pool program then for the screen fields u need to write the code in PAI Module for the field.&lt;/P&gt;&lt;P&gt;e.g. PROCESS AFTER INPUT&lt;/P&gt;&lt;P&gt;      FIELD : MARA-MATNR MODULE CHECK_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if it is a screen field of the selection screen of a program then u need to write the code in AT SELECTION-SCREEN ON FIELD F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are basically 4 events associated with a screen :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. PBO ( Process Before Output)&lt;/P&gt;&lt;P&gt;2. PAI ( Process After Input)&lt;/P&gt;&lt;P&gt;3. POV ( Process on Value Request)&lt;/P&gt;&lt;P&gt;4. POH ( Process on Help Request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484514#M560157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T04:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484515#M560158</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;   - &amp;gt; If the user is not filling required fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  If the user is typing incorrect datas like instead of typing numbers in telephone fields used to type letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  Missing Full mail id address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - &amp;gt;  Checking the availability of the given name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; events to contrl screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/2484515#M560158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T04:26:31Z</dc:date>
    </item>
  </channel>
</rss>

