Catch the Dump in ABAP – I
Posted by Admin, under ABAP, Function Modules, Quick Reference, Sample CodeNormally, if any exception occurred it will go to dump immediately in a program, then we will process this through the tcode ST22(dump analysis). This code comes handy when the behaviour of function module is not predictable.
Explicit Error Handling
We will convert the dump into an error message (like in above snap) or some text statement. For this we need to call this statement
RECEIVE RESULTS FROM FUNCTION ‘function module’




