Menu

SAP Function Module BAPI_SYSTEM_MTE_GETGENPROP

Read General Properties of a Monitor Tree Element

The Function Module BAPI_SYSTEM_MTE_GETGENPROP (Read General Properties of a Monitor Tree Element) is a standard Function Module in SAP ERP and is part of the function group SALX within the package SMOI.

Technical Information

Function Module BAPI_SYSTEM_MTE_GETGENPROP
Short Text Read General Properties of a Monitor Tree Element
Function Group SALX
Package SMOI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXTERNAL_USER_NAME LIKE BAPIXMLOGR-EXTUSER Name of the SAP-External User
TID LIKE BAPITID Monitor Tree Element ID

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTUAL_ALERT LIKE BAPIAID ID of 'Actual Alert'
ACTUAL_ALERT_DATA LIKE BAPIALDATA Alert Value of Actual Alert
ANALYZE_TOOL_DEF LIKE BAPITLDEF Effectively Assigned Analysis Method
COLLECTION_TOOL_DEF LIKE BAPITLDEF Effectively Assigned Data Collection Method
COLLECTION_TOOL_RUN LIKE BAPITLRUN Runtime Information for Data Collection Method
GENERAL_INFO LIKE BAPIMTEGEN General Data (Name, MTE Class and so on)
GENERAL_PROPERTIES LIKE BAPIMTEPRP General Customizing data
GENERAL_VALUES LIKE BAPIMTEVAL Current General Values
HIGHEST_ALERT LIKE BAPIAID ID of 'Highest Alert'
HIGHEST_ALERT_DATA LIKE BAPIALDATA Alert Value of 'Highest Alert'
LAST_VALUE_TIME LIKE BAPIALDATE Time of Last Value Change
ONALERT_TOOL_DEF LIKE BAPITLDEF Effectively Assigned Auto-Reaction Method
ONALERT_TOOL_RUN LIKE BAPITLRUN Runtime Information for Auto-Reaction Method
PARENT_DATA LIKE BAPIPARENT Information About the Parent Node
PARENT_TID LIKE BAPITID Parent Node ID
RETURN LIKE BAPIRET2 Return Messages

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.