<?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: me22n, error system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237810#M141303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a user exit. The error message is display like a informative message, but when a put like type i it doesn't display the message only if it is type E but generate a error system. (System error (error in method PO_POST))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somebody could tell me hw solving this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2006 03:33:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-27T03:33:23Z</dc:date>
    <item>
      <title>me22n, error system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237808#M141301</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;I have written the following code to avoid that the date of delivery is changed in the transaction me22n but the system generates the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; System error (error in method PO_POST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because the error have to be informative , but when i put the message type I the sistem doesn´t make validation, only if it is type E but the system generate the before error (System error (error in method PO_POST))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refresh ti_setleaf.&lt;/P&gt;&lt;P&gt;  select valfrom&lt;/P&gt;&lt;P&gt;    into corresponding fields of table ti_setleaf&lt;/P&gt;&lt;P&gt;    from setleaf&lt;/P&gt;&lt;P&gt;    where setname = cosetfe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  read table ti_setleaf with key valfrom = sy-uname.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    if not i_ekko-ebeln  is initial.&lt;/P&gt;&lt;P&gt;      loop at xeket.&lt;/P&gt;&lt;P&gt;        loop at yeket.&lt;/P&gt;&lt;P&gt;          if xeket-eindt ne yeket-eindt.&lt;/P&gt;&lt;P&gt;            message e998(zbachoco) with&lt;/P&gt;&lt;P&gt;              'No esta autorizado para modificar fecha de entrega,'&lt;/P&gt;&lt;P&gt;              'consulte responsable'.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;          exit.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;    endif.&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;&lt;/P&gt;&lt;P&gt;somebody could tell me how solving this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;marisol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 07:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237808#M141301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-26T07:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: me22n, error system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237809#M141302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marisol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which BAdI are you using? You will only have to raise exceptions if any allowed in the BAdI.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Mar 2006 15:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237809#M141302</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-26T15:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: me22n, error system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237810#M141303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a user exit. The error message is display like a informative message, but when a put like type i it doesn't display the message only if it is type E but generate a error system. (System error (error in method PO_POST))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;somebody could tell me hw solving this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 03:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237810#M141303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T03:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: me22n, error system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237811#M141304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check if there is a BADi implemented and the error is coming from BADi and not the code you wrote in the user exit.&lt;/P&gt;&lt;P&gt;You can check it in transaction SE18 or SE19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 05:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me22n-error-system/m-p/1237811#M141304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T05:17:47Z</dc:date>
    </item>
  </channel>
</rss>

