‎2009 Mar 17 10:50 AM
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?)
‎2009 Mar 17 10:53 AM
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
‎2009 Mar 17 10:53 AM
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
‎2009 Mar 17 11:19 AM
Hi,
U can declare internal table ,work area in the global definitions-->global data...