<?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 meesage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903868#M55718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The user should not be able to go ahead with any undesirable value.&lt;/P&gt;&lt;P&gt;2. The user should be able to enter a value in the field (i.e., the field should be editable) when the value he has entered has been detected to be unacceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would still say that you could use the Information Message or a Warning Message. However, you would  have to follow the message with an EXIT statement, so that the further processing will not be carried on. Without the use of the EXIT statement, the program will go on with the rest of the processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, just using an exit statement may not suffice, but I can tell you that only if I know which user exit it is that you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2005 07:51:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-12T07:51:31Z</dc:date>
    <item>
      <title>error meesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903864#M55714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have  a small query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a User Exit iam validating some value in PM module.If that is not true it will stop the user from entering that value,by showing an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is fine,only problem is the user cannot change the value again,its going in display mode,he need to go back and come in again to input a new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose i need to do something at the time of issuing that error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 05:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903864#M55714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T05:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: error meesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903865#M55715</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;Why don't you use a message of some other type? For example, you could use an Information Message or a Warning Message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 06:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903865#M55715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T06:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: error meesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903866#M55716</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;Which user exit are you using? See if using a field exit fulfills your requirements. Issuing an E type message within a field exit keeps the field open for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 06:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903866#M55716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T06:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: error meesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903867#M55717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message should be as an error only.User should not be able to input undesired value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isnt there a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 07:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903867#M55717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T07:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: error meesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903868#M55718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The user should not be able to go ahead with any undesirable value.&lt;/P&gt;&lt;P&gt;2. The user should be able to enter a value in the field (i.e., the field should be editable) when the value he has entered has been detected to be unacceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I would still say that you could use the Information Message or a Warning Message. However, you would  have to follow the message with an EXIT statement, so that the further processing will not be carried on. Without the use of the EXIT statement, the program will go on with the rest of the processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes, just using an exit statement may not suffice, but I can tell you that only if I know which user exit it is that you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2005 07:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-meesage/m-p/903868#M55718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-12T07:51:31Z</dc:date>
    </item>
  </channel>
</rss>

