<?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 giving runtime error in BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488861#M1931884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Well the message is "Error message not allowed" and you want "Send an Error message", not possible, so use an "Abort" message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For reference look in &lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ea0b446011d189700000e8322d00/content.htm?current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;show_children=true"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;BC - ABAP Dictionary&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-US"&gt; online help for &lt;/SPAN&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ede5446011d189700000e8322d00/content.htm?frameset=/en/cf/21ee19446011d189700000e8322d00/frameset.htm&amp;amp;current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;node_id=104&amp;amp;show_children=false"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;Domains&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-US"&gt;, &lt;/SPAN&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm?frameset=/en/cf/21ee19446011d189700000e8322d00/frameset.htm&amp;amp;current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;node_id=107"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;Input and Output Conversions&lt;/SPAN&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;Only A messages are meaningful in output conversion, but A, E and S messages can be triggered in input conversion (although S messages are not very meaningful here). E messages result in an error dialog. Exceptions are not intercepted in the call.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Error in a WRITE statement or a PBO are not &lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;meaningful, so break the transaction with Abort message to protect database consistencies and trigger some ROLLBACK.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;Raymond&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 10:42:38 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-01-12T10:42:38Z</dc:date>
    <item>
      <title>Error message giving runtime error in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488858#M1931881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying a error message in BADI- BADI_MATN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How ever it gives runtime error saiyng that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No - MESSAGE E... statements are allowed either in conversion exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for output conversion (performed by function modules called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_OUTPUT).&lt;/P&gt;&lt;P&gt;Kindly guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488858#M1931881</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2016-01-12T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error message giving runtime error in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488859#M1931882</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;Check implementations of the badi BADI_MATN1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SE18 you should find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu -&amp;gt; implementation -&amp;gt; view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;David Cárceles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488859#M1931882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-12T10:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error message giving runtime error in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488860#M1931883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI David,&lt;/P&gt;&lt;P&gt;I know how to implement BADI.&lt;/P&gt;&lt;P&gt;My problem is error message in&amp;nbsp; badi BADI_MATN1.&lt;/P&gt;&lt;P&gt;Please go through my query again and kindly help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488860#M1931883</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2016-01-12T10:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error message giving runtime error in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488861#M1931884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Well the message is "Error message not allowed" and you want "Send an Error message", not possible, so use an "Abort" message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For reference look in &lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ea0b446011d189700000e8322d00/content.htm?current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;show_children=true"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;BC - ABAP Dictionary&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-US"&gt; online help for &lt;/SPAN&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ede5446011d189700000e8322d00/content.htm?frameset=/en/cf/21ee19446011d189700000e8322d00/frameset.htm&amp;amp;current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;node_id=104&amp;amp;show_children=false"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;Domains&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-US"&gt;, &lt;/SPAN&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm?frameset=/en/cf/21ee19446011d189700000e8322d00/frameset.htm&amp;amp;current_toc=/en/4f/991f82446d11d189700000e8322d00/plain.htm&amp;amp;node_id=107"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;Input and Output Conversions&lt;/SPAN&gt;&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;Only A messages are meaningful in output conversion, but A, E and S messages can be triggered in input conversion (although S messages are not very meaningful here). E messages result in an error dialog. Exceptions are not intercepted in the call.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Error in a WRITE statement or a PBO are not &lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;meaningful, so break the transaction with Abort message to protect database consistencies and trigger some ROLLBACK.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;Raymond&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488861#M1931884</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-12T10:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error message giving runtime error in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488862#M1931885</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;Try using information message display like 'E' (error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajinkya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 10:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-giving-runtime-error-in-badi/m-p/11488862#M1931885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-13T10:23:07Z</dc:date>
    </item>
  </channel>
</rss>

