Change the data declaration
data: lv_source_record like <source_record>.
with
data: lv_source_record like <source_fields>.
↧
Re: ABAP routine for transformation
↧
Change the data declaration
data: lv_source_record like <source_record>.
with
data: lv_source_record like <source_fields>.