‎2006 Jul 06 2:52 PM
Hi,
I working on forms, i have declared a structure globally in se11, in the print program for the form i have taken the values and populated it into the structure.
Now i using this structure in the form,
in the form interface i have defined as
i_header like zstructureheader (userdifined structure).
i cannot straight away populate the using the i_header, i am able to do only after assigning it to a work area.
What should i do in such a case.
‎2006 Jul 06 2:57 PM
For internal tables without header lines, there is no other way but to assign the header into a work area.
Regards,
ravi
‎2006 Jul 06 2:55 PM
Hello Anitha,
Since u have declared it as global variable there is no need to declare inside the routine.
If useful award the points.
Regards,
Vasanth
‎2006 Jul 06 2:55 PM
Hi,
In forms you can do it only using a work area and loop control.
Thanks,
Rashmi.
‎2006 Jul 06 2:57 PM
For internal tables without header lines, there is no other way but to assign the header into a work area.
Regards,
ravi