Menu

SAP Function Module SALM_MONITOR_TEMPL_NODE_CREATE

Erzeugen eines Templateknotens

The Function Module SALM_MONITOR_TEMPL_NODE_CREATE (Erzeugen eines Templateknotens) is a standard Function Module in SAP ERP and is part of the function group SALM within the package SMOI.

Technical Information

Function Module SALM_MONITOR_TEMPL_NODE_CREATE
Short Text Erzeugen eines Templateknotens
Function Group SALM
Package SMOI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LEVEL TYPE I Level des neuen Knotens im Template
NAME TYPE CCMSM_MONITEMPL_NODE_NAME Name des Templateknotens
NODE_INDEX TYPE I Index des neuen Knotens im Template
PARENT_INDEX TYPE I Parentindex des neuen Knotens im Template
TID LIKE ALGLOBTID TID eines realen MTE-Templateknotens
TYPE TYPE CCMSM_MONITEMPL_NODE_TYPE Typ des Templateknotens

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
TEMPLATE_NODE TYPE CCMSM_MONITOR_TEMPLATE_NODE neuer Templateknoten

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_LEVEL ungültiger Templatebaumlevel
INVALID_NODE_INDEX ungültiger Templateknotenindex
INVALID_NODE_TYPE ungültiger Templateknotentyp
INVALID_PARENT_INDEX ungültiger Templateparentindex
NAME_MISSING es wurde kein Knotenname angegeben