<?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 alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372650#M525759</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;m creating a simple report. in which output is displayed in ALV grid.&lt;/P&gt;&lt;P&gt;now if i click to excel view it gives me just excel sheet without data. so what is the reason for this. and how can i remove unwanted funtion on toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m nt using modular prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me what shud i do now....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 07:19:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T07:19:17Z</dc:date>
    <item>
      <title>alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372650#M525759</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;m creating a simple report. in which output is displayed in ALV grid.&lt;/P&gt;&lt;P&gt;now if i click to excel view it gives me just excel sheet without data. so what is the reason for this. and how can i remove unwanted funtion on toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m nt using modular prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me what shud i do now....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372650#M525759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372651#M525760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will surely work for 100 %&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;To exculde some the buttons from ALV just follow the steps below .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE80 T-code&lt;/P&gt;&lt;P&gt;Select Package in first combo&lt;/P&gt;&lt;P&gt;give BALV_ADDON in secod combo give Enter.&lt;/P&gt;&lt;P&gt;u will get list below ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that list select PROGRAMS-&amp;gt;R_ALV_LIST_TOOLBAR_MANAGER.&lt;/P&gt;&lt;P&gt;in that u can see on tool bar named STANDARD....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the standard one which ALV is useing ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just right click and select COPY ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will ask from pogram and to program ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u give ur program name in to program &lt;/P&gt;&lt;P&gt;and ZSTANDARD for tool bar ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can go to u r program and edit that toolbar&lt;/P&gt;&lt;P&gt;i.e delete the buttons that u dont need ..&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;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372651#M525760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372652#M525761</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;I donno the reason for that , but you can remove the buttons from the toolbar..&lt;/P&gt;&lt;P&gt;Eg Program:&lt;/P&gt;&lt;P&gt;REPORT  ZNAZSAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;place tab on the function and press F1 to get the function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;DATA: x_fieldcat TYPE slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;it_fieldcat TYPE slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;l_layout TYPE slis_layout_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: IT_EXCLUDE TYPE SLIS_T_EXTAB.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;field1 TYPE i,&lt;/P&gt;&lt;P&gt;field2 TYPE i,&lt;/P&gt;&lt;P&gt;field3 TYPE i,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 20 TIMES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = sy-index.&lt;/P&gt;&lt;P&gt;itab-field2 = sy-index + 1.&lt;/P&gt;&lt;P&gt;APPEND itab.&lt;/P&gt;&lt;P&gt;CLEAR itab.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;itab-field3 = itab-field1 + itab-field2.&lt;/P&gt;&lt;P&gt;MODIFY itab INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_fieldcat-fieldname = 'FIELD1'.&lt;/P&gt;&lt;P&gt;x_fieldcat-seltext_l = 'One'.&lt;/P&gt;&lt;P&gt;x_fieldcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;x_fieldcat-col_pos = 1.&lt;/P&gt;&lt;P&gt;APPEND x_fieldcat TO it_fieldcat.&lt;/P&gt;&lt;P&gt;CLEAR x_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_fieldcat-fieldname = 'FIELD2'.&lt;/P&gt;&lt;P&gt;x_fieldcat-seltext_l = 'Two'.&lt;/P&gt;&lt;P&gt;x_fieldcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;x_fieldcat-col_pos = 2.&lt;/P&gt;&lt;P&gt;APPEND x_fieldcat TO it_fieldcat.&lt;/P&gt;&lt;P&gt;CLEAR x_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_fieldcat-fieldname = 'FIELD3'.&lt;/P&gt;&lt;P&gt;x_fieldcat-seltext_l = 'Sum'.&lt;/P&gt;&lt;P&gt;x_fieldcat-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;x_fieldcat-col_pos = 3.&lt;/P&gt;&lt;P&gt;APPEND x_fieldcat TO it_fieldcat.&lt;/P&gt;&lt;P&gt;CLEAR x_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;append '%PC' to it_exclude.  "local files  Removes the local file button..&lt;/P&gt;&lt;P&gt;append '&amp;amp;OUP' to it_exclude.   "sort ascending&lt;/P&gt;&lt;P&gt;append '&amp;amp;ODN' to it_exclude.   "sort descending&lt;/P&gt;&lt;P&gt;append '&amp;amp;ILT' to it_exclude.  "set filter&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*find the function code for the button you want to exclude from the toolbar&lt;/P&gt;&lt;P&gt;*put cursor on the button and press F1 , you get the Function code and append it *in the above&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_callback_program = sy-repid&lt;/P&gt;&lt;P&gt;is_layout = l_layout&lt;/P&gt;&lt;P&gt;it_fieldcat = it_fieldcat&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IT_EXCLUDING = it_exclude&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;t_outtab = itab&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;program_error = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372652#M525761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372653#M525762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nidhi,&lt;/P&gt;&lt;P&gt;just in FM 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set expot parameter i_save = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help u...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward in case usefull....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2372653#M525762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:35:20Z</dc:date>
    </item>
  </channel>
</rss>

