Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Text Repositories →  Messages →  Behavior of Messages 

Messages in conversion routines

In conversion routines, the function modules ..._INPUT and ...OUTPUT need to be distinguished:

  • In an ..._INPUT function module, all messages apart from those of type "E", "A" or "S" lead to an untreatable exception. Messages of types "E", "A" and "S" behave in the same way as in dialog processing.
  • In an ..._OUTPUT function module, all messages apart from those of type "A" lead to an untreatable exception. Messages of type "A" behave in the same way as in dialog processing.

Other versions: 7.31 | 7.40 | 7.54