Hi
Can you paste your code.
Field symbols <Lt_table> type any.
Data: ls_data type ref to data.
get reference of t_outtab(the name of parameter) into ls_data.
assign ls_data->* to <Lt_table>.
Regards,
Sreeram
Hi
Can you paste your code.
Field symbols <Lt_table> type any.
Data: ls_data type ref to data.
get reference of t_outtab(the name of parameter) into ls_data.
assign ls_data->* to <Lt_table>.
Regards,
Sreeram