‎2008 Jan 23 10:36 AM
Hi friends,
How to cerate internal tables in smartform - Global data with work area
‎2008 Jan 23 10:43 AM
hi
good
If u r not getting data from print program then do not declare that itab under tables tab in form interface. There is a tab called types in fglobal definitions under that declare ur itab with types keyword and define it global data tab.
And write the retrieving logic under initialization tab in global definitions, and after that u can use that through out the smartform.
thanks
mrutyun^
‎2008 Jan 23 10:44 AM
Hi,
In Global definitions->Global Data,declare
mara type mara
itab type standard table of mara
wa type mara
Then inside the smartform,you can access both itab and workarea.
Regards,
Satish