SAP ABAP Function Module SUSR_TOOLS_DISPLAY_LEGEND (Display Legend in Pop-Up using SALV)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-USR-ADM (Application Component) User and Authorization Management
⤷
SUSR (Package) ABAP User Administration
⤷
⤷
Basic Data
| Function Module | SUSR_TOOLS_DISPLAY_LEGEND | Display Legend in Pop-Up using SALV |
| Function Group | SUSR_TOOLS | General CUA-Independent Tools |
| Program Name | SAPLSUSR_TOOLS | |
| INCLUDE Name | LSUSR_TOOLSU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
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 | ||
| |
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_BOTTOM_TEXT | TYPE | PFELINE | optional text displayed in the bottom of alv | |||
| |
IM_GROUP_COLUMN | TYPE | SAP_BOOL | 'X' | group identical symbols | ||
| |
IM_DATA | TYPE | SUSR_TT_LEGEND | Type used by SUSR_TOOLS_DISPLAY_LEGEND | |||
| |
NO_DATA_IN_TABLE | TYPE | table im_data does not contain any content | ||||
| |
SALV_MSG | TYPE | an error occured in alv | ||||
| |
WRONG_COLOR | TYPE | The color in imported table is no correct one | ||||
| |
SALV_NOT_FOUND | TYPE | Column in ALV cannot be found | ||||
| |
SALV_DATA_ERROR | TYPE | Input data in alv is wrong | ||||
Processing Type
| Normal Function 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 | 20080415 |
| SAP Release Created in | 710 |