use boolc (7.02) instead of xsdbool (7.40)

This commit is contained in:
Sandra Rossi 2023-05-08 13:08:03 +00:00
parent ebbe593405
commit ddd7db1ead

View File

@ -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.