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

Smartforms

Former Member
0 Likes
265

Hi friends,

How to cerate internal tables in smartform - Global data with work area

2 REPLIES 2
Read only

Former Member
0 Likes
238

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^

Read only

Former Member
0 Likes
238

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