ABAP for Cloud Development
AS ABAP Release 914, ©Copyright 2024 SAP SE. All rights reserved.
RAP message
Message that is represented by an instance of a class that implements the interface IF_ABAP_BEHV_MESSAGE
and is used in RAP BO provider implementations.
Each application can create its own classes. For convenience, each behavior pool contains a predefined local exception class CL_ABAP_BEHV_MSG
inherited from CX_NO_CHECK
that implements IF_ABAP_BEHV_MESSAGE
in a minimalistic way. It can be used for RAP messages as well as for raising exceptions where appropriate.