Menu

SAP Function Module DG54_WRITE_MESSAGE

GG: Appends the message to internal message table

The Function Module DG54_WRITE_MESSAGE (GG: Appends the message to internal message table) is a standard Function Module in SAP ERP and is part of the function group DG54 within the package CBDG.

Technical Information

Function Module DG54_WRITE_MESSAGE
Short Text GG: Appends the message to internal message table
Function Group DG54
Package CBDG
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MSG_ARBGB LIKE SY-MSGID Arbeitsgebiet (Message ID)
MSG_NR LIKE SY-MSGNO Nachrichtennr. aus T100
MSG_TY LIKE SY-MSGTY Nachrichtentyp (S,I,W,E,A)
MSG_V1 LIKE SY-MSGV1 SPACE Nachrichtenparameter 1
MSG_V2 LIKE SY-MSGV2 SPACE Nachrichtenparameter 2
MSG_V3 LIKE SY-MSGV3 SPACE Nachrichtenparameter 3
MSG_V4 LIKE SY-MSGV4 SPACE Nachrichtenparameter 4

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
MESSAGE_TYPE_NOT_VALID Nachrichtentyp existiert nicht
NO_SY_MESSAGE Keine Systemnachricht gefunden