Menu

SAP Function Module SALM_MONIDEF_READ_FROM_FILE

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module SALM_MONIDEF_READ_FROM_FILE () 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_MONIDEF_READ_FROM_FILE
Short Text
Function Group SALM
Package SMOI
Module Type Normal Module

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MONIDEF TYPE CCMSM_MONITOR_DEFINITION_TBL Monitor definition

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FILENAME TYPE STRING

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CANCELED_BY_USER
CANT_READ_FROM_FILE
CANT_TRANSFORM_XML_TO_MONIDEF
FILE_CONTAINS_INVALID_XML_DATA
FILE_DOES_NOT_CONTAIN_MONIDEF File does not contain any monitor definitions
INTERNAL_ERROR Internal Error