<?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: BADI - ME_PROCESS_REQ_CUST- Error MEssages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223585#M1524109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 06:42:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-27T06:42:18Z</dc:date>
    <item>
      <title>BADI - ME_PROCESS_REQ_CUST- Error MEssages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223583#M1524107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Data:        l_msgty     TYPE sy-msgty,
                l_msgno     TYPE t100c-msgnr,
                l_null      TYPE REF TO if_message_obj_mm.  
 
 
    LOOP AT t_mereq_item_exkn_cj404 INTO w_mereq_item_exkn_cj404.
      IF w_mereq_item_exkn_cj404-menge3 &amp;gt; w_mereq_item_exkn_cj404-result.
        CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE'
          EXPORTING
            i_arbgb = 'ZGEA'
            i_dtype = 'E'
            i_msgnr = l_msgno
          IMPORTING
            e_msgty = l_msgty.
        sy-msgno = l_msgno.
        IF NOT l_msgty = '-'.
          IF l_msgty = 'E'.
            ch_failed = ' '.
          ENDIF.
          mmpur_message l_msgty 'ZGEA' sy-msgno
          w_mereq_item_exkn_cj404-bnfpo w_mereq_item_exkn_cj404-psp_pnr w_mereq_item_exkn_cj404-menge3 w_mereq_item_exkn_cj404-result.
        ENDIF.
      ENDIF.
    ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code results error with Four line items in the badi&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;ME_process_req_cust~check.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;But the Error message displays with only one line item.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;How to populte the four line items in the error message popup.&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Muthu MahaRaja on Aug 21, 2010 9:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 07:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223583#M1524107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-20T07:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - ME_PROCESS_REQ_CUST- Error MEssages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223584#M1524108</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 think that after one error message, the others are not added. Try it. Solve the first error, and surely after you will have 3 errors, and you will see only one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read Note 310154 - ME21N/ME51N: Customer-specific check, generating error log, althouthg it is for other macros, it suggest this. This used to happens with other processes in SAP. You only know the first error. When you solve, if there are more errors, you know them one-to-one (eg: SU54 to know errors in authorizations).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 07:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223584#M1524108</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2010-08-24T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: BADI - ME_PROCESS_REQ_CUST- Error MEssages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223585#M1524109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 06:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-req-cust-error-messages/m-p/7223585#M1524109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-27T06:42:18Z</dc:date>
    </item>
  </channel>
</rss>

