<?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 Error log in grid in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-log-in-grid/m-p/3015341#M712593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have using method ADD_PROTOCOL_ENTRY to add the error message, but how come it will display the error log even though i didn't use the method DISPLAY_PROTOCOL to show the error log????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your kind response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 09:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T09:41:03Z</dc:date>
    <item>
      <title>Error log in grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-log-in-grid/m-p/3015341#M712593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have using method ADD_PROTOCOL_ENTRY to add the error message, but how come it will display the error log even though i didn't use the method DISPLAY_PROTOCOL to show the error log????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your kind response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 09:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-log-in-grid/m-p/3015341#M712593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error log in grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-log-in-grid/m-p/3015342#M712594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code might help you...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  LOOP AT t_messages ASSIGNING &amp;lt;fs_message&amp;gt;.
*--  Output messages for the selected rows to pop up display ----------*
    CALL METHOD w_message_popup-&amp;gt;add_protocol_entry
      EXPORTING
        i_msgid  = &amp;lt;fs_message&amp;gt;-msgid  i_msgty     = &amp;lt;fs_message&amp;gt;-msgty
        i_msgno  = &amp;lt;fs_message&amp;gt;-msgno  i_msgv1     = &amp;lt;fs_message&amp;gt;-msgv1
        i_msgv2  = &amp;lt;fs_message&amp;gt;-msgv2  i_msgv3     = &amp;lt;fs_message&amp;gt;-msgv3
        i_msgv4  = &amp;lt;fs_message&amp;gt;-msgv4  i_fieldname =
                                                  &amp;lt;fs_message&amp;gt;-fieldname
        i_row_id = &amp;lt;fs_message&amp;gt;-row_id.
  ENDLOOP.

  IF sy-subrc = 0.
    CALL METHOD w_dialogbox-&amp;gt;set_visible
        EXPORTING visible = cl_gui_control=&amp;gt;visible_true.
    CALL METHOD w_message_popup-&amp;gt;display_protocol.
  ELSE.
    CALL METHOD w_dialogbox-&amp;gt;set_visible
        EXPORTING visible = cl_gui_control=&amp;gt;visible_false.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that Helps&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-log-in-grid/m-p/3015342#M712594</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2007-10-30T11:21:20Z</dc:date>
    </item>
  </channel>
</rss>

