The Function Module TB_MESSAGES_SHOW (Meldungen anzeigen: Hülle um CO-Message Handler) is a standard Function Module in SAP ERP and is part of the function group TB79 within the package FTA.
Function Module | TB_MESSAGES_SHOW |
Short Text | Meldungen anzeigen: Hülle um CO-Message Handler |
Function Group | TB79 |
Package | FTA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BATCH_LIST_TYPE | TYPE | C | 'J' | J - job log / L - in spoo list / B - bothl |
CORRECTIONS_FUNC_TEXT | TYPE | ANY | SPACE | Text für Funktionstaste 'corrections_wanted' |
CORRECTIONS_OPTION | TYPE | C | SPACE | Bei Warnungen: Korrekturen möglich |
I_AMODAL_WINDOW | LIKE | BOOLE-BOOLE | ' ' | Amodale Anzeige (X-ja) |
LINE_FROM | TYPE | ANY | SPACE | Nur Nachrichten mit größerer Bezugszeile zeigen |
LINE_TO | TYPE | ANY | SPACE | Nur Nachrichten mit kleinerer Bezugszeile zeigen |
OBJECT | TYPE | ANY | SPACE | Objekt für Titel im Nachrichten-Dialogfenster |
SEND_IF_ONE | TYPE | BOOLE_D | SPACE | Message wird direkt gesendet, wenn Anzahl - 1 |
SHOW_LINNO | TYPE | BOOLE_D | 'X' | Zeilennummern mit anzeigen |
SHOW_LINNO_TEXT | TYPE | C | SPACE | Spaltenüberschrift für Zeile |
SHOW_LINNO_TEXT_LEN | LIKE | '3' | Spaltenbreite für Zeile in der Anzeige |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CORRECTIONS_WANTED | LIKE | Bei Warnungen: Korrekturen erwünscht | ||
E_EXIT_COMMAND | TYPE | BAL_S_EXCM | Info: Popup mit Enter/Abbrechen/Zurück beendet |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INCONSISTENT_RANGE | LINE_TO kleiner als LINE_FROM |
NO_MESSAGES | Keine Nachrichten im gewünschten Intervall |
OTHERS_MESSAGES | sonstiger Fehler |