cancel
Showing results for 
Search instead for 
Did you mean: 

Error generating test frame - smartform -flat structure

Former Member
0 Kudos

When i run the smartform,its giving an error message saying "Error generating test frame".When i run through driver program it gives dump saying "zmbook must be flat structure".

Now the problem is in smartform -> form interface -> tables it_test like zmbook

its saying zmbook must be flat structure.

here zmbook is transparent table.but says use flat structure.

i tried it through structure also but says use flat structure.

i tried it through table type of tructure also but says use flat structure.

can anyone help me out

regards sajid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try giving type instead of like

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The Structure or Table type or Table should not have any fields with deep data types like STRING or XSTRING.

Check out for this.

Thanks,

Nithya.

Former Member
0 Kudos

mbook this strcture must be created in SE11, if it is exist in SE11 then only you can pass the smartforms--> FORM interface...

Former Member
0 Kudos

Hi shaik,

Create the table type for zmbook in se11 and include this table type in the form interface.

Goto se11 : datatype-->yy_book

select table type

In the line type : Zmbook.

Goto smartforms and in the form interface include this yy_book.

Regards,

Sravanthi