<?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: Excel download performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703159#M308128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the solution provided by 'Ramesh Babu' is very good. i'm though not able to award points as its giving some error.. but it surely qualifies for 10 points. thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 05:53:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T05:53:46Z</dc:date>
    <item>
      <title>Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703152#M308121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a program which downloads data to Excel using OLE methods and formats the data and creates graphs.  The program and the excel file are fine.  But the issue is this download takes over 20 mins.  Is there some refresh / clear commands or anything which will speed this process.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One problem could be that the Excel file creation is visible when its assigning data to the cells and formatting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is welcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 09:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703152#M308121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T09:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703153#M308122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use NO FLUSH for all OLE-Statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you already noted, having excel visible slows things down. Try creating the excel dark and setting it visible as a last step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT gs_application 'EXCEL.APPLICATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;do stuff&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PROPERTY OF gs_application 'Visible' = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 10:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703153#M308122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703154#M308123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did make the Excel 'invisible' but the NO FLUSH is giving some issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should the NO FLUSH be added for every CALL METHOD, SET, GET statements? when do we put in the FREE statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 08:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703154#M308123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T08:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703155#M308124</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 need to add NO FLUSH to every CREATE OBJECT, CALL METHOD, SET/GET PROPERTY that you use. Then once you have sent all the commands you want to send you call function module FLUSH to send the commands to the front end (if the buffer gets full cause you send too many commands it will auto-flush so all you need to worry about is just calling flush at the end of the program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a note to remeber, if you use any variables in the calls the variables must be global program variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;  De Wildt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 14:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703155#M308124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703156#M308125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try this out and inform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 05:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703156#M308125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T05:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703157#M308126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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  ZETA_EXCEL_DOWNLOAD_CLIPBOARD                               *&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  zeta_excel_download_clipboard           .&lt;/P&gt;&lt;P&gt;include ole2incl.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;data:  w_cell1     type ole2_object,&lt;/P&gt;&lt;P&gt;       w_cell2     type ole2_object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- Ole data Declarations&lt;/P&gt;&lt;P&gt;data: h_excel     type ole2_object,        " Excel object&lt;/P&gt;&lt;P&gt;      h_mapl      type ole2_object,        " list of workbooks&lt;/P&gt;&lt;P&gt;      h_map       type ole2_object,        " workbook&lt;/P&gt;&lt;P&gt;      h_zl        type ole2_object,        " cell&lt;/P&gt;&lt;P&gt;      h_f         type ole2_object,        " font&lt;/P&gt;&lt;P&gt;      gs_interior type ole2_object,        " Pattern&lt;/P&gt;&lt;P&gt;      worksheet   type ole2_object,&lt;/P&gt;&lt;P&gt;      h_cell      type ole2_object,&lt;/P&gt;&lt;P&gt;      h_cell1     type ole2_object,&lt;/P&gt;&lt;P&gt;      range       type ole2_object,&lt;/P&gt;&lt;P&gt;      h_sheet2    type ole2_object,&lt;/P&gt;&lt;P&gt;      h_sheet3    type ole2_object,&lt;/P&gt;&lt;P&gt;      gs_font     type ole2_object,&lt;/P&gt;&lt;P&gt;      flg_stop(1) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;          Internal table Declaration&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;*********************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of t_excel occurs 0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vkorg(20) type c, "Sales Org&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbtyp(20) type c, "Document Category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;auart(20) type c, "Document Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ernam(20) type c, "Created By&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbeln(20) type c, "Document Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posnr(20) type c, "Item Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erdat(20) type c, "Created Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vdatu(20) type c, "Header Requested Delivery Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reqdat(20) type c, "Request date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condat(20) type c, "Confirm date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifsk(20) type c, "Header Block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;txt30(30) type c, "Order User Status Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifsp(20) type c, "Line Block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dispo(20) type c, "MRP Controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dsnam(20) type c, "MRP Controller Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vmsta(20) type c, "Material Sales Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kunnr(20) type c, "Sold To&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cname(35) type c, "Sold To Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regio(20) type c, "State&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cufd(10) type c, "CUD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bstnk(20) type c, "PO#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bsark(20) type c, "Ordering Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnr(20) type c, "Material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maktx(35) type c, "Material Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t200(20) type c, "T200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vtext(20) type c, "T200 Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matkl(20) type c, "Material Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zzbomind(7) type c, "BOM Indicator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ostat(20) type c, "Order Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmgst(20) type c, "CRD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inco1(20) type c, "Incoterms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oqty(20) type c, "Order Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pqty(20) type c, "Open Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unit(20) type c, "UOM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;onet(20) type c, "Order Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pnet(20) type c, "Open Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curr(20) type c, "Currency key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so_bezei like tvkbt-bezei,"Sales Office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sg_bezei like tvgrt-bezei,"Sales Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bname(20) type c, "Ordering Party&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;contact(20) type c, "Contact Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telf1(20) type c, "Contact telf1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reqqty(20) type c, "Item Request qty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reqval(20) type c, "Item Request value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conqty(20) type c, "Item Confirm qty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conval(20) type c, "Item Confirm value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zzrev(02) type c, "Revenue recognition acceptance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bezei(20) type c, "Revenue recognition text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vgbel(20) type c, "Reference Order for RETURNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0008text(255) type c, "Internal Order Comment Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of t_excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_excel_bckord like t_excel occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      t_excel_bcklog like t_excel occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      t_excel_blkord like t_excel occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  types: data1(1500) type c,&lt;/P&gt;&lt;P&gt;         ty          type table of data1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data:  it          type ty with header line,&lt;/P&gt;&lt;P&gt;it_2          type ty with header line,&lt;/P&gt;&lt;P&gt;it_3          type ty with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         rec         type sy-tfill,&lt;/P&gt;&lt;P&gt;         deli(1)     type c,&lt;/P&gt;&lt;P&gt;         l_amt(18)   type c.&lt;/P&gt;&lt;P&gt; data: begin of hex,&lt;/P&gt;&lt;P&gt;         tab type x,&lt;/P&gt;&lt;P&gt;        end of hex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  field-symbols: &amp;lt;fs&amp;gt;      .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  constants cns_09(2) type n value 09.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  assign deli to &amp;lt;fs&amp;gt; type 'X'.&lt;/P&gt;&lt;P&gt;  hex-tab = cns_09.&lt;/P&gt;&lt;P&gt;  &amp;lt;fs&amp;gt; = hex-tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data gv_sheet_name(20) type c .&lt;/P&gt;&lt;P&gt;&lt;/P&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;M A C R O Declaration&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;define ole_check_error.&lt;/P&gt;&lt;P&gt;  if &amp;amp;1 ne 0.&lt;/P&gt;&lt;P&gt;    message e001(zz) with &amp;amp;1.&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;end-of-definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vkorg = 'ABC'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbtyp = 'DEF'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-auart = 'GHI'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-ernam = 'JKL'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbeln = 'MNO'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-0008text = 'XYZ'.&lt;/P&gt;&lt;P&gt;append t_excel_bckord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vkorg = 'ABC1'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbtyp = 'DEF1'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-auart = 'GHI1'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-ernam = 'JKL1'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbeln = 'MNO1'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-0008text = 'XYZ1'.&lt;/P&gt;&lt;P&gt;append t_excel_bckord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vkorg = 'ABC2'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbtyp = 'DEF2'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-auart = 'GHI2'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-ernam = 'JKL2'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbeln = 'MNO2'.&lt;/P&gt;&lt;P&gt;t_excel_bckord-0008text = 'XYZ2'.&lt;/P&gt;&lt;P&gt;append t_excel_bckord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vkorg = 'ABC'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbtyp = 'DEF'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-auart = 'GHI'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ernam = 'JKL'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbeln = 'MNO'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-0008text = 'XYZ'.&lt;/P&gt;&lt;P&gt;append t_excel_bcklog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vkorg = 'ABC1'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbtyp = 'DEF1'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-auart = 'GHI1'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ernam = 'JKL1'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbeln = 'MNO1'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-0008text = 'XYZ1'.&lt;/P&gt;&lt;P&gt;append t_excel_bcklog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vkorg = 'ABC2'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbtyp = 'DEF2'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-auart = 'GHI2'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ernam = 'JKL2'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbeln = 'MNO2'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-0008text = 'XYZ2'.&lt;/P&gt;&lt;P&gt;append t_excel_bcklog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vkorg = 'ABC3'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbtyp = 'DEF3'..&lt;/P&gt;&lt;P&gt;t_excel_bcklog-auart = 'GHI3'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ernam = 'JKL3'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbeln = 'MNO3'.&lt;/P&gt;&lt;P&gt;t_excel_bcklog-0008text = 'XYZ3'.&lt;/P&gt;&lt;P&gt;append t_excel_bcklog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg = 'ABC'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp = 'DEF'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart = 'GHI'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam = 'JKL'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln = 'MNO'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text = 'XYZ'.&lt;/P&gt;&lt;P&gt;append t_excel_blkord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg = 'ABC1'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp = 'DEF1'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart = 'GHI1'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam = 'JKL1'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln = 'MNO1'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text = 'XYZ1'.&lt;/P&gt;&lt;P&gt;append t_excel_blkord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg = 'ABC2'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp = 'DEF2'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart = 'GHI2'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam = 'JKL2'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln = 'MNO2'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text = 'XYZ2'.&lt;/P&gt;&lt;P&gt;append t_excel_blkord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg = 'ABC3'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp = 'DEF3'..&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart = 'GHI3'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam = 'JKL3'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln = 'MNO3'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text = 'XYZ3'.&lt;/P&gt;&lt;P&gt;append t_excel_blkord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg = 'ABC4'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp = 'DEF4'..&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart = 'GHI4'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam = 'JKL4'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln = 'MNO4'.&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text = 'XYZ4'.&lt;/P&gt;&lt;P&gt;append t_excel_blkord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_excel_bckord.&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;t_excel_bckord-vkorg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbtyp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-auart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-ernam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-posnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-erdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vdatu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-reqdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-condat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-lifsk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-txt30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-lifsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-dispo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-dsnam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vmsta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-kunnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-cname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-regio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-cufd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-bstnk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-bsark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-t200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vtext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-matkl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-zzbomind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-ostat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-cmgst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-inco1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-oqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-pqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-onet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-pnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-curr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-so_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-sg_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-bname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-contact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-telf1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-reqqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-reqval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-conqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-conval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-zzrev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-vgbel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bckord-0008text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into it&lt;/P&gt;&lt;P&gt;separated by deli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append it.&lt;/P&gt;&lt;P&gt;    clear it.&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;loop at t_excel_bcklog.&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vkorg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbtyp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-auart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ernam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-posnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-erdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vdatu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-reqdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-condat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-lifsk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-txt30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-lifsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-dispo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-dsnam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vmsta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-kunnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-cname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-regio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-cufd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-bstnk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-bsark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-t200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vtext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-matkl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-zzbomind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-ostat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-cmgst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-inco1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-oqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-pqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-onet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-pnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-curr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-so_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-sg_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-bname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-contact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-telf1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-reqqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-reqval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-conqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-conval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-zzrev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-vgbel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_bcklog-0008text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into it_2&lt;/P&gt;&lt;P&gt;separated by deli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append it_2.&lt;/P&gt;&lt;P&gt;    clear it_2.&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;loop at t_excel_blkord.&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;t_excel_blkord-vkorg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbtyp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-auart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-ernam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-posnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-erdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vdatu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-reqdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-condat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-lifsk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-txt30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-lifsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-dispo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-dsnam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vmsta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-kunnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-cname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-regio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-cufd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-bstnk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-bsark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-t200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vtext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-matkl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-zzbomind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-ostat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-cmgst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-inco1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-oqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-pqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-onet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-pnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-curr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-so_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-sg_bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-bname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-contact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-telf1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-reqqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-reqval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-conqty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-conval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-zzrev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-bezei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-vgbel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_excel_blkord-0008text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into it_3&lt;/P&gt;&lt;P&gt;separated by deli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; append it_3.&lt;/P&gt;&lt;P&gt;    clear it_3.&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;&lt;/P&gt;&lt;P&gt;  if h_excel-header = space or h_excel-handle = -1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;start Excel&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    create object h_excel 'EXCEL.APPLICATION'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- get list of workbooks, initially empty&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Workbooks' = h_mapl.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  set property of h_excel 'Visible' = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;add a new workbook&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method of h_mapl 'Add' = h_map.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*GV_SHEET_NAME = '1st SHEET'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_sheet_name = 'Back Orders'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  get property of  h_excel 'ACTIVESHEET' = worksheet.&lt;/P&gt;&lt;P&gt;set property of worksheet 'Name' = gv_sheet_name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Formatting the area of additional data 1 and doing the BOLD&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 1.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 50.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Range' = h_cell&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = w_cell1&lt;/P&gt;&lt;P&gt;#2 = w_cell2.&lt;/P&gt;&lt;P&gt;*CALL METHOD OF gs_cells 'Select' .&lt;/P&gt;&lt;P&gt;get property of h_cell 'Font' = gs_font .&lt;/P&gt;&lt;P&gt;set property of gs_font 'Bold' = 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        data l_rc type i.&lt;/P&gt;&lt;P&gt;  call method cl_gui_frontend_services=&amp;gt;clipboard_export&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      data                 = it[]&lt;/P&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      rc                   = l_rc&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;P&gt;      error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      not_supported_by_gui = 3&lt;/P&gt;&lt;P&gt;      others               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call method of h_excel 'Range' = range&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = w_cell1&lt;/P&gt;&lt;P&gt;      #2 = w_cell2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of range 'Select'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method of worksheet 'Paste'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL METHOD OF h_excel 'QUIT'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*GV_SHEET_NAME = '2ND SHEET'.&lt;/P&gt;&lt;P&gt;gv_sheet_name = 'Backlog'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get property of h_excel 'Sheets' = h_sheet2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_sheet2 'Add' = h_map.&lt;/P&gt;&lt;P&gt;set property of h_map 'Name' = gv_sheet_name .&lt;/P&gt;&lt;P&gt;  get property of  h_excel 'ACTIVESHEET' = worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Formatting the area of additional data 1 and doing the BOLD&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 1.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 50.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Range' = h_cell&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = w_cell1&lt;/P&gt;&lt;P&gt;#2 = w_cell2.&lt;/P&gt;&lt;P&gt;get property of h_cell 'Font' = gs_font .&lt;/P&gt;&lt;P&gt;set property of gs_font 'Bold' = 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method cl_gui_frontend_services=&amp;gt;clipboard_export&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      data                 = it_2[]&lt;/P&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      rc                   = l_rc&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;P&gt;      error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      not_supported_by_gui = 3&lt;/P&gt;&lt;P&gt;      others               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call method of h_excel 'Range' = range&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = w_cell1&lt;/P&gt;&lt;P&gt;      #2 = w_cell2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of range 'Select'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method of worksheet 'Paste'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*GV_SHEET_NAME = '3rd SHEET'.&lt;/P&gt;&lt;P&gt;gv_sheet_name = 'Blocked Orders'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get property of h_excel 'Sheets' = h_sheet3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_sheet3 'Add' = h_map.&lt;/P&gt;&lt;P&gt;set property of h_map 'Name' = gv_sheet_name .&lt;/P&gt;&lt;P&gt;  get property of  h_excel 'ACTIVESHEET' = worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Formatting the area of additional data 1 and doing the BOLD&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 1.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = 1&lt;/P&gt;&lt;P&gt;#2 = 50.&lt;/P&gt;&lt;P&gt;call method of h_excel 'Range' = h_cell&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#1 = w_cell1&lt;/P&gt;&lt;P&gt;#2 = w_cell2.&lt;/P&gt;&lt;P&gt;get property of h_cell 'Font' = gs_font .&lt;/P&gt;&lt;P&gt;set property of gs_font 'Bold' = 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method cl_gui_frontend_services=&amp;gt;clipboard_export&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      data                 = it_3[]&lt;/P&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      rc                   = l_rc&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;P&gt;      error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      not_supported_by_gui = 3&lt;/P&gt;&lt;P&gt;      others               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell1&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of h_excel 'Cells' = w_cell2&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = 1&lt;/P&gt;&lt;P&gt;      #2 = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call method of h_excel 'Range' = range&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      #1 = w_cell1&lt;/P&gt;&lt;P&gt;      #2 = w_cell2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call method of range 'Select'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; PERFORM err_hdl.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method of worksheet 'Paste'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- disconnect from Excel&lt;/P&gt;&lt;P&gt;  free object h_zl.&lt;/P&gt;&lt;P&gt;  free object h_mapl.&lt;/P&gt;&lt;P&gt;  free object h_map.&lt;/P&gt;&lt;P&gt;  free object h_excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703157#M308126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703158#M308127</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;Look at this code, i have written this like, first it will copy the data into the Clipboard and then it will paste the data into an excel sheet in a single shot. copy this program and paste this, you will know this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report ZETA_EXCEL_DOWNLOAD *
