mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
DDLS: clear ABAP_LANGU_VERSION
This commit is contained in:
parent
647617a6a2
commit
497ad94180
|
@ -485,6 +485,7 @@ CLASS zcl_abapgit_object_ddls IMPLEMENTATION.
|
||||||
APPEND 'ACTFLAG' TO lt_clr_comps.
|
APPEND 'ACTFLAG' TO lt_clr_comps.
|
||||||
APPEND 'CHGFLAG' TO lt_clr_comps.
|
APPEND 'CHGFLAG' TO lt_clr_comps.
|
||||||
APPEND 'ABAP_LANGUAGE_VERSION' 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>.
|
LOOP AT lt_clr_comps ASSIGNING <lv_comp>.
|
||||||
ASSIGN COMPONENT <lv_comp> OF STRUCTURE <lg_data> TO <lg_field>.
|
ASSIGN COMPONENT <lv_comp> OF STRUCTURE <lg_data> TO <lg_field>.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user