hi all,
i have created one report program that containing 3 output internal tables so i download all the internal tables to presentation server.For this one i created one selection screen which containing 2 parameters one is the internal table name and the next one is presentation server file path,both are parameters.so i call this selection-screen 3 times repeatedly and i have to give those paramenters.This is my actual requirement.I declared those 2 parameters like this
p_tabnam(20) type c,
p_flname like rlgrap-filename.
But the problem is in funtion module "GUI_DOWNLOAD" i passed the value of p_flname parameter to filename and p_tabnam to data_tab.But it gives syntax error i.e. p_tabname is not an internal table data_tab should be the structure of internal table.How can i solve this problem can anybody help me.Give me any solution for this problem.
Regards,
Bujji.