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

smartform data declaration

Former Member
0 Likes
381

Hi all,

I have created report, and internal table lt_disp an structure ls_disp .

How to declare my internal table in smartform ( where global def, tables ...or?)

1 ACCEPTED SOLUTION
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
361

Hi,

Declare a type in global definitions and then create a table in tables tab using the type created.

Regards,

Tarun

Edited by: Tarun Gambhir on Mar 17, 2009 4:23 PM

2 REPLIES 2
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
362

Hi,

Declare a type in global definitions and then create a table in tables tab using the type created.

Regards,

Tarun

Edited by: Tarun Gambhir on Mar 17, 2009 4:23 PM

Read only

Former Member
0 Likes
361

Hi,

U can declare internal table ,work area in the global definitions-->global data...