<?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 BADI and message type E in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926539#M1485092</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;I use a BADI to control delivery and in the BADI, I use message type E.&lt;/P&gt;&lt;P&gt;The code is "MESSAGE 'Missing Actual GI Date!!' TYPE 'E'."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, after showing an error message, if a user hit the enter key, showing an error message again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is that&lt;/P&gt;&lt;P&gt;after showing an error message, if a user hit the enter key, the screen comes back to the status before showing the error message and stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, give me an advice. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 05:48:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-14T05:48:40Z</dc:date>
    <item>
      <title>BADI and message type E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926539#M1485092</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;I use a BADI to control delivery and in the BADI, I use message type E.&lt;/P&gt;&lt;P&gt;The code is "MESSAGE 'Missing Actual GI Date!!' TYPE 'E'."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, after showing an error message, if a user hit the enter key, showing an error message again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is that&lt;/P&gt;&lt;P&gt;after showing an error message, if a user hit the enter key, the screen comes back to the status before showing the error message and stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, give me an advice. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 05:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926539#M1485092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T05:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI and message type E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926540#M1485093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use EIXT statement after the error message , i think it will solve your problem or you can try leave to screen 0 , leave to transaction sy-tcode etc .. , to come back to original screen after the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 05:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926540#M1485093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: BADI and message type E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926541#M1485094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I use a BADI to control delivery and in the BADI, I use message type E.&lt;/P&gt;&lt;P&gt;&amp;gt; The code is "MESSAGE 'Missing Actual GI Date!!' TYPE 'E'."&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Currently, after showing an error message, if a user hit the enter key, showing an error message again and again.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally we get the error message on status bar every time user press enter with out entering the missing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 06:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926541#M1485094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T06:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI and message type E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926542#M1485095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 08:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926542#M1485095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T08:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: BADI and message type E</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926543#M1485096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How do you cancelled.I have the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 05:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-and-message-type-e/m-p/6926543#M1485096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T05:00:57Z</dc:date>
    </item>
  </channel>
</rss>