*&amp;amp; *
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; *
*&amp;amp; *
*&amp;amp;---------------------------------------------------------------------*


report zeta_excel_download no standard page heading.
include ole2incl .
data: gs_excel type ole2_object ,
gs_wbooklist type ole2_object ,
gs_application type ole2_object ,
gs_wbook type ole2_object ,
gs_activesheet type ole2_object ,
gs_sheets type ole2_object ,
gs_newsheet type ole2_object ,
gs_cell1 type ole2_object ,
gs_cell2 type ole2_object ,
gs_cells type ole2_object ,
gs_range type ole2_object ,
gs_font type ole2_object ,
gs_interior type ole2_object ,
gs_columns type ole2_object ,
gs_charts type ole2_object ,
gs_chart type ole2_object ,
gs_charttitle type ole2_object ,
gs_charttitlechar type ole2_object ,
gs_chartobjects type ole2_object .

data gv_sheet_name(20) type c .
data gv_outer_index like sy-index .
data gv_intex(2) type c .
data gv_line_cntr type i . "line counter
data gv_linno type i . "line number
data gv_colno type i . "column number
data gv_value type i . "data
data text(40).
parameters: p_sheets type i .


*********************************************************************
**           Internal table Declaration
*********************************************************************

data: begin of t_excel occurs 0,

