This exception reports all failures and system problems on the remote machine.
复制代码
COMMUNICATION_FAILURE
This exception is raised when a connection or communications failure occurs. It does not report system problems (for example, abnormal termination) that occur on the remote machine.
ABAP异常是基于类实现的,下面列举了捕获异常的三种使用方式:
1、最常见方式,推荐
CLEANUP 异常处理最后执行,一般用来关闭文件连接、清空变量、释放内存等
2、老系统若不支持上面的方式,可以采用下面方式
SYSTEM_FAILURE
在不同常见使用响应的捕获异常类是关键,下面列举了所有类异常类树:
异常捕捉实战应用案例:ABAP项目中常见异常处理场景汇总