How to use Exception Texts in SAP ABAP

Create an Exception class. The class inherits the standard SAP Exception Class such as CX_STATIC_CHECK. Add the necessary attributes in the Attributes Tab of the Exception class. The Level is generally defined as Instance Attribute and its visibility is Public. Add the Exception ID in the Texts Tab of the Exception class. Mention the Exception …

How to use Exception Texts in SAP ABAP Read More »