Fix dump in activation error handling (#6967)

This commit is contained in:
Marc Bernard 2024-07-03 12:04:03 +02:00 committed by GitHub
parent e4540da772
commit 9261028dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,7 +390,7 @@ CLASS zcl_abapgit_objects_activation IMPLEMENTATION.
IF strlen( <ls_message>-object_text ) > 5.
ls_item-obj_type = <ls_message>-object_text(4).
ls_item-obj_name = <ls_message>-object_text+5(*).
ELSE.
ELSEIF <ls_message>-show_req IS NOT INITIAL.
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.