<?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: problem in using 'EXCEL_OLE_STANDARD_DAT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414433#M538807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to write your file to the application server layer if running in the background.  No other function module which uses the frontend will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 14:36:40 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-06-25T14:36:40Z</dc:date>
    <item>
      <title>problem in using 'EXCEL_OLE_STANDARD_DAT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414432#M538806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was told that since, we want to run the report on the job scheduler in the background, we can't use this function 'EXCEL_OLE_STANDARD_DAT' ,because it'll run on the presentation layer. Is there any other function module which does the same function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help urgent.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414432#M538806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T14:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem in using 'EXCEL_OLE_STANDARD_DAT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414433#M538807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to write your file to the application server layer if running in the background.  No other function module which uses the frontend will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414433#M538807</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-25T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem in using 'EXCEL_OLE_STANDARD_DAT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414434#M538808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Below Syntax to download at UNIX Layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Download internal table to Application server file(Unix)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: e_file like rlgrap-filename value '/usr/sap/tmp/file.txt'.      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  open dataset e_file for output in text mode.&lt;/P&gt;&lt;P&gt;  lOOP AT it_datatab......&lt;/P&gt;&lt;P&gt;    transfer it_datatab to e_file.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  close dataset e_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-excel-ole-standard-dat/m-p/2414434#M538808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T14:43:48Z</dc:date>
    </item>
  </channel>
</rss>

