mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Show object type in activation log (#6611)
This commit is contained in:
parent
53997e940a
commit
b357a40172
|
@ -392,6 +392,8 @@ CLASS zcl_abapgit_objects_activation IMPLEMENTATION.
|
|||
ls_item-obj_name = <ls_message>-object_text+5(*).
|
||||
ELSE.
|
||||
ls_item-obj_name = <ls_message>-show_req->object_name.
|
||||
SELECT SINGLE tadir FROM euobjedit INTO ls_item-obj_type
|
||||
WHERE type = <ls_message>-show_req->object_type.
|
||||
ENDIF.
|
||||
LOOP AT <ls_message>-mtext ASSIGNING <lv_msg>.
|
||||
ii_log->add_error(
|
||||
|
|
Loading…
Reference in New Issue
Block a user