<?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: ERROR MESSAGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165049#M458316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai sree ram....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for ur time but Its a dialog screen.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 14:48:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T14:48:42Z</dc:date>
    <item>
      <title>ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165043#M458310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen which generates error message on checking a user input in one of the fields,and once the message is thrown out the user will not be able to re-enter the data in that screen.so any body please tell me what should i do to enable the user to re-enter the data after the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will be rewarded if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Jhansikiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165043#M458310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165044#M458311</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;Enclose the field statement inbetween Chain -Endchain statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165044#M458311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165045#M458312</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;User just need to click "enter" once again and he will be able to enter the data once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can give a Information message instead of error messsage. Which will solve your probelm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if it helps.&lt;/P&gt;&lt;P&gt;-Gaurang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165045#M458312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165046#M458313</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 you are doing this in a normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the validation in the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON FIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after generating the error messgae.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;give screen-name = 'Fieldname'.&lt;/P&gt;&lt;P&gt;screen-active = 1..&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165046#M458313</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-04-26T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165047#M458314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use AT SELECTION-SCREEN ON FIELD and enable the inputs in the SCREEN internal table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.,&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON FIELD.&lt;/P&gt;&lt;P&gt;write 'message' type 'E'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt; screen-name = 'fieldname'.&lt;/P&gt;&lt;P&gt; screen-active = 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165047#M458314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165048#M458315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking Single Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you send a warning or error message from a module &amp;lt;mod&amp;gt; that you called using a FIELD statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD &amp;lt;f&amp;gt; MODULE &amp;lt;mod&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the corresponding input field on the current screen (and only this field) is made ready for input again, allowing the user to enter a new value. If the field is only checked once, the PAI processing continues directly after the FIELD statement, and the preceding modules are not called again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165048#M458315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165049#M458316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai sree ram....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for ur time but Its a dialog screen.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165049#M458316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165050#M458317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhansikiran,&lt;/P&gt;&lt;P&gt;  just add the addtion&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;FIELD &amp;lt;field name&amp;gt;&amp;lt;/b&amp;gt; before the module call which throws an error message in ur flow logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165050#M458317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T14:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR MESSAGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165051#M458318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can also clear the field just before displaying the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;If mara-mtart &amp;lt;&amp;gt; 'ZFIN'.&lt;/P&gt;&lt;P&gt;clear mara-mtart.&lt;/P&gt;&lt;P&gt;message 'Invalid Mat type ' TYPE 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 14:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/2165051#M458318</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-04-26T14:56:14Z</dc:date>
    </item>
  </channel>
</rss>

