Show object type in activation log (#6611)

This commit is contained in:
Marc Bernard 2023-11-02 01:40:20 -04:00 committed by GitHub
parent 53997e940a
commit b357a40172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(