Uninstall ENQU before TABL (#4412)

Lock objects must be uninstalled before corresponding tables
This commit is contained in:
Marc Bernard 2021-01-15 02:27:48 -05:00 committed by GitHub
parent 748ff1b09b
commit 9ef3f1ee7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,9 @@ CLASS zcl_abapgit_dependencies IMPLEMENTATION.
ELSE.
<ls_tadir>-korrnum = '750000'.
ENDIF.
WHEN 'ENQU'.
" ENQU before TABL
<ls_tadir>-korrnum = '725000'.
WHEN 'DDLS'.
" DDLS after DCLS but before other DDIC
<ls_tadir>-korrnum = '720000'.