Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

passing table from driver program to smartforms

Former Member
0 Likes
698

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

4 REPLIES 4
Read only

Former Member
0 Likes
607

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

Read only

0 Likes
607

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

Read only

0 Likes
607

Create a table type for the table and assign it will accept.

Regards

Ram

Read only

0 Likes
607

Hi,

U can use like this also in form interface tables tab.

it_table like  zstruc

It will work

Regards

Ram