mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
DDLS error messages
This commit is contained in:
parent
04b84e7381
commit
03b74e0992
|
@ -142,7 +142,7 @@ CLASS lcl_object_ddls IMPLEMENTATION.
|
|||
EXPORTING
|
||||
name = ms_item-obj_name.
|
||||
CATCH cx_root.
|
||||
lcx_exception=>raise( 'DDLS error' ).
|
||||
lcx_exception=>raise( 'DDLS error deleting' ).
|
||||
ENDTRY.
|
||||
|
||||
ENDMETHOD. "delete
|
||||
|
@ -171,7 +171,7 @@ CLASS lcl_object_ddls IMPLEMENTATION.
|
|||
IMPORTING
|
||||
ddddlsrcv_wa = <ls_data>.
|
||||
CATCH cx_root.
|
||||
lcx_exception=>raise( 'DDLS error' ).
|
||||
lcx_exception=>raise( 'DDLS error reading' ).
|
||||
ENDTRY.
|
||||
|
||||
ASSIGN COMPONENT 'AS4USER' OF STRUCTURE <ls_data> TO <lv_field>.
|
||||
|
@ -233,7 +233,7 @@ CLASS lcl_object_ddls IMPLEMENTATION.
|
|||
devclass = iv_package
|
||||
prid = 0.
|
||||
CATCH cx_root.
|
||||
lcx_exception=>raise( 'DDLS error' ).
|
||||
lcx_exception=>raise( 'DDLS error writing TADIR' ).
|
||||
ENDTRY.
|
||||
|
||||
lcl_objects_activation=>add_item( ms_item ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user