SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation →
ABAP − Reference →
User Dialogs →
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.