cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass internal table to smartform?

Former Member
0 Kudos

Hi All,

how to pass internal table to smartform?

I created same table type as internal table but it showing

''@8O@ Form Interface Tables using LIKE may only reference flat structures

please suggest?

Thanks and Regards

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Steve ,

The best way is to create a STRUCTURE and pass it to smartform instead of internal table.

In SE11---> DATATYPE ---> enter name -> CREATE-> then a pop up appears ---> select STRUCTURE.

Insert the data and then pass it to smartform.

hope it hellps

Regards,

Pavan.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Steve,

The best way is to create a structure and pass it to smartform instead of creating internal table.

In SE11 transaction slect datatype tab enter name and click create you will be getting radio buttons in dat select STRUCTURE and enter values in it and pass it to smartform.

Regards,

pavan.

Former Member
0 Kudos

Hi Steve,

The best way is to create a structure and pass it to smartform instead of creating internal table.

In SE11 transaction slect datatype tab enter name and click create you will be getting radio buttons in dat select STRUCTURE and enter values in it and pass it to smartform.

Regards,

pavan.

Former Member
0 Kudos

Hi Steve,

Create the table type in se11 and in the form interface of the smartform declare TYPE in the type assignment.

Regards,

Sravanthi

Former Member
0 Kudos

where are you passing the table? in import or in tables?

if you are passing in TABLE then no need of table type,

if you are passing in import table type will do.

Pawan_Kesari
Active Contributor
0 Kudos

I think once you have defined table type in dictionary then you can use that in IMPORT section of form interface.

Use that table type directly using 'TYPE' in Type Assignemnt columne.