Skip to content

alwinvandeput/zcx_return2

Repository files navigation

ZCX_RETURN2.abap

ABAP Exception Handling class

This is a generic ABAP Exception Handling class which combines the good old SAP MESSAGEs (SE91 messages) and BAPIRET2 structure.

For more information, see SAP blog: https://blogs.sap.com/2020/05/11/abap-exception-class-zcx_return2

ZCA_ZCX_RETURN2_TEMPLATES.abap

This program contains all code templates (a.k.a snippets or patterns) for adding quickly error handling code. It contains the templates for raising and catching ZCX_RETURN2 exceptions.

ZCA_ZCX_RETURN2_UNIT_TEST.abap

This ABAP program executes the unit tests for class ZCX_RETURN2. Start the unit test with Ctrl + Shift + F10.

ZCX_RETURN.abap -> is the old version. Don't use it.

About

ABAP Exception Handling class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages