cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer data from internal table to the smartform dynamically??

Former Member
0 Kudos

Hi,

I have joined two tables and stored their results in the third internal table.Now i have designed a smartform which should dynamically show data taken from the internal table in the smartform .

How shoul i load the data in the smartform??

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai,

Create a Structure in SE11 with required fields(Just like your final internal table) and Table type for that structure.

Declare an internal table in IMPORT tab of FORM Interface of the SMARTFORM.

Note: The internal table you are passing to the smartform and the internal table declared in IMPORT of the Form Interface of the Smartform should be the type of Table Type that you declare in SE11.

This will solve your problem.

Former Member
0 Kudos

Hi ,

what ever u declared the final internal table in program that also be declared at the form level in form interface.

at that time it will works.

please reward points,if it is useful.

regards,

satish.