AMSD: Fix "Step DDIC is only for DDIC objects" (#5539)

AMSD is not supported by mass activation. Assigns AMSD to "Step ABAP"
This commit is contained in:
Marc Bernard 2022-05-06 12:10:36 +02:00 committed by GitHub
parent 5a5630c198
commit d993a081fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,7 @@ CLASS zcl_abapgit_object_amsd IMPLEMENTATION.
METHOD zif_abapgit_object~get_deserialize_steps.
APPEND zif_abapgit_object=>gc_step_id-ddic TO rt_steps.
APPEND zif_abapgit_object=>gc_step_id-abap TO rt_steps.
ENDMETHOD.