vkorg(20) type c, "Sales Org

vbtyp(20) type c, "Document Category

auart(20) type c, "Document Type

ernam(20) type c, "Created By

vbeln(20) type c, "Document Number

posnr(20) type c, "Item Number

erdat(20) type c, "Created Date

vdatu(20) type c, "Header Requested Delivery Date

reqdat(20) type c, "Request date

condat(20) type c, "Confirm date

lifsk(20) type c, "Header Block

txt30(30) type c, "Order User Status Description

lifsp(20) type c, "Line Block

dispo(20) type c, "MRP Controller

dsnam(20) type c, "MRP Controller Description

vmsta(20) type c, "Material Sales Status

kunnr(20) type c, "Sold To

cname(35) type c, "Sold To Name

regio(20) type c, "State

cufd(10) type c, "CUD

bstnk(20) type c, "PO#

bsark(20) type c, "Ordering Method

matnr(20) type c, "Material

maktx(35) type c, "Material Description

t200(20) type c, "T200

vtext(20) type c, "T200 Description

matkl(20) type c, "Material Group

zzbomind(7) type c, "BOM Indicator

ostat(20) type c, "Order Status

cmgst(20) type c, "CRD

inco1(20) type c, "Incoterms

oqty(20) type c, "Order Quantity

pqty(20) type c, "Open Quantity

