Fonction SAP BAL_DSP_MSG_PARAMETERS - Application Log: Display: Display message parameter set

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_LANGU SYST-LANGU C 1 SY-LANGU X Display Language
I_S_MSG_HANDLE BALMSGHNDL u 28 Message handle

Exception Description
MSG_NOT_FOUND Message not found

Functionality
This function module displays messageparameters.
The message is identified by the IMPORTING parameter I_MSG_HANDLE (message handle). The log containing this messagemust be in memory (i.e. the log has just been created or loaded fromthe database with BAL_DB_LOAD).
BAL_DSP_MSG_PARAMETERS is called when you select a message and choose'Detail' in the Application Log log display (function moduleBAL_DSP_LOG_DISPLAY).

Example
Report SBAL_DEMO_02 outputs a log
(==>Run ==>Coding).
INCLUDE BAL_GENERAL_LINK OBJECT DOKU ID TX