SAP ABAP MESSAGES STORING
Get Example source ABAP code based on a different SAP table
ABAP_MSG - Maintenance
BEGIN_SECTION VERSION 5 OUT or using transaction
END_SECTION VERSION 5 OUT .
The message short texts are stored as language-specific texts in the database table
The message class and the message number are the language independent message key.
The long texts assigned to a message are managed as SAPscript documents in the document class
Placeholders can be used in both short and long texts, which can be replaced by the content of data objects using the statement
Latest notes:
ABAP_HINT_END
Example ABAP Coding
The program
ABAP_EXAMPLE_END