unit(20) type c, "UOM

onet(20) type c, "Order Value

pnet(20) type c, "Open Value

curr(20) type c, "Currency key

so_bezei like tvkbt-bezei,"Sales Office

sg_bezei like tvgrt-bezei,"Sales Group

bname(20) type c, "Ordering Party

contact(20) type c, "Contact Name

telf1(20) type c, "Contact telf1

reqqty(20) type c, "Item Request qty

reqval(20) type c, "Item Request value

conqty(20) type c, "Item Confirm qty

conval(20) type c, "Item Confirm value

zzrev(02) type c, "Revenue recognition acceptance

bezei(20) type c, "Revenue recognition text

vgbel(20) type c, "Reference Order for RETURNS

0008text(255) type c, "Internal Order Comment Text

end of t_excel.

data: t_excel_bckord like t_excel occurs 0 with header line,
      t_excel_bcklog like t_excel occurs 0 with header line,
      t_excel_blkord like t_excel occurs 0 with header line.
*********************************************************************


start-of-selection .
do p_sheets times .
*--Forming sheet name
gv_intex = sy-index .
gv_outer_index = sy-index .
*CONCATENATE 'Excel Sheet #' gv_intex INTO gv_sheet_name .
move: 'Sheet No 1' to gv_sheet_name .


