<?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: FIELD VALIDATION PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756602#M1115575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when you raise error message type 'E' always are fields are deactivated and only that field is active where was focus (resp. which is not included in chain) when the error message was triggered. To prevent this use warning messages or status messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Karol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Nov 2008 18:38:38 GMT</pubDate>
    <dc:creator>karol_seman</dc:creator>
    <dc:date>2008-11-09T18:38:38Z</dc:date>
    <item>
      <title>FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756599#M1115572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'PUSH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR : ZRG23OPGBAL , WA_RG23OPGBAL.&lt;/P&gt;&lt;P&gt;ZRG23OPGBAL = WA_RG23OPGBAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM ZRG23OPGBAL WHERE EXGRP = WA_RG23OPGBAL-EXGRP.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;MESSAGE 'EXCISE GROUP ALREADY EXISTS' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT ZRG23OPGBAL.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;MESSAGE 'RECORD CREATED SUCESSFULLY' TYPE 'I'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;CLEAR : WA_RG23OPGBAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is my coding , here i have a problem ie. when ever a error message is returned , all the field becomes inactive and i am not able to  enter any value into that field. So please kindly help me how i can get rid of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 17:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756599#M1115572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-09T17:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756600#M1115573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show your flow logic once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to use chain  endchain  in the flow logic.&lt;/P&gt;&lt;P&gt;this will enable the other fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 17:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756600#M1115573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-09T17:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756601#M1115574</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;And keep perticuler flields outside which you don't want to inactive while error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 17:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756601#M1115574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-09T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756602#M1115575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when you raise error message type 'E' always are fields are deactivated and only that field is active where was focus (resp. which is not included in chain) when the error message was triggered. To prevent this use warning messages or status messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Karol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2008 18:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756602#M1115575</guid>
      <dc:creator>karol_seman</dc:creator>
      <dc:date>2008-11-09T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756603#M1115576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make a small change in the code to make it work in the way you intend to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the message that you are displaying in the Code, you can display it like Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Create a message class in &lt;STRONG&gt;SE91&lt;/STRONG&gt;. Store the messages there according to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code you write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE S001(your_message_class) DISPLAY LIKE 'E'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this the user will get back the screen processing and unlike an Error message this will not lock the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this solves your requirement. &lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 03:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756603#M1115576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T03:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD VALIDATION PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756604#M1115577</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;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD &amp;lt;scr fld name&amp;gt; MODULE &amp;lt;mod name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write your validation code in module and give error message in the module while validation is false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen field will be edit mode which you used in field statement. other fields will be display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 05:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-validation-problem/m-p/4756604#M1115577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T05:45:18Z</dc:date>
    </item>
  </channel>
</rss>

