Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  User Dialogs →  Messages →  Behavior of Messages 

Messages in Procedures

In procedures, message handling complies with the context from which the procedure was called. Exceptions to this rule are arise when:

  • a message is handled when a function module is called using the predefined exception error_message

Other versions: 7.31 | 7.40 | 7.54


Note

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 associated actual parameters.