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

smart form

Former Member
0 Likes
437

Form Interface- "Tables using LIKE may only reference flat structures"

When I am checking my smart form I am getting this error message. What does it mean. In form interface i have mentioned itab1 like structure name

and in global interface I have mentioned itab2 like structure name.

Where I am wrong.

please cl;arify me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

Hi Abhay,

Check whether u r passing the structure exist in ABAP dictionary (SE11) or not. It takes only dictionary structures.

Reward points if helpful.

Regards,

Hemant

2 REPLIES 2
Read only

Former Member
0 Likes
411

Hi ,

go with type instead of like

Read only

Former Member
0 Likes
412

Hi Abhay,

Check whether u r passing the structure exist in ABAP dictionary (SE11) or not. It takes only dictionary structures.

Reward points if helpful.

Regards,

Hemant