Haii All..
When i am using a structure in my program, m getting an error saying "ystr_wrkpanz, must be a flat structure. you cannot use internal tables, strings, references, or structures as components. "
Here is the code:
<b>types: begin of l_itab.
include structure ystr_wrkpanz.
types end of l_itab.
types g_itab type standard table of l_itab.
data itab type g_itab.
data wa_itab like g_itab.</b>
Could you please explain the reason behind that and solution ofcourse?
Thanks in Advance,
rama