2007 Oct 11 7:51 AM
Hi,
How do I declare an internal table <b>with header line</b> inside a smartform.
I don't want to pass it through the form interface.
Hi,
How do I declare an internal table <b>with header line</b> inside a smartform.
I don't want to pass it through the form interface.
2007 Oct 11 7:58 AM
2007 Oct 11 7:59 AM
Hi,
In Global Definitions we can't give The definition.
But For partcilur field go to --> right click --> create --> Flow Logic --> Program lines.
Here we can give the definition. But its not a global one.
Thanks.
2007 Oct 11 8:00 AM
in smart form...
insert one command line in the smartforms...
(create -> Flow Logic -> program lines)
there you can declare your itab the way you do in noraml abap code
2007 Oct 11 8:04 AM
Hi,
Without declaration ur internal table with header line in form intreface, better u can create a program line where u can assign ur internal table.
Regard points if it is helpful.
Regards
srimanta