mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
CLAS/INTF: Fix type (#6469)
This commit is contained in:
parent
533c595375
commit
c2254f9f8f
|
@ -312,7 +312,7 @@ CLASS zcl_abapgit_oo_base IMPLEMENTATION.
|
|||
DATA lv_lang TYPE tadir-masterlang.
|
||||
|
||||
FIELD-SYMBOLS <ls_description> LIKE LINE OF it_descriptions.
|
||||
FIELD-SYMBOLS <ls_subcomponent> TYPE vseocompdf.
|
||||
FIELD-SYMBOLS <ls_subcomponent> TYPE vseosubcdf.
|
||||
|
||||
lt_descriptions = it_descriptions.
|
||||
LOOP AT lt_descriptions ASSIGNING <ls_description>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user