<?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 Error Mesage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018118#M412720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am validating on screen field in one of the transactions in PAI include,if field is blnk I am throwing the Error message saying that please enter the value,but&lt;/P&gt;&lt;P&gt;after this error message the whole screen is disabled and user not able to enter the value further,can any body suggest how to enable the screen after this error message display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 14:42:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T14:42:45Z</dc:date>
    <item>
      <title>Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018118#M412720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am validating on screen field in one of the transactions in PAI include,if field is blnk I am throwing the Error message saying that please enter the value,but&lt;/P&gt;&lt;P&gt;after this error message the whole screen is disabled and user not able to enter the value further,can any body suggest how to enable the screen after this error message display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018118#M412720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018119#M412721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use CHAIN...ENDCHAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;  FIELDS : field1 ,&lt;/P&gt;&lt;P&gt;                field2........&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specify all the screen fields as field1,field2 above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018119#M412721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018120#M412722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when validating do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field field1 module validate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do your validating in the module validate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have multiple fields that are to be input enabled even when you get the errro message, then do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field  field1.&lt;/P&gt;&lt;P&gt;field  field2.&lt;/P&gt;&lt;P&gt;module validate.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018120#M412722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018121#M412723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also chk this DEMO program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_DYNPRO_FIELD_CHAIN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018121#M412723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018122#M412724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Use CHAIN .... ENDCHAIN like this:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PAI
    CHAIN.
       FIELD RMMG1-WERKS module validate

In Report

MODUL VALIDATE.
    IF FLAG1 = SPACE.
      MESSAGE E255.
    ENDIF.
ENDMODUL VALIDATE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018122#M412724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018123#M412725</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;PAI.&lt;/P&gt;&lt;P&gt;Field Sflight-carrid values (&amp;#145;LH&amp;#146;).&lt;/P&gt;&lt;P&gt;Field Sflight-connid values (&amp;#145;0400&amp;#146; &amp;#145;0500&amp;#146;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case if the user enters only carrid wrong, then this particular field is enabled and rest of the fields are disabled for user to input. Many times if the user enters wrong value for one field, then you might want to give option to user to enter all the fields, which is not possible by using Field statement only. This functionality can be achieved by CHAIN &amp;#150; ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chain.&lt;/P&gt;&lt;P&gt;Field sflight-carrid value (&amp;#145;LH&amp;#146;).&lt;/P&gt;&lt;P&gt;	Field sflight-connid values (between &amp;#145;200&amp;#146; and &amp;#145;500&amp;#146;).&lt;/P&gt;&lt;P&gt;Endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field sflight-price values (&amp;#145;100&amp;#146; &amp;#145;1000&amp;#146;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, if the user enters wrong value only for carrid, both the fields i.e. carrid and connid are enabled as they are grouped together in the Chain statement. The field price will be disabled for input. Usually, logically related fields are grouped together with Chain-Endchain statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018123#M412725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018124#M412726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;CHECK IN PBO ,&lt;/P&gt;&lt;P&gt;IF YOU DOING THIS,&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;IF YOU SEE THIS THEN COMMENT IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE POST THE CODE SO THAT WE CAN BE IN A BETTER POSITION TO HELP YOU OUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW IF YOU NEED ANYTHING ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 14:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-mesage/m-p/2018124#M412726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T14:56:33Z</dc:date>
    </item>
  </channel>
</rss>

