<?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: ME21N error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915442#M1330511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try checking some notes available for this&lt;/P&gt;&lt;P&gt;i think it is a SAP standard giving this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 09:56:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-16T09:56:40Z</dc:date>
    <item>
      <title>ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915431#M1330500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Validation storage location for STO for a particular scenario in transaction ME21N in an ENHANCEMENT.&lt;/P&gt;&lt;P&gt;When i press enter, it gives an error for each item.&lt;/P&gt;&lt;P&gt;but when I try to save, the PO gets saved inspite of the error in the item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915431#M1330500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T04:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915432#M1330501</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;Can you tell us what error you are getting for the PO line item? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915432#M1330501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T04:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915433#M1330502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error is a custom error which is part of my validation.&lt;/P&gt;&lt;P&gt;the point is ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the STO should get saved if an error of TYPE E occurs, but this is getting saved.&lt;/P&gt;&lt;P&gt;i dont want the STO to get saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915433#M1330502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T04:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915434#M1330503</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;&lt;/P&gt;&lt;P&gt;First which exit are u using??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used badi me_process_po_cust for my changes in PO...now in this badi ,the message restriction was implemented in a following way::::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write teh code in check method of me_process_po_cust.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD if_ex_me_process_po_cust~check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ch_failed = gv_error_exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put gv_error_exists to 'X' after u put the abort or error message.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_error_exists is defined in the private section....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kanishak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915434#M1330503</guid>
      <dc:creator>kanishakgupta1</dc:creator>
      <dc:date>2009-07-16T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915435#M1330504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried usnig the BADI but the check method is doesnot have parameter for the item level details i guess...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the enhancement point for mepo_item_fill_02 for the scenario where i have entered my error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have also observed that this BADI is not called when i press enter or save. only the BADI me_process_po is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please correct if i am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 05:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915435#M1330504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T05:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915436#M1330505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i  am using sap 5.0 there this badi works.....the proceesing of th messages i write in method process_item and the check i m puttingin the check method the way i have mentioned.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dnt know about 6.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n one more thing me_process_po is a sap badi so i dnt think we can change it...if it is possible to do the changes in me_process_po then do ur coding in this badi...oth me_process_po &amp;amp; me_process_po_cust are duplicaTES just one is SAP 's n other is customer's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kanishak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 05:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915436#M1330505</guid>
      <dc:creator>kanishakgupta1</dc:creator>
      <dc:date>2009-07-16T05:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915437#M1330506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly Kanishak,&lt;/P&gt;&lt;P&gt;i tried to use the the BAdI but since it was SAP badi i was not able to do that..and when i tried in the debugging,the program didnt call  the BAdI me_process_po_cust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any thing which Iam missing...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 05:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915437#M1330506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T05:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915438#M1330507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try using this badi&lt;/P&gt;&lt;P&gt;me_gui_po_cus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 05:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915438#M1330507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T05:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915439#M1330508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u implemented that badi???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if implemented ,,then write the break-point in method process_item n check....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 05:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915439#M1330508</guid>
      <dc:creator>kanishakgupta1</dc:creator>
      <dc:date>2009-07-16T05:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915440#M1330509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tried putting a break point in the BADI me_process_po_cust method Check and process_item, but in vain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;about  &lt;STRONG&gt;me_gui_po_cus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im not able to find a suitable scenario which will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other enhancement point which would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 06:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915440#M1330509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T06:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915441#M1330510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Experts any help on this thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915441#M1330510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915442#M1330511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try checking some notes available for this&lt;/P&gt;&lt;P&gt;i think it is a SAP standard giving this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 09:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915442#M1330511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T09:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915443#M1330512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are u still finding the difficulties ...i m just asking u how did u put the breakpoint in th ebadi mentioned by me???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 12:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915443#M1330512</guid>
      <dc:creator>kanishakgupta1</dc:creator>
      <dc:date>2009-07-16T12:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: ME21N error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915444#M1330513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created an enhancement and did the validation for save.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 11:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me21n-error/m-p/5915444#M1330513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T11:49:03Z</dc:date>
    </item>
  </channel>
</rss>

