<?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: Function Module to display list of errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143604#M451907</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;Please check this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY&lt;/P&gt;&lt;P&gt;REUSE_ALV_POPUP_TO_SELECT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 15:28:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T15:28:37Z</dc:date>
    <item>
      <title>Function Module to display list of errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143603#M451906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any function module to display list of errors in popup window..?&lt;/P&gt;&lt;P&gt;i found one HR_BEN_SHOW_ERROR_POPUP but its showing personal number&lt;/P&gt;&lt;P&gt;in popup.&lt;/P&gt;&lt;P&gt;i just want to display list of errors at a time in popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143603#M451906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to display list of errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143604#M451907</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;Please check this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY&lt;/P&gt;&lt;P&gt;REUSE_ALV_POPUP_TO_SELECT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143604#M451907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to display list of errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143605#M451908</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;Check out this function module:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'POPUP_TO_INFORM'
  EXPORTING
    titel = ls_rstabl-title
    txt1  = ls_rstabl-txt1
    txt2  = ls_rstabl-txt2
    txt3  = ls_rstabl-txt3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143605#M451908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to display list of errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143606#M451909</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;You can use the function module MESSAGES_INITIALIZE, MESSAGES_STORE &amp;amp; MESSAGES_SHOW..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'MESSAGES_INITIALIZE'&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          others = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'MESSAGE_STORE'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          arbgb                  = '00'&lt;/P&gt;&lt;P&gt;          msgty                  = 'E'&lt;/P&gt;&lt;P&gt;          msgv1                  = space&lt;/P&gt;&lt;P&gt;          msgv2                  = space&lt;/P&gt;&lt;P&gt;          msgv3                  = space&lt;/P&gt;&lt;P&gt;          msgv4                  = space&lt;/P&gt;&lt;P&gt;          txtnr                  = '208'&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          message_type_not_valid = 1&lt;/P&gt;&lt;P&gt;          not_active             = 2&lt;/P&gt;&lt;P&gt;          others                 = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'MESSAGE_STORE'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          arbgb                  = '00'  " Message ID&lt;/P&gt;&lt;P&gt;          msgty                  = 'W'  " message type&lt;/P&gt;&lt;P&gt;          msgv1                  = space&lt;/P&gt;&lt;P&gt;          msgv2                  = space&lt;/P&gt;&lt;P&gt;          msgv3                  = space&lt;/P&gt;&lt;P&gt;          msgv4                  = space&lt;/P&gt;&lt;P&gt;          txtnr                  = '208'  " Message number.&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          message_type_not_valid = 1&lt;/P&gt;&lt;P&gt;          not_active             = 2&lt;/P&gt;&lt;P&gt;          others                 = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'MESSAGES_SHOW'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          I_USE_GRID         = 'X'  " Comment for list display&lt;/P&gt;&lt;P&gt;          batch_list_type    = 'L'&lt;/P&gt;&lt;P&gt;     exceptions&lt;/P&gt;&lt;P&gt;          inconsistent_range = 1&lt;/P&gt;&lt;P&gt;          no_messages        = 2&lt;/P&gt;&lt;P&gt;          others             = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143606#M451909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to display list of errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143607#M451910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ferry Lianto  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-display-list-of-errors/m-p/2143607#M451910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:54:43Z</dc:date>
    </item>
  </channel>
</rss>

