Skip to Content
0
Former Member
Mar 04, 2009 at 07:28 PM

deep or flat structure

55 Views

hi everybody,

is person a deep or flat structure ?

How can I fill in this case the internal table itab ?

types: begin of adres, "

strasse(20) type c,

plz(5) type c,

end of adres.

types: begin of person, " hier steht im Debugger flat struktur oder structure

name(20) type c,

resid type adres,

end of person.

data test type person.

data itab type table of person.