Menu

SAP Function Module SUSR_TOOLS_DISPLAY_LEGEND

Display Legend in Pop-Up using SALV

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