Menu

SAP Function Module SUSR_TOOLS_DISPLAY_LEGEND

Display Legend in Pop-Up using SALV

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module SUSR_TOOLS_DISPLAY_LEGEND (Display Legend in Pop-Up using SALV) is a standard Function Module in SAP ERP and is part of the function group SUSR_TOOLS within the package SUSR.

Technical Information

Function Module SUSR_TOOLS_DISPLAY_LEGEND
Short Text Display Legend in Pop-Up using SALV
Function Group SUSR_TOOLS
Package SUSR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_BOTTOM_TEXT TYPE PFELINE optional text displayed in the bottom of alv
IM_GROUP_COLUMN TYPE SAP_BOOL 'X' group identical symbols
IM_HEADER_COLUMN_1 TYPE SCRTEXT_M header line of column 1
IM_HEADER_COLUMN_2 TYPE SCRTEXT_M header line of column 2
IM_HEADER_LINE TYPE LVC_TITLE set header line
IM_SET_HORIZONTAL_LINES TYPE SAP_BOOL 'X' set horizontal lines in alv
IM_SET_VERTICAL_LINES TYPE SAP_BOOL 'X' set vertical lines in alv

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
IM_DATA TYPE SUSR_TT_LEGEND Type used by SUSR_TOOLS_DISPLAY_LEGEND

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_DATA_IN_TABLE table im_data does not contain any content
SALV_DATA_ERROR Input data in alv is wrong
SALV_MSG an error occured in alv
SALV_NOT_FOUND Column in ALV cannot be found
WRONG_COLOR The color in imported table is no correct one