<?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/3182439#M757696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we give 'ok' in that?&lt;/P&gt;&lt;P&gt;ok_code acts just as a temporary variable that stores the value of sy-ucomm. &lt;/P&gt;&lt;P&gt;When user interacts with the screen elements, the function code that you have assigned is filled in the sy-ucomm field which is turn gets reflected in OK_CODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to know all valid screen fields validations?&lt;/P&gt;&lt;P&gt;Field Vaildations can be Done under the PAI event &lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;for a group of fields :&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD: ZVXX-event_type,&lt;/P&gt;&lt;P&gt;w_rb1,&lt;/P&gt;&lt;P&gt;w_rb2,&lt;/P&gt;&lt;P&gt;w_rb3.&lt;/P&gt;&lt;P&gt;*Module for validating the IDoc section&lt;/P&gt;&lt;P&gt;MODULE mo_validate_route_1000 ON CHAIN-INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a single field :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD vbak-vbeln.&lt;/P&gt;&lt;P&gt;*Check/Populate the field Sales order.&lt;/P&gt;&lt;P&gt;MODULE mo_order_selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;The Field names shld be the same as the name in the Screen.&lt;/P&gt;&lt;P&gt;and the validation against a table can be carried out in the MODULE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Reward Points If You Found The Reply Usefull,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2007 10:15:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-15T10:15:45Z</dc:date>
    <item>
      <title>Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182437#M757694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.What is element list in screen painter?Why we give 'ok' in that?&lt;/P&gt;&lt;P&gt;2.what are other screen field conditions like screen-input,screen-name..etc?I want to know all valid screen fields validations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 09:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182437#M757694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182438#M757695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Screen table has following fields.  Each of these fields are used to manipulate the screen appearance related to that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;GROUP1&lt;/P&gt;&lt;P&gt;GROUP2&lt;/P&gt;&lt;P&gt;GROUP3&lt;/P&gt;&lt;P&gt;GROUP4&lt;/P&gt;&lt;P&gt;REQUIRED&lt;/P&gt;&lt;P&gt;INPUT&lt;/P&gt;&lt;P&gt;OUTPUT	&lt;/P&gt;&lt;P&gt;INTENSIFIED	&lt;/P&gt;&lt;P&gt;INVISIBLE	&lt;/P&gt;&lt;P&gt;LENGTH	&lt;/P&gt;&lt;P&gt;ACTIVE		&lt;/P&gt;&lt;P&gt;DISPLAY_3D&lt;/P&gt;&lt;P&gt;VALUE_HELP	&lt;/P&gt;&lt;P&gt;REQUEST		&lt;/P&gt;&lt;P&gt;VALUES_IN_COMBO	&lt;/P&gt;&lt;P&gt;COLOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 10:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182438#M757695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182439#M757696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we give 'ok' in that?&lt;/P&gt;&lt;P&gt;ok_code acts just as a temporary variable that stores the value of sy-ucomm. &lt;/P&gt;&lt;P&gt;When user interacts with the screen elements, the function code that you have assigned is filled in the sy-ucomm field which is turn gets reflected in OK_CODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to know all valid screen fields validations?&lt;/P&gt;&lt;P&gt;Field Vaildations can be Done under the PAI event &lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;for a group of fields :&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELD: ZVXX-event_type,&lt;/P&gt;&lt;P&gt;w_rb1,&lt;/P&gt;&lt;P&gt;w_rb2,&lt;/P&gt;&lt;P&gt;w_rb3.&lt;/P&gt;&lt;P&gt;*Module for validating the IDoc section&lt;/P&gt;&lt;P&gt;MODULE mo_validate_route_1000 ON CHAIN-INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a single field :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD vbak-vbeln.&lt;/P&gt;&lt;P&gt;*Check/Populate the field Sales order.&lt;/P&gt;&lt;P&gt;MODULE mo_order_selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;The Field names shld be the same as the name in the Screen.&lt;/P&gt;&lt;P&gt;and the validation against a table can be carried out in the MODULE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Reward Points If You Found The Reply Usefull,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 10:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/3182439#M757696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T10:15:45Z</dc:date>
    </item>
  </channel>
</rss>

