<?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: Function Module 'XXL_SIMPLE_API' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505717#M1065887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional Info...&lt;/P&gt;&lt;P&gt;Earlier we were using the Function Module 'MS_EXCEL_OLE_STANDARD_DAT' nad we want to replace this as it has become obselete..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2008 15:35:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-19T15:35:40Z</dc:date>
    <item>
      <title>Function Module 'XXL_SIMPLE_API'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505715#M1065885</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 am using the function module 'XXL_SIMPLE_API' to download data into the excel sheet. &lt;/P&gt;&lt;P&gt;       By using the function Module the data is getting displayed in the excel but when we close the excel sheet ,  it is not getting saved . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                 Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505715#M1065885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module 'XXL_SIMPLE_API'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505716#M1065886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dont you use GUI_DOWNLOAD instead? Search the forum, you will find lots of examples.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
          CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              filename                = l_floc         "File Path and name
              filetype                = 'DAT'
              write_field_separator   = ' '
            TABLES
              data_tab                = i_outputtab     " Output internal table
              fieldnames              = i_header        "Column Header
            EXCEPTIONS
              file_write_error        = 1
              no_batch                = 2
              gui_refuse_filetransfer = 3
              invalid_type            = 4
              no_authority            = 5
              unknown_error           = 6
              header_not_allowed      = 7
              separator_not_allowed   = 8
              filesize_not_allowed    = 9
              header_too_long         = 10
              dp_error_create         = 11
              dp_error_send           = 12
              dp_error_write          = 13
              unknown_dp_error        = 14
              access_denied           = 15
              dp_out_of_memory        = 16
              disk_full               = 17
              dp_timeout              = 18
              file_not_found          = 19
              dataprovider_exception  = 20
              control_flush_error     = 21
              OTHERS                  = 22.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505716#M1065886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module 'XXL_SIMPLE_API'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505717#M1065887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additional Info...&lt;/P&gt;&lt;P&gt;Earlier we were using the Function Module 'MS_EXCEL_OLE_STANDARD_DAT' nad we want to replace this as it has become obselete..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505717#M1065887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module 'XXL_SIMPLE_API'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505718#M1065888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'GUI_DOWNLOAD' is newer than 'XXL_SIMPLE_API'. You dont have to worry about GUI_DOWNLOAD being obsolete.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
'XXL_SIMPLE_API'  was released in 1995
'GUI_DOWNLOAD' was released in 2001
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-xxl-simple-api/m-p/4505718#M1065888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:45:59Z</dc:date>
    </item>
  </channel>
</rss>

