Ansicht
Dokumentation

ABENABAP_MESSAGES - ABAP MESSAGES

ABENABAP_MESSAGES - ABAP MESSAGES

Addresses (Business Address Services)   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Messages are repository objects that are managed using the message maintenance tool in the ABAP Workbench. Fundamentally, a message is a short text with its own ID that can be expanded using an optional long text. A message exists in its original language and in all languages into which it is translated.

The statement MESSAGE is the basic statement for working with messages in an ABAP program. When the statement MESSAGE is used to send a message, a message type must be specified. This type then controls the system behavior when the message is sent.

  • In the basic form of the statement MESSAGE, the behavior of a message depends on the context in which the message was sent
  • The variant MESSAGE ... INTO assigns the short text of the message to a field.

The system interfaces IF_T100_MESSAGE and IF_T100_DYN_MSG make it possible to associate objects with messages and output them using the statement MESSAGE. This is intended mainly for exception texts of exception classes.

Only use messages for error handling in classic dynpros and as exception texts






TXBHW - Original Tax Base Amount in Local Currency   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 2264 Date: 20240426 Time: 124514     sap01-206 ( 38 ms )