ā2012 Sep 07 10:42 AM
hi
exprts,
i crt a driver program which i use two internal table and one final internal table.
assign all the fld in the final itab. now i want to pass this final table through funcn into smartforms.
in smartforms form interface and global data
which fld or table need to assign.
pls help me...
thanks
shovan
Moderator message : Please write proper English, do not use shorthand abbreviations and contractions. Search for available information, discussion locked.
Message was edited by: Vinod Kumar
ā2012 Sep 07 10:48 AM
Hi,
Create a table of same structure of your final internal table in se11 and call that table in the form interface in smartforms table statement.
Regards
Raj
ā2012 Sep 07 10:55 AM
i crt a same structure table which is use for final table. its working fine.
bt in form interface in table tab where i use itab type/like zstruc (my structure name) .
it shows a error messages.
now what can i do?
pls help.
thanks
ā2012 Sep 07 11:02 AM
Create a table type for the table and assign it will accept.
Regards
Ram
ā2012 Sep 07 11:06 AM
Hi,
U can use like this also in form interface tables tab.
it_table like zstruc
It will work
Regards
Ram