<?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: ALV Mail Send Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659070#M1764933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;you should contact with basis, confirm scot setting is correct or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 07:16:49 GMT</pubDate>
    <dc:creator>Aiolos</dc:creator>
    <dc:date>2013-08-15T07:16:49Z</dc:date>
    <item>
      <title>ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659062#M1764925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have a requirement like when I click on a button on the ALV grid report the same report has to be send as email attachment to an outside mail. I am using function module to generate this ALV. So is it possible to overwrite the mail recipient function. (FCode: %SL) or if I want to create my own button for the same purpose what has to be done. I tried copying the STANDARD status of saplkkbl program and then add my own button. But it is not showing the button on ALV grid.&lt;/SPAN&gt;&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;Marina.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 02:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659062#M1764925</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-08-15T02:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659063#M1764926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can hide standard mailing button to avoid any confusion. you should be able to add button in ALV toolbar...whats the issue with adding button?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 03:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659063#M1764926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-15T03:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659064#M1764927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; I am not clear about what are you using ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - CL_GUI_ALV_GRID - BCALV_GRID_05 - Add a Self-Defined Button to the Toolbar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - REUSE_ALV_LIST_DISPLAY - BCALV_TEST_FULLSCREEN_EDIT (There is "test" button)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CL_GUI_ALV_GRID you can also overriding standard functions using event “before_user_command” .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search GOOGLE in for "An Easy Reference for ALV Grid Control" its a PDF book you might find it useful&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 03:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659064#M1764927</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2013-08-15T03:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659065#M1764928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;1.in method SET_TABLE_FOR_FIRST_DISPLAY of class CL_GUI_ALV_GRID there is 1 parameter called IT_TOOLBAR_EXCLUDING.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;append your toolbar button which you don't want to this table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;code like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;&lt;SPAN class="L0S52"&gt;REFRESH &lt;/SPAN&gt;GT_EXCLUDE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;&amp;nbsp;&amp;nbsp; GS_EXCLUDE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CL_GUI_ALV_GRID&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;MC_FC_DETAIL&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;GS_EXCLUDE &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;GT_EXCLUDE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;2. in the toolbar initial event TOOLBAR of class CL_GUI_ALV_GRID add your own button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;3. in event USER_COMMAND, catch this fcode, and do your own logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;hope this help you to resolve your issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 03:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659065#M1764928</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2013-08-15T03:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659066#M1764929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im talking about it_toolbar_excluding parameter of set_table_for_first_table. by this you can exclude std. button and can add additional functionality IF standard button is not suitable for your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 04:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659066#M1764929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-15T04:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659067#M1764930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using OOPS alv. I am using function module generated ALV. So please give me an example with the same.&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;Marina.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 04:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659067#M1764930</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-08-15T04:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659068#M1764931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the objective is to sending ALV as an attachment to an external id, you may use the in-built facility in ALV through:&lt;/P&gt;&lt;P&gt;List --&amp;gt; Send to --&amp;gt; Mail Recipient.&lt;/P&gt;&lt;P&gt;Here use 'External address' option in the drop-down available.&lt;/P&gt;&lt;P&gt;Here you can type a message also if you desire so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Jogeswara Rao K&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 04:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659068#M1764931</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2013-08-15T04:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659069#M1764932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need all these functions to happen in just one button click. Not manually. By the way is there i any configuration change which I have to do if I want to send ALV like you have mentioned. I have tried sending the ALV to my maid id, but its not sending.&amp;nbsp; Eventhough this is not my requirement I would like to know how to do it.&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;Marina.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 04:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659069#M1764932</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-08-15T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659070#M1764933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;you should contact with basis, confirm scot setting is correct or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 07:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659070#M1764933</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2013-08-15T07:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Mail Send Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659071#M1764934</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;Follow the below steps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Declare a handler method for the event TOOLBAR of class cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;2. For the above event you will have e_object as importing parameter.&lt;/P&gt;&lt;P&gt;3. In that e_object you will have mt_toolbar as a attribute which is a internal table.&lt;/P&gt;&lt;P&gt;4. In this internal table you will have details of all the buttons of toolbar.&lt;/P&gt;&lt;P&gt;5. Loop that internal table with the ICON name and modify the field disabled = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the standard program BCALV_GRID_05 for reference in which the functionality of adding a new button is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 07:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-mail-send-button/m-p/9659071#M1764934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-15T07:45:48Z</dc:date>
    </item>
  </channel>
</rss>

