mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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.
|
||||
<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'.
|
||||
|
|
Loading…
Reference in New Issue
Block a user