Application Development 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: 

include structure in smartform

Former Member
0 Kudos

I am trying to define types in smartform Global->Types.

1---types: BEGIN OF tvbdpr1.

INCLUDE STRUCURE vbdpr.----


vbdpr is view

types: END OF tvbdpr1.

it gives error:

"." or "IF FOUND." expected after "STRUCURE".

BUT when i define below there is no error

types: BEGIN OF tkomv1.

INCLUDE STRUCTURE komv.-------it is table

types: END OF tkomv1.

any help thanks

ismail

1 REPLY 1

Former Member
0 Kudos

It was spelling error, thanks