The Function Module G_RULE_RECURSION_CHECK (Checks whether of not a rule is recursive) is a standard Function Module in SAP ERP and is part of the function group GBL3 within the package GVAL.
Function Module | G_RULE_RECURSION_CHECK |
Short Text | Checks whether of not a rule is recursive |
Function Group | GBL3 |
Package | GVAL |
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 | Requested client | |
SUBRULE_PARENT | LIKE | GB90-BOOLID | Rule name |
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 |
---|---|---|---|---|
SUBRULE_CHILDREN | LIKE | GB90 | A list of children of this rule |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
RECURSIVE_RULE | This rule is recursive |