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

Problem with smartform interface

Former Member
0 Likes
461

Hi guys,

I want to put a strucuture in my import and tables in smartform interface using my own type,,, but it gives me an error that the type is not pre-defined...

whta should I do?

I have this type:

TYPES: BEGIN OF t_likp,

vbeln LIKE likp-vbeln,

lfdat LIKE likp-lfdat,

END OF t_likp.

I want to declare in import in interface...

wa_likp type t_likp... is it possible?

thanks a lot!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Hi Mark,

You can only use for declaring variable in the import parameter are those data type are existing in database dictionary eventhough you declare it by your own type .

BTW, are you a filipino?hehehe...

james

1 REPLY 1
Read only

Former Member
0 Likes
441

Hi Mark,

You can only use for declaring variable in the import parameter are those data type are existing in database dictionary eventhough you declare it by your own type .

BTW, are you a filipino?hehehe...

james