mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 05:04:11 +08:00
* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA
* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA
* Revert "#610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA"
This reverts commit 794320fc1b
.
* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA
* rebase abaplint.json
This commit is contained in:
parent
f5a6453e3a
commit
1da0be9fb9
|
@ -4397,7 +4397,8 @@ CLASS ZCL_EXCEL_WORKSHEET IMPLEMENTATION.
|
|||
ep_rc = lv_rc " Return Value of ABAP Statements
|
||||
).
|
||||
IF lv_rc <> 0
|
||||
AND lv_rc <> 4. "No found error means, zero/no value in cell
|
||||
AND lv_rc <> 4 "No found error means, zero/no value in cell
|
||||
AND lv_rc <> 8. "rc is 8 when the last row contains cells with zero / no values
|
||||
lv_actual_col_string = lv_actual_col.
|
||||
lv_actual_row_string = lv_actual_row.
|
||||
CONCATENATE 'Error at reading field value (Col:'(007) lv_actual_col_string ' Row:'(005) lv_actual_row_string INTO lv_errormessage.
|
||||
|
|
Loading…
Reference in New Issue
Block a user