<?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: MIRO error message not flashing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-error-message-not-flashing/m-p/7434391#M1550792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thasnks All,&lt;/P&gt;&lt;P&gt;I have found a solution to it.&lt;/P&gt;&lt;P&gt;We need to add the messages in FI message class.&lt;/P&gt;&lt;P&gt;and pass it in the exit like this.&lt;/P&gt;&lt;P&gt;MESSAGE id wa-MSGID TYPE wa-MSGty number wa-msgno .&lt;/P&gt;&lt;P&gt;change wa-msgno to the message number you have goven to your nes message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 11:25:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-30T11:25:33Z</dc:date>
    <item>
      <title>MIRO error message not flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-error-message-not-flashing/m-p/7434390#M1550791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to flash the error message when inspection lot not found but it is not flashing the hard coded error message.&lt;/P&gt;&lt;P&gt;Then I tried to use function module MRM_ERRMSG_COLLECT and used the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR wa.&lt;/P&gt;&lt;P&gt;          wa-MSGTY                 =                   sy-msgty."   'E'.&lt;/P&gt;&lt;P&gt;          wa-MSGID                 =                    sy-msgid."'00'.&lt;/P&gt;&lt;P&gt;          wa-MSGNO                 =                    sy-msgno."'001'.&lt;/P&gt;&lt;P&gt;          wa-MSGV1                 =                    'QA acceptance is not made for the inspection lot'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         MSGV2                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         MSGV3                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         MSGV4                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         wa-SOURCE               =                      'P'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         wa-RBLGP                 =                    '000000'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SHOWN                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;APPEND wa to error_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MRM_ERRMSG_COLLECT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    i_xcustom        = 'X'&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_XCOLLECT       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    i_msgid          = wa-MSGID&lt;/P&gt;&lt;P&gt;    i_msgty          = wa-MSGty&lt;/P&gt;&lt;P&gt;    i_msgno          = wa-MSGno&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_MSGV1          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_MSGV2          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_MSGV3          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_MSGV4          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_SOURCE         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  I_RBLGP          = 0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    t_errprot        = error_tab&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  X_ERROR          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case it isllowing the document to save.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 07:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-error-message-not-flashing/m-p/7434390#M1550791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: MIRO error message not flashing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/miro-error-message-not-flashing/m-p/7434391#M1550792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thasnks All,&lt;/P&gt;&lt;P&gt;I have found a solution to it.&lt;/P&gt;&lt;P&gt;We need to add the messages in FI message class.&lt;/P&gt;&lt;P&gt;and pass it in the exit like this.&lt;/P&gt;&lt;P&gt;MESSAGE id wa-MSGID TYPE wa-MSGty number wa-msgno .&lt;/P&gt;&lt;P&gt;change wa-msgno to the message number you have goven to your nes message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 11:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/miro-error-message-not-flashing/m-p/7434391#M1550792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T11:25:33Z</dc:date>
    </item>
  </channel>
</rss>

