SAP ABAP Function Module XXL_FULL_API (Output Excel list viewer list)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRP (Package) ABAP Graphics Development
Basic Data
Function Module XXL_FULL_API Output Excel list viewer list  
Function Group TXXL   EXCEL - list viewer interface  
Program Name SAPLTXXL    
INCLUDE Name LTXXLU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing DATA_ENDING_AT TYPE -1 Number of the first line to be transferred in DATA
Importing DATA_STARTING_AT TYPE 1 Number of the last line to be transferred in DATA
Importing FILENAME TYPE GXXLT_F-FILE SPACE File name on the workstation
Importing HEADER_1 TYPE GXXLT_P-TEXT SPACE Heading 1
Importing HEADER_2 TYPE GXXLT_P-TEXT SPACE Heading 2
Importing NO_DIALOG TYPE 'X' ' ' = function module requests FILENAME and NO_START itself
Importing NO_START TYPE SPACE 'X' = do not start XXL (only store list)
Importing N_ATT_COLS TYPE Number of data columns in the list object
Importing N_HRZ_KEYS TYPE Number of (hierarchical) key lines
Importing N_VRT_KEYS TYPE Number of (hierarchical) key columns
Importing SEMA_TYPE TYPE SPACE 'X' = convert STR columns if required
Importing SO_TITLE TYPE GXXLT_F-SO_TITLE SPACE
Tables DATA TYPE   Contents for key and data columns
Tables HKEY TYPE GXXLT_H Contents for key lines
Tables ONLINE_TEXT TYPE GXXLT_O Table with online texts
Tables PRINT_TEXT TYPE GXXLT_P Table with print texts
Tables SEMA TYPE GXXLT_S Semantic information on DATA columns
Tables VKEY TYPE GXXLT_V Headings for key columns
Exception CANCELLED_BY_USER TYPE Cancellation by user (only for NO_DIALOG = ' ' )
Exception DATA_TOO_BIG TYPE Maximum sizes for DATA exceeded
Exception DIM_MISMATCH_DATA TYPE Non-present DATA column is referenced
Exception DIM_MISMATCH_SEMA TYPE Number of SEMA lines <> N_VRT_KEYS + N_ATT_COLS
Exception DIM_MISMATCH_VKEY TYPE Number of VKEY lines <> N_VRT_KEYS
Exception ERROR_IN_HKEY TYPE see documentation
Exception ERROR_IN_SEMA TYPE see documentation
Exception FILE_OPEN_ERROR TYPE File FILENAME cannot be opened
Exception FILE_WRITE_ERROR TYPE File FILENAME cannot be written to
Exception INV_DATA_RANGE TYPE DATEN_FROM/ DATEN_TO is too large / too small
Exception INV_WINSYS TYPE Wrong window system, DOS windows required
Exception INV_XXL TYPE Installation at the frontend incorrect
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in