mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
23c9b69fbb
commit
82769c8c75
|
@ -195,7 +195,13 @@ CLASS lcl_oo_class_new IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
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(
|
||||
RECEIVING
|
||||
scan_error = lv_scan_error
|
||||
|
|
Loading…
Reference in New Issue
Block a user