Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

How can i using this function with Gui Download ?

$
0
0

data yol type string.

concatenate 'D:\Proje Çalışanları\' gv_pjtx '.xls' into yol.

 

CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'

   EXPORTING

     file_name                       = yol

*   CREATE_PIVOT                    = 0

*   DATA_SHEET_NAME                 = ' '

*   PIVOT_SHEET_NAME                = ' '

*   PASSWORD                        = ' '

*   PASSWORD_OPTION                 = 0

  TABLES

*   PIVOT_FIELD_TAB                 =

    DATA_TAB                        = itab_detail_collected

*   FIELDNAMES                      =

  EXCEPTIONS

    FILE_NOT_EXIST                  = 1

    FILENAME_EXPECTED               = 2

    COMMUNICATION_ERROR             = 3

    OLE_OBJECT_METHOD_ERROR         = 4

    OLE_OBJECT_PROPERTY_ERROR       = 5

    INVALID_PIVOT_FIELDS            = 6

    DOWNLOAD_PROBLEM                = 7

    OTHERS                          = 8

           .


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>