The Function Module RULE_RESULT_ERROR_NODE_CREATE (Erzeugt einen Fehlerknoten als Ergebnisknoten einer Regel) is a standard Function Module in SAP ERP and is part of the function group SAL_RULE within the package SMOI.
Function Module | RULE_RESULT_ERROR_NODE_CREATE |
Short Text | Erzeugt einen Fehlerknoten als Ergebnisknoten einer Regel |
Function Group | SAL_RULE |
Package | SMOI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_MSG_ID | TYPE | SYMSGID | T100-Message-Id | |
ERROR_MSG_NO | TYPE | SYMSGNO | T100-Message-Nummer | |
ERROR_MSG_PAR1 | TYPE | SYMSGV | SPACE | Messageparameter 1 |
ERROR_MSG_PAR2 | TYPE | SYMSGV | SPACE | Messageparameter 2 |
ERROR_MSG_PAR3 | TYPE | SYMSGV | SPACE | Messageparameter 3 |
ERROR_MSG_PAR4 | TYPE | SYMSGV | SPACE | Messageparameter 4 |
ERROR_TYPE | TYPE | ALRLERTYPE | Semantischer Fehler / Ausführungsfehler |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT_NODE | TYPE | ALRLRSNODE | Ergebnisknoten der Regel |
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.