(Associated superclass: CX_SY_CREATE_ERROR) This group contains runtime errors that may occur during the creation of data objects. CREATE_DATA_UNKNOWN_TYPE CX_SY_CREATE_DATA_ERROR CREATE_DATA_NOT_ALLOWED_TYPE CX_SY_CREATE_DATA_ERROR CREATE_DATA_LEN_NOT_ALLOWED CX_SY_CREATE_DATA_ERROR CREATE...
通过ST22查询报错消息,CX_SY_CONVERSION_NO_NUMBER即是报错时指向的错误类,其实类似于这样的类我们也可以使用它的超类CX_ROOT进行捕捉异常,这样超类下面的所以异常类都能处理捕获相应的异常 然后在程序中做catch处理,便能避免造成dump了 DATA:lv_cs TYPE c LENGTH4, lv_bcs TYPE i, lv_err_text TYPEstring, *...
DATA_OFFSET_LENGTH_TOO_LARGECX_SY_RANGE_OUT_OF_BOUNDS REFI_WRONG_SECTIONCX_SY_RANGE_OUT_OF_BOUNDS STRING_OFFSET_NEGATIVECX_SY_RANGE_OUT_OF_BOUNDS STRING_OFFSET_TOO_LARGECX_SY_RANGE_OUT_OF_BOUNDS STRING_LENGTH_NEGATIVECX_SY_RANGE_OUT_OF_BOUNDS CX_SY_RANGE_OUT_OF_BOUNDS CX_SY_RANGE_OUT_...
CONNE_IMPORT_WRONG_COMP_LENGCX_SY_IMPORT_MISMATCH_ERROR CONNE_IMPORT_WRONG_COMP_TYPECX_SY_IMPORT_MISMATCH_ERROR CONNE_IMPORT_WRONG_FIELD_DECSCX_SY_IMPORT_MISMATCH_ERROR CONNE_IMPORT_WRONG_FIELD_LENGCX_SY_IMPORT_MISMATCH_ERROR CONNE_IMPORT_WRONG_FIELD_TYPECX_SY_IMPORT_MISMATCH_ERROR CONNE_IMPORT_...
catch cx_sy_arithmetic_error into MYREF. ERR_TEXT = MYREF->GET_TEXT( ). endtry. Handling exceptions as catchable runtime errors (向后兼容6.10) 此异常处理sap建议使用try...endtry代替(错误和异常类对应关系参见第5部分)。 data RESULT type I. ...
(Common class:CX_SY_IMPORT_MISMATCH_ERROR) 代码语言:javascript 代码运行次数:0 运行 AI代码解释 This group contains runtime errors that may occur during the import of data 代码语言:javascript 代码运行次数:0 运行 AI代码解释 from theABAP memory, 代码语言:javascript 代码运行次数:0 运行 AI代码解释 ...
|–CX_STATIC_CHECK | |–CX_DYNAMIC_CHECK | | | |–CX_SY_ARITHMETIC_ERROR | | | | | |–CX_SY_ZERODIVIDE | | | | | |–CX_SY_ARITHMETIC_OVERFLOW | | | | | |–CX_SY_ARG_OUT_OF_DOMAIN | | | | | |–CX_SY_PRECISION_LOSS ...
(Common class: CX_SY_IMPORT_MISMATCH_ERROR) This group contains runtime errors that may occur during the import of data from the ABAP memory, from the database, from the SHARED BUFFER, or from a file if the type or the length of the data stored is not identical with that of the targ...
| | |--CX_SY_ARG_OUT_OF_DOMAIN //调⽤函数 '&OPERATION&' 时的参数值⽆效 | | | | | |--CX_SY_PRECISION_LOSS //函数 &OPERATION& 返回具有此参数值的不准确结果 | | | |--CX_SY_ASSIGN_ERROR //分配错误 | | | | | |--CX_SY_ASSIGN_CAST_...
Exception group: IMPORT_MISMATCH_ERRORS (Common class: CX_SY_IMPORT_MISMATCH_ERROR) This group contains runtime errors that can occur during the import of data from the ABAP Memory, from the database, from the SHARED BUFFER, or from a file ...