Skip to Content
0
Former Member
Jul 02, 2009 at 03:36 AM

Questions about types

32 Views

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