mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
ENHO: better error message
This commit is contained in:
parent
430d7aa3d6
commit
f419f24faa
|
@ -104,7 +104,7 @@ CLASS lcl_object_enho IMPLEMENTATION.
|
|||
* WHEN cl_wdr_cfg_enhancement=>tooltype.
|
||||
* WHEN 'ENHWDYN'. "cl_enh_tool_wdy
|
||||
WHEN OTHERS.
|
||||
lcx_exception=>raise( 'Unsupported ENHO type' ).
|
||||
lcx_exception=>raise( |Unsupported ENHO type { lv_tool }| ).
|
||||
ENDCASE.
|
||||
|
||||
ENDMETHOD. "serialize
|
||||
|
@ -134,7 +134,7 @@ CLASS lcl_object_enho IMPLEMENTATION.
|
|||
* WHEN cl_wdr_cfg_enhancement=>tooltype.
|
||||
* WHEN 'ENHWDYN'. "cl_enh_tool_wdy
|
||||
WHEN OTHERS.
|
||||
lcx_exception=>raise( 'Unsupported ENHO type' ).
|
||||
lcx_exception=>raise( |Unsupported ENHO type { lv_tool }| ).
|
||||
ENDCASE.
|
||||
|
||||
lcl_objects_activation=>add_item( ms_item ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user