2009 Mar 04 7:28 PM
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.
2009 Mar 04 8:06 PM
this will clear ur confusion
http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb2fcc358411d1829f0000e829fbfe/content.htm
кu03B1ятu03B9к
2009 Mar 04 7:40 PM
2009 Mar 04 7:42 PM
to say the truth I don understand the necessity but I guess it is a deep structure.
But in the debugger I sat the remark flat strucutre
2009 Mar 04 8:01 PM
Hi this is not a deep structuire it is a flat stutcture.
Read the f1 documentation for typen u will know the difference between those tow.
Thanks,
2009 Mar 04 8:25 PM
>
> I guess it is a deep structure.
>
> But in the debugger I sat the remark flat strucutre
Do you know what makes a structure deep? For reference, see the URL from Kartik
Rob
2009 Mar 04 8:00 PM
U can see some ALV prog. which contains COLOR, STYLE functionality, so that, u can get an idea of filling these itabs.
Pls. write here in english to get quick & effective repliyes
types: begin of person, " hier steht im Debugger flat struktur oder structure
name(20) type c,
resid type adres,
end of person.
The above shuld show like,
types: begin of person, " In debug mode, system is saying that, it is a flat strcture or Structure!!
name(20) type c,
resid type adres,
end of person.
thanq
Edited by: SAP ABAPer on Mar 4, 2009 9:01 PM
2009 Mar 04 8:06 PM
this will clear ur confusion
http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb2fcc358411d1829f0000e829fbfe/content.htm
кu03B1ятu03B9к
2009 Mar 04 8:17 PM
can you pls give me a concrete example for deep and one example for flat structure and fill its internal table. I am sorry because I didn't understand anything at all
Regards
sas