mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Uninstall ENQU before TABL (#4412)
Lock objects must be uninstalled before corresponding tables
This commit is contained in:
parent
748ff1b09b
commit
9ef3f1ee7e
|
@ -102,6 +102,9 @@ CLASS zcl_abapgit_dependencies IMPLEMENTATION.
|
||||||
ELSE.
|
ELSE.
|
||||||
<ls_tadir>-korrnum = '750000'.
|
<ls_tadir>-korrnum = '750000'.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
WHEN 'ENQU'.
|
||||||
|
" ENQU before TABL
|
||||||
|
<ls_tadir>-korrnum = '725000'.
|
||||||
WHEN 'DDLS'.
|
WHEN 'DDLS'.
|
||||||
" DDLS after DCLS but before other DDIC
|
" DDLS after DCLS but before other DDIC
|
||||||
<ls_tadir>-korrnum = '720000'.
|
<ls_tadir>-korrnum = '720000'.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user