mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 22:07:30 +08:00
use boolc (7.02) instead of xsdbool (7.40)
This commit is contained in:
parent
ebbe593405
commit
ddd7db1ead
|
@ -25,7 +25,7 @@ CLASS zcl_excel_converter_salv_model IMPLEMENTATION.
|
||||||
" (due to io_salv->r_controller->r_adapter not instantiated yet). That's later fixed by SAP (no short dump in 7.57).
|
" (due to io_salv->r_controller->r_adapter not instantiated yet). That's later fixed by SAP (no short dump in 7.57).
|
||||||
" NB: r_controller is always instantiated.
|
" NB: r_controller is always instantiated.
|
||||||
lo_model ?= io_salv.
|
lo_model ?= io_salv.
|
||||||
result = xsdbool( lo_model->r_controller->r_adapter IS BOUND ).
|
result = boolc( lo_model->r_controller->r_adapter IS BOUND ).
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user