The Function Module CNET_SET_LEGEND (Set the legend in the graphics) is a standard Function Module in SAP ERP and is part of the function group CNET within the package SGRC.
Function Module | CNET_SET_LEGEND |
Short Text | Set the legend in the graphics |
Function Group | CNET |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FOOT_LINE | LIKE | CNG_LEGEND-TEXT | SPACE | Footer |
HEAD_LINE | LIKE | CNG_LEGEND-TEXT | SPACE | Header |
LEGEND_TYPE | LIKE | CNG_LEGEND-TYPE | SPACE | Type |
LETTERING_TYPE | LIKE | NETLGNDFMT | SPACE | Text type |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LEGEND | LIKE | CNG_LEGEND | Objects | |
LEGEND_LINES | LIKE | CNG_INODES | Links |
This function module does not define any Exceptions.