mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
DDLS: clear ABAP_LANGU_VERSION
This commit is contained in:
parent
647617a6a2
commit
497ad94180
|
@ -479,12 +479,13 @@ CLASS zcl_abapgit_object_ddls IMPLEMENTATION.
|
|||
zcx_abapgit_exception=>raise_with_text( lx_error ).
|
||||
ENDTRY.
|
||||
|
||||
APPEND 'AS4USER' TO lt_clr_comps.
|
||||
APPEND 'AS4DATE' TO lt_clr_comps.
|
||||
APPEND 'AS4TIME' TO lt_clr_comps.
|
||||
APPEND 'ACTFLAG' TO lt_clr_comps.
|
||||
APPEND 'CHGFLAG' TO lt_clr_comps.
|
||||
APPEND 'AS4USER' TO lt_clr_comps.
|
||||
APPEND 'AS4DATE' TO lt_clr_comps.
|
||||
APPEND 'AS4TIME' TO lt_clr_comps.
|
||||
APPEND 'ACTFLAG' TO lt_clr_comps.
|
||||
APPEND 'CHGFLAG' TO lt_clr_comps.
|
||||
APPEND 'ABAP_LANGUAGE_VERSION' TO lt_clr_comps.
|
||||
APPEND 'ABAP_LANGU_VERSION' TO lt_clr_comps.
|
||||
|
||||
LOOP AT lt_clr_comps ASSIGNING <lv_comp>.
|
||||
ASSIGN COMPONENT <lv_comp> OF STRUCTURE <lg_data> TO <lg_field>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user