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.