<?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 Excel View Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125746#M1188550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that it's most likely a problem with Excel or GUI. Updating or re-installing GUI sometimes help. You might want to contact your Basis admin about this. Also check for OSS notes - this functionality is called "Excel in-place".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working on my PC either, but I never use it anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 22:03:50 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2009-02-04T22:03:50Z</dc:date>
    <item>
      <title>ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125741#M1188545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have a problem with the ALV display problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When I click on the 'Microsoft Excel View' button at the top of the ALV display, I can view the data in Excel View. &lt;/P&gt;&lt;P&gt;    However, when my user click it on his computer, he saw the excel view is blank without data (even there are data at the initial ALV display screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    May I know what is the root cause of this problem? I've no idea of how to investigate it or solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 02:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125741#M1188545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T02:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125742#M1188546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is Excel security problem. Try this one. open excel sheet and   GOTO Tools FROM menu and MACRO.....SECURITY here click on Trusted publishers and tick the checkboxes both....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it solve ur problem b/c previous i encountred same problem with users..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKSK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SK SK on Feb 4, 2009 4:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 03:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125742#M1188546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T03:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125743#M1188547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI try with this code------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZTEST_DOWNLOAD1&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report  ztest_download1.&lt;/P&gt;&lt;P&gt;tables : trdir.&lt;/P&gt;&lt;P&gt;type-pools: slis.&lt;/P&gt;&lt;P&gt;types: begin of gt_output,&lt;/P&gt;&lt;P&gt;        progname type progname,&lt;/P&gt;&lt;P&gt;        strct_type(14) type c,&lt;/P&gt;&lt;P&gt;        strct_name(50) type c,&lt;/P&gt;&lt;P&gt;        serial(8) type c,&lt;/P&gt;&lt;P&gt;        mainfieldname(50) type c,&lt;/P&gt;&lt;P&gt;        offset(17) type c,&lt;/P&gt;&lt;P&gt;        leng(8) type c,&lt;/P&gt;&lt;P&gt;        decimals(8) type c,&lt;/P&gt;&lt;P&gt;        inttype(15) type c,&lt;/P&gt;&lt;P&gt;        datatype(9) type c,&lt;/P&gt;&lt;P&gt;        scrtext_m type scrtext_m,&lt;/P&gt;&lt;P&gt;        tabname type tabname,&lt;/P&gt;&lt;P&gt;        fieldname type fieldname,&lt;/P&gt;&lt;P&gt;        rollname type rollname,&lt;/P&gt;&lt;P&gt;        domname type domname,&lt;/P&gt;&lt;P&gt;        default(100) type c,&lt;/P&gt;&lt;P&gt;        end of gt_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of gt_header,&lt;/P&gt;&lt;P&gt;        name(300) type c,&lt;/P&gt;&lt;P&gt;end of gt_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : gi_output type standard table of gt_output,&lt;/P&gt;&lt;P&gt;       wa_output type gt_output,&lt;/P&gt;&lt;P&gt;       gi_header   type standard table of gt_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: d_filename like ibipparms-path,&lt;/P&gt;&lt;P&gt;      gi_fieldcat type slis_t_fieldcat_alv,&lt;/P&gt;&lt;P&gt;      wa_fieldcat type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;      wa_header type gt_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen:&lt;/P&gt;&lt;P&gt;begin of  block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameter: program(150) type c default 'ZTOOL_TEST'.&lt;/P&gt;&lt;P&gt;select-options so_incl for trdir-name default 'ztool_test' no intervals .&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters :pa_check as checkbox default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen comment (29) text-t01.&lt;/P&gt;&lt;P&gt;parameters :pa_path type rlgrap-filename default 'D:\TRIAL.XLS'.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  perform download_excel_template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for pa_path.&lt;/P&gt;&lt;P&gt;  perform f4_file_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  F4_file_help&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form f4_file_help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      program_name  = sy-repid&lt;/P&gt;&lt;P&gt;      dynpro_number = syst-dynnr&lt;/P&gt;&lt;P&gt;      field_name    = pa_path&lt;/P&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      file_name     = d_filename&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      mask_too_long = 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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE ID gv_msgid TYPE 'I' NUMBER 000.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "f4_file_help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form download_excel_template .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refresh gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t01.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t02.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t03.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t04.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t05.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t06.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t07.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t08.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t09.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t10.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t11.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t12.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t13.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t14.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t15.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;  wa_header-name = text-t16.&lt;/P&gt;&lt;P&gt;  append wa_header to gi_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_output-strct_name = 'abc'.&lt;/P&gt;&lt;P&gt;  append wa_output to gi_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'MS_EXCEL_OLE_STANDARD_DAT'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      file_name                 = pa_path&lt;/P&gt;&lt;P&gt;      data_sheet_name           = 'Structure details'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                  = gi_output&lt;/P&gt;&lt;P&gt;      fieldnames                = gi_header&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      file_not_exist            = 1&lt;/P&gt;&lt;P&gt;      filename_expected         = 2&lt;/P&gt;&lt;P&gt;      communication_error       = 3&lt;/P&gt;&lt;P&gt;      ole_object_method_error   = 4&lt;/P&gt;&lt;P&gt;      ole_object_property_error = 5&lt;/P&gt;&lt;P&gt;      invalid_pivot_fields      = 6&lt;/P&gt;&lt;P&gt;      download_problem          = 7&lt;/P&gt;&lt;P&gt;      others                    = 8.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE ID gv_msgid TYPE 'E' NUMBER 002.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " DOWNLOAD_EXCEL_TEMPLATE&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>Wed, 04 Feb 2009 03:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125743#M1188547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T03:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125744#M1188548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll ask the user to try first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125744#M1188548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125745#M1188549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If the problem still  continues to appear, you can check SAP GUI version and upgrade it.&lt;/P&gt;&lt;P&gt;Also check the EXCEL version(2003,2007) at the user's machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125745#M1188549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Excel View Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125746#M1188550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that it's most likely a problem with Excel or GUI. Updating or re-installing GUI sometimes help. You might want to contact your Basis admin about this. Also check for OSS notes - this functionality is called "Excel in-place".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working on my PC either, but I never use it anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 22:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-excel-view-problem/m-p/5125746#M1188550</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2009-02-04T22:03:50Z</dc:date>
    </item>
  </channel>
</rss>

