The Function Module GLOBAL_USAGE_REPORT (Maintenance of Set Variable Usage in Reports) is a standard Function Module in SAP ERP and is part of the function group RGGU within the package GBSE.
Function Module | GLOBAL_USAGE_REPORT |
Short Text | Maintenance of Set Variable Usage in Reports |
Function Group | RGGU |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | Client | |
GLOBAL | TYPE | C | Used variable | |
IN_FUNCTION | TYPE | C | I' - Insert, 'D' - Delete | |
IN_LIB | TYPE | C | Library | |
IN_RNAME | TYPE | C | Report | |
IN_SEQNR | TYPE | SIMPLE | Number | |
IN_TYP | LIKE | T801M-RC | L(Line)/C(Column)/S(Selection) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
REFERENCE_CREATED | TYPE | C | 'X': Verwendungsnachweis wurde geschrieben |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.