Menu

SAP Function Module FTR_MESSAGE_STORE

Ausgabe einer Nachricht an einen Message-Handler/Dialog

The Function Module FTR_MESSAGE_STORE (Ausgabe einer Nachricht an einen Message-Handler/Dialog) is a standard Function Module in SAP ERP and is part of the function group FTR_00 within the package FTTR.

Technical Information

Function Module FTR_MESSAGE_STORE
Short Text Ausgabe einer Nachricht an einen Message-Handler/Dialog
Function Group FTR_00
Package FTTR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ID LIKE SY-MSGID Nachrichtenklasse
I_MH_FLAG_COLL_END LIKE Nachfolgende Meldg. werden nicht mehr gesammelt
I_MH_REPEAT_SHOW LIKE '1' W- und I-Messages mehrfach anzeigen?
I_MH_SICHT LIKE TBZ3E-SICHT aktuelle Sicht
I_MH_STEPL LIKE SY-STEPL ggf. Step-loop-Zeile der Nachricht
I_MH_TBFLD_STRG LIKE Cursorfeld / hell leuchtende Felder
I_MSGV1 LIKE Nachrichtenvariable 1
I_MSGV2 LIKE Nachrichtenvariable 2
I_MSGV3 LIKE Nachrichtenvariable 3
I_MSGV4 LIKE Nachrichtenvariable 4
I_NUMBER LIKE Nachrichtennummer
I_TYPE LIKE SY-MSGTY Nachrichtentyp

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RC LIKE SY-SUBRC Returncode

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.