Hi
I have a smartform and i sent as parameter to my function module that builds it, an internal table that i wish to display in form of a table.
I have declarated it in the Form Interface->Import-> gt_s type ddic-structure
I also have in the window Global definitions->Global data->gs_s type ddic structure
Later i have added a window with a table where i try to use their loop option(the one in the tab DATA).I have written there gt_s into gs_s.
When i try to compile it,it tells me that gt_s is not known.What am i doing wrong?I have seen several examples where an itab has been sent as parameter at the Exporting section of the Function module and it worked just fine like this,with all those declaration.
Can someone please help?