Menu

SAP Function Module CY01_S_MESSAGE_SET

Sets a message to be displayed as a S message at the end of a function

The Function Module CY01_S_MESSAGE_SET (Sets a message to be displayed as a S message at the end of a function) is a standard Function Module in SAP ERP and is part of the function group CY24 within the package CY01.

Technical Information

Function Module CY01_S_MESSAGE_SET
Short Text Sets a message to be displayed as a S message at the end of a function
Function Group CY24
Package CY01
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MSGID LIKE SY-MSGID 'CY' Message ID
MSGNO LIKE SY-MSGNO Message number
MSGV1 LIKE SY-MSGV1 Message variable 1
MSGV2 LIKE SY-MSGV2 Message variable 2
MSGV3 LIKE SY-MSGV3 Message variable 3
MSGV4 LIKE SY-MSGV4 Message variable 4
PRIORITY TYPE I Message priority

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.