Menu

SAP Function Module BAPI_SYSTEM_MTE_SETGENPROP

Set the General Properties of an MTE

The Function Module BAPI_SYSTEM_MTE_SETGENPROP (Set the General Properties of an MTE) 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_SETGENPROP
Short Text Set the General Properties of an MTE
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
KEEP_ALERT_MAX LIKE BAPIMTEPRP-KEEPALMAX Maximum Number of Alerts
KEEP_ALERT_TYPE LIKE BAPIMTEPRP-KEEPALTYPE Defines which Alerts are to be Retained
SEC_TILL_COLLECT LIKE BAPIMTEPRP-SECTILCOLT Duration Until Data Collection
SEC_TILL_INACTIVE LIKE BAPIMTEPRP-SECTILINAC Duration Until Set to Inactive
SEC_TILL_WARMUP LIKE BAPIMTEPRP-SECWARMUPT Duration as Long as Warmup Phase is Running
SEVERITY LIKE BAPIMTEPRP-SEVERITY Severity
TEXT_CLASS LIKE BAPIMTEPRP-DTEXTCLASS Text Class Used
TEXT_ID LIKE BAPIMTEPRP-DTEXTID Text ID Used
TID LIKE BAPITID MTE ID
TID_SPECIFIC LIKE BAPIPARAMS-BOOL_PARA ' ' X if the Change is Only for MTE
VARIANT_NAME LIKE BAPIVARINT-NAME Name of Variant Used
VISIBLE_LEVEL LIKE BAPIMTEPRP-VISILEVEL View

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 BAPI Return Structure

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.