Fonction SAP CALL_MESSAGE_SCREEN - Call message screen

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_CONDENSE SPROT_I-XFELD C 1 ' ' X condense message variables
I_LANG T100-SPRSL C 1 message language
I_LINES I I 4 0 X maximum number of lines
I_LINE_SIZE I I 4 0 X message line size
I_MESSAGE_SCREEN SYST-DYNNR C 4 '0999' X logical screen number for message screen
I_MODPL T3130C-MODPL C 40 X Program name
I_MSGID T100-ARBGB C 20 'LF' X message id
I_MSGNO T100-MSGNR C 3 message number
I_MSGV1 SPROT_U-VAR1 C 50 X message variable 1
I_MSGV2 SPROT_U-VAR2 C 50 X message variable 2
I_MSGV3 SPROT_U-VAR3 C 50 X message variable 3
I_MSGV4 SPROT_U-VAR4 C 50 X message variable 4
I_NON_LMOB_ENVT C C 0 X non LMOB environment
I_SEPERATE SPROT_I-XFELD C 1 ' ' X put params in quotes

Paramètre Reférence Type Long. Description
O_ANSWER 0 answer ('X' -yes, ' ' -no)

Paramètre Reférence Long. Facultatif Description
T_MSG_TEXT T100 97 X message text

Exception Description
INVALID_MESSAGE1 failed to display message

Functionality
This function receives input parameters and displays the messagescreen.

Further information
It replaces the standard R/3 error message screen to make it compatiblewith the RF screen limitations.