hello friends,
i have an internal table itab with fields matnr & maktx, and i have another internal table itab1 with fields kunnr & vbeln.
now i have created an dynamic internal table with fields matnr maktx kunnr & vbeln.( i have used this method to create dynamic table CALL METHOD cl_alv_table_create=>create_dynamic_table)
also i have declared the field symbol as <fs_1> type TABLE
now i have to pass data from both the internal table in the dynamic table which i have created.
i have tried assign but its not working, i cant use append.
any help pls.......... points assured