SAP NEWS-755-EXCEPTIONS



Get Example source ABAP code based on a different SAP table
  



Exception Handling in ABAP Release 7.55
ITOC

ABAP_MODIFICATION_NN Declaration of CX_NO_CHECK Exceptions

Exceptions of category CX_NO_CHECK are always declared implicitly in interfaces of procedures and can always be propagated.
Now it is also possible to declare exceptions of category CX_NO_CHECK with RAISING in procedure interfaces, for example for methods. This allows it to document the possible occurrence of such exceptions and to change the category of existing exceptions into CX_NO_CHECK without leading to syntax errors in procedure interfaces.