May be it is a bit silly,
but i want like to ask whether I can create self reference type
other than using objects
TYPES: BEGIN OF sub_struc,
col1 TYPE c LENGTH 10,
col2 TYPE c LENGTH 10,
col3 TYPE sub_struc,
END OF sub_struc.
Thanks in advance
Edited by: David Tai on Jul 2, 2009 5:36 AM