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: 

Problem with smartform interface

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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