Menu

SAP Function Module G_RULE_RECURSION_CHECK

Checks whether of not a rule is recursive

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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
RECURSIVE_RULE This rule is recursive