Step1. Creae a message class in Tx- SE91 with the below message numbers and texts. Step2. Go to Tx-SE24 and create an exception class.
Author: coderobbot
OO Exception: Global Exception with Function Module
Step1. Here we have the Exception class created in SE24 which is inherited form CX_STATIC_CHECK. Step2. Here we have the methods inherited form super
OO Exception- Global Exception Class
Step1. Go o Tx- SE24 and provide an Exception class name and select Create button. Step2. Super class here is CX_STATIC_CHECK and select
OO Exception-CX_STATIC_CHECK Resumable Exception
Once the exception is raised in a method, then the controller search for a suitable handler section either in the method or in the upper
OO Exception- CX_STATIC_CHECK Multiple Catch & Clean Up
MULTIPLE CATCH in single [TRY .. ENDTRY] block Step1. So here we have the program with two exception classes. based on some condition two
OO Exception- CX_STATIC_CHECK
Step1. Let try the concept of using local exception class which is inherited from the CX_STATIC_CHECK standard exception class.So here we have a exception class-