mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
parent
23c9b69fbb
commit
82769c8c75
|
@ -195,7 +195,13 @@ CLASS lcl_oo_class_new IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
lo_update->set_dark_mode( seox_true ).
|
lo_update->set_dark_mode( seox_true ).
|
||||||
lo_update->set_amdp_support( abap_true ).
|
TRY.
|
||||||
|
CALL METHOD lo_update->('SET_AMDP_SUPPORT')
|
||||||
|
EXPORTING
|
||||||
|
enabled = abap_true.
|
||||||
|
CATCH cx_sy_dyn_call_illegal_method.
|
||||||
|
* AMDP not supported in this system, ignore error
|
||||||
|
ENDTRY.
|
||||||
lo_update->scan_section_source(
|
lo_update->scan_section_source(
|
||||||
RECEIVING
|
RECEIVING
|
||||||
scan_error = lv_scan_error
|
scan_error = lv_scan_error
|
||||||
|
|
Loading…
Reference in New Issue
Block a user