Update zcl_abapgit_object_auth.clas.abap

Syntax DATA(dummy)  is not supported by older SAP Systems (like 7.31), it is available only since 7.40
This commit is contained in:
cherifim 2018-09-27 17:37:54 +02:00 committed by Christian Günter
parent 7b90fccaea
commit cb10996905

View File

@ -73,7 +73,7 @@ CLASS zcl_abapgit_object_auth IMPLEMENTATION.
DELETE FROM authx WHERE fieldname = mv_fieldname.
IF sy-subrc <> 0.
MESSAGE e507(0m) INTO DATA(dummy).
MESSAGE e507(0m) INTO lv_dummy.
zcx_abapgit_exception=>raise_t100( ).
ENDIF.