Skip to content

Commit

Permalink
Issue #11 - Update Codebase to ABAP 7.40 SP 02
Browse files Browse the repository at this point in the history
  • Loading branch information
NeumannJoerg committed Jul 9, 2024
1 parent 664dce1 commit f3dec6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,10 @@ CLASS lcl_table_descriptor IMPLEMENTATION.
DATA: data_description TYPE REF TO cl_abap_datadescr,
exception TYPE REF TO cx_sy_struct_creation,
exception_text TYPE string,
source_component TYPE REF TO abap_compdescr,
target_components TYPE abap_component_tab.

LOOP AT i_line_type_description->components REFERENCE INTO DATA(source_component).
LOOP AT i_line_type_description->components REFERENCE INTO source_component.
data_description = i_line_type_description->get_component_type( source_component->name ).
IF data_description->kind <> cl_abap_typedescr=>kind_elem.
CONTINUE.
Expand Down

0 comments on commit f3dec6b

Please sign in to comment.