<?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 Function module for message collect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727997#M897273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for an function module that allows me to collect messages and then also displays a popup after finishing the collect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup window should have the possibilty to let me know which button the user pressed. Because I wanna ask him "Do you wanna really save although these errors/warnings?"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there sth that I can use directly? Perhaps also in a CRM-system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 08:16:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T08:16:14Z</dc:date>
    <item>
      <title>Function module for message collect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727997#M897273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for an function module that allows me to collect messages and then also displays a popup after finishing the collect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup window should have the possibilty to let me know which button the user pressed. Because I wanna ask him "Do you wanna really save although these errors/warnings?"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there sth that I can use directly? Perhaps also in a CRM-system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727997#M897273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for message collect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727998#M897274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well in CRM there definitely is a function  module for collecting messages. These message will eventually be displayed at the top of the screen. I have NO CRM system at hand right now, but look indeed for something like &lt;STRONG&gt;message&lt;/STRONG&gt;collect* or &lt;STRONG&gt;collect&lt;/STRONG&gt;message* in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found it in documentation of mine:&lt;/P&gt;&lt;P&gt;CRM_MESSAGE_COLLECT of function group CRM_MESSAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on May 6, 2008 10:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727998#M897274</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-06T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for message collect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727999#M897275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there is one fm as&lt;/P&gt;&lt;P&gt;FORMAT MESSAGE&lt;/P&gt;&lt;P&gt;hope it would be useful to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3727999#M897275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for message collect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3728000#M897276</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;SELECT-OPTIONS: s_pernr FOR pa0001-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_pernr TYPE popuptext OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: v_ans,&lt;/P&gt;&lt;P&gt;      v_body_lines TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_pernr-topofpage = 'X'.&lt;/P&gt;&lt;P&gt;  it_pernr-text = ' '.&lt;/P&gt;&lt;P&gt;  APPEND it_pernr.&lt;/P&gt;&lt;P&gt;  CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;  it_pernr-topofpage = 'X'.&lt;/P&gt;&lt;P&gt;  it_pernr-text = 'Are you sure to transfer EMIT/SAS employees ?'.&lt;/P&gt;&lt;P&gt;  APPEND it_pernr.&lt;/P&gt;&lt;P&gt;  CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;  it_pernr-topofpage = 'X'.&lt;/P&gt;&lt;P&gt;  it_pernr-text = ' '.&lt;/P&gt;&lt;P&gt;  APPEND it_pernr.&lt;/P&gt;&lt;P&gt;  CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;  it_pernr-text = 'Message 1'.&lt;/P&gt;&lt;P&gt;  APPEND it_pernr.&lt;/P&gt;&lt;P&gt;  CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;  it_pernr-text = 'Message 2'.&lt;/P&gt;&lt;P&gt;  APPEND it_pernr.&lt;/P&gt;&lt;P&gt;  CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF NOT s_pernr[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    LOOP AT s_pernr.&lt;/P&gt;&lt;P&gt;      it_pernr-text = s_pernr-low.&lt;/P&gt;&lt;P&gt;      APPEND it_pernr.&lt;/P&gt;&lt;P&gt;      CLEAR it_pernr.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;CALL FUNCTION 'DD_POPUP_WITH_LIST'&lt;/STRONG&gt;           &lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;              titel        = 'Confirm Employee '&lt;/P&gt;&lt;P&gt;              listtitel    = 'Employee No '&lt;/P&gt;&lt;P&gt;              start_column = 10&lt;/P&gt;&lt;P&gt;              start_row    = 1&lt;/P&gt;&lt;P&gt;              end_column   = 60&lt;/P&gt;&lt;P&gt;              end_row      = 20&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              answer       = v_ans&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              lines        = it_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF v_ans = 'Y'.&lt;/P&gt;&lt;P&gt;      WRITE:/'Coool'.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      WRITE:/'Think Again'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3728000#M897276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for message collect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3728001#M897277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this FOLLOWING function MODULE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CRM_MESSAGE_COLLECT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    iv_caller_name = gc_object_name-billplan&lt;/P&gt;&lt;P&gt;    iv_ref_object  = iv_header_guid&lt;/P&gt;&lt;P&gt;    iv_ref_kind    = gc_object_ref_kind-orderadm_h&lt;/P&gt;&lt;P&gt;    iv_msglevel    = gc_msglevel-administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 08:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-message-collect/m-p/3728001#M897277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T08:32:31Z</dc:date>
    </item>
  </channel>
</rss>

