SAP ABAP MESSAGE PROCEDURE



Get Example source ABAP code based on a different SAP table
  



ABAP_MSG - Procedures
In procedures, message handling complies with the context from which the procedure was called by default. Exceptions to this rule are arise when:
the addition RAISING is used in the statement MESSAGE
a message is handled when a function module is called using the predefined exception error_message
a function module is called using the RFC interface



Latest notes:

If a procedure is exited when a message is sent, the content of the formal parameters for which pass by value is defined is not assigned to the respective actual parameters.
ABAP_HINT_END