The Function Module G_VARIABLE_GET_USED_VARIABLES (In einer Formelvariablen verwendete Variablen bestimmen) is a standard Function Module in SAP ERP and is part of the function group GSVG within the package GBSE.
Function Module | G_VARIABLE_GET_USED_VARIABLES |
Short Text | In einer Formelvariablen verwendete Variablen bestimmen |
Function Group | GSVG |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_CLIENT | TYPE | SY-MANDT | SY-MANDT | Mandant |
IM_FORMULA | TYPE | T802G-FKT | SPACE | Alternativ: Formel |
IM_VARIABLE | TYPE | GLOBAL | SPACE | Variable, Formel wird von DB gelesen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_CHILDREN | TYPE | RGVARLIST | Liste von Variablen |
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.