*--For the first loop, Excel is initiated and one new sheet is added
if sy-index = 1 .
create object gs_excel 'EXCEL.APPLICATION' .
set property of gs_excel 'Visible' = 1 .
get property of gs_excel 'Workbooks' = gs_wbooklist .
get property of gs_wbooklist 'Application' = gs_application .
set property of gs_application 'SheetsInNewWorkbook' = 1 .
call method of gs_wbooklist 'Add' = gs_wbook .

get property of gs_application 'ActiveSheet' = gs_activesheet .
set property of gs_activesheet 'Name' = gv_sheet_name .

*--For the rest of loops, other sheets are added
else .
get property of gs_wbook 'Sheets' = gs_sheets .
call method of gs_sheets 'Add' = gs_newsheet .
set property of gs_newsheet 'Name' = gv_sheet_name .
endif .
gv_line_cntr = 1 . "line counter

*--Writing some additional data for the title
call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 1.
set property of gs_cell1 'Value' = 'Column 1' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 2.
set property of gs_cell1 'Value' = 'Column 2' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 3.
set property of gs_cell1 'Value' = 'Column 3' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 4.
set property of gs_cell1 'Value' = 'Column 4' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 5.
set property of gs_cell1 'Value' = 'Column 5' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 6.
set property of gs_cell1 'Value' = 'Column 6' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_line_cntr
#2 = 7.
set property of gs_cell1 'Value' = 'Column 7' .


