Menu

SAP Function Module XXL_FULL_API

Output Excel list viewer list

The Function Module XXL_FULL_API (Output Excel list viewer list) is a standard Function Module in SAP ERP and is part of the function group TXXL within the package SGRP.

Technical Information

Function Module XXL_FULL_API
Short Text Output Excel list viewer list
Function Group TXXL
Package SGRP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATA_ENDING_AT LIKE -1 Number of the first line to be transferred in DATA
DATA_STARTING_AT LIKE 1 Number of the last line to be transferred in DATA
FILENAME LIKE GXXLT_F-FILE SPACE File name on the workstation
HEADER_1 LIKE GXXLT_P-TEXT SPACE Heading 1
HEADER_2 LIKE GXXLT_P-TEXT SPACE Heading 2
NO_DIALOG LIKE 'X' ' - function module requests FILENAME and NO_START itself
NO_START LIKE SPACE X' - do not start XXL (only store list)
N_ATT_COLS LIKE Number of data columns in the list object
N_HRZ_KEYS LIKE Number of (hierarchical) key lines
N_VRT_KEYS LIKE Number of (hierarchical) key columns
SEMA_TYPE LIKE SPACE X' - convert STR columns if required
SO_TITLE LIKE GXXLT_F-SO_TITLE SPACE

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATA LIKE Contents for key and data columns
HKEY LIKE GXXLT_H Contents for key lines
ONLINE_TEXT LIKE GXXLT_O Table with online texts
PRINT_TEXT LIKE GXXLT_P Table with print texts
SEMA LIKE GXXLT_S Semantic information on DATA columns
VKEY LIKE GXXLT_V Headings for key columns

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELLED_BY_USER Cancellation by user (only for NO_DIALOG - ' ' )
DATA_TOO_BIG Maximum sizes for DATA exceeded
DIM_MISMATCH_DATA Non-present DATA column is referenced
DIM_MISMATCH_SEMA Number of SEMA lines <> N_VRT_KEYS + N_ATT_COLS
DIM_MISMATCH_VKEY Number of VKEY lines <> N_VRT_KEYS
ERROR_IN_HKEY see documentation
ERROR_IN_SEMA see documentation
FILE_OPEN_ERROR File FILENAME cannot be opened
FILE_WRITE_ERROR File FILENAME cannot be written to
INV_DATA_RANGE DATEN_FROM/ DATEN_TO is too large / too small
INV_WINSYS Wrong window system, DOS windows required
INV_XXL Installation at the frontend incorrect