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

Declaring type in form interface

Former Member
0 Likes
495

Hi ppl,

I have developed a driver report and a smartform.

I need to pass an internal table from the report to the smartform for the details to be looped and printed.

I have declared a TYPE structure in my smartform same as that in the report (for the internal table).

When I give the internal table name in the form interface with the type I created in global definitions, it throws an error.

Please let me know how can I pass my internal table from report to smartform. (The internal table format is not similar to any database table or structure).

Thanks,

David.

3 REPLIES 3
Read only

Former Member
0 Likes
461

Hi,

REfer the link

Regards,

jaya

Read only

Former Member
0 Likes
461

when you have table for eg, declare it in tables like this

tab_name like likp.

and you dont have to declare it in global defenitions, declare in form interface under tables tab.

Edited by: BrightSide on Apr 6, 2009 10:13 AM

Edited by: BrightSide on Apr 6, 2009 10:17 AM

Edited by: BrightSide on Apr 6, 2009 10:18 AM

Read only

Former Member
0 Likes
461

Hi ,

delace this in form interface as.

L_XEKPO LIKE EKPO

Regards