*--Formatting the area of additional data 1 and doing the BOLD
call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = 1
#2 = 1.
call method of gs_excel 'Cells' = gs_cell2
exporting
#1 = gv_line_cntr
#2 = 7.
call method of gs_excel 'Range' = gs_cells
exporting
#1 = gs_cell1
#2 = gs_cell2.
*CALL METHOD OF gs_cells 'Select' .
get property of gs_cells 'Font' = gs_font .
set property of gs_font 'Bold' = 1 .



*--Formatting the area of additional data 2
call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = 1
#2 = 7.
call method of gs_excel 'Cells' = gs_cell2
exporting
#1 = gv_line_cntr
#2 = 7.
call method of gs_excel 'Range' = gs_cells
exporting
#1 = gs_cell1
#2 = gs_cell2.
call method of gs_cells 'Select' .
get property of gs_cells 'Columns' = gs_columns .
call method of gs_columns 'AutoFit' .


*--Putting axis labels
gv_colno = 2 .
gv_line_cntr = gv_line_cntr + 1 .
gv_linno = gv_line_cntr - 1 .


************************************************************************
do 7 times.  " Need to put the loop over here

gv_linno = gv_linno + 1.

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 1.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE1' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 2.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE2' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 3.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE3' .


call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 4.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE4' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 5.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE5' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 6.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE6' .

call method of gs_excel 'Cells' = gs_cell1
exporting
#1 = gv_linno
#2 = 7.
set property of gs_cell1 'Value' = 'ITAB1-COl1_VALUE7' .

enddo.
************************************************************************


enddo.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 18:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703158#M308127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T18:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703159#M308128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the solution provided by 'Ramesh Babu' is very good. i'm though not able to award points as its giving some error.. but it surely qualifies for 10 points. thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 05:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703159#M308128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T05:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703160#M308129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the program is working fine in our system. I have even implemented the code in one of the client system &amp;amp; everything is going fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 08:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703160#M308129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel download performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703161#M308130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CLIPBOARD option and the NO FLUSH options are really helpful for cutting down on time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-download-performance-issue/m-p/1703161#M308130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:18:39Z</dc:date>
    </item>
  </channel>
</rss>

