CLAS/INTF: Fix type (#6469)

This commit is contained in:
Christian Günter 2023-09-04 21:26:13 +02:00 committed by GitHub
parent 533c595375
commit c2254f9f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>.