Menu

SAP Function Module CX_F_MESSAGE

Collect/output message for a message code

The Function Module CX_F_MESSAGE (Collect/output message for a message code) is a standard Function Module in SAP ERP and is part of the function group CXFE within the package CX.

Technical Information

Function Module CX_F_MESSAGE
Short Text Collect/output message for a message code
Function Group CXFE
Package CX
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_ARBGB LIKE CMIMSG-ARBGB 'C7' Message type (S,I,W,E,A)
I_FLG_MESSAGE LIKE 'X' Flag: collect or display message
I_MSGNR LIKE CMIMSG-MSGNR SPACE Message no. from T100
I_MSGTY LIKE CMIMSG-MSGTY SPACE Message type (S,I,W,E,A)
I_MSGV1 LIKE SPACE Message parameter 1
I_MSGV2 LIKE SPACE Message parameter 2
I_MSGV3 LIKE SPACE Message parameter 3
I_MSGV4 LIKE SPACE Message parameter 4
I_MSG_CODE LIKE SY-SUBRC 0 Message code from ICXCON00
I_MSG_IN_GRAPHIC LIKE SPACE Flag: display message in graphic
I_MSG_ON_SCREEN LIKE SPACE Flag: display message on screen
I_POS LIKE RCLST-OBJECT SPACE Datenobjekte eines Planes

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

This function module does not define any Exceptions.