‎2007 Jan 05 7:59 AM
‎2007 Jan 05 8:03 AM
A structure which has just fields and NO NESTED structures is called a FLAT structure.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2007 Jan 05 8:03 AM
Flatstructures contain only elementary data types of fixed length (no internal tables, reference types, or strings). The term flat structure can apply regardless of whether the structure is nested or not. Nested structures are flat so long as none of the specified types is contained in any nesting level.
‎2007 Jan 05 8:04 AM
hi laxman,
Flatstructures contain only elementary data types of fixed length (no internal tables, reference types, or strings). The term flat structure can apply regardless of whether the structure is nested or not. Nested structures are flat so long as none of the specified types is contained in any nesting level.
check the below link
http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm
Regards,
GUDURI
‎2007 Jan 05 8:14 AM
Hi,
Flat structure is one which references elementary types.Flatstructures contain only elementary data types of fixed length (no internal tables, reference types, or strings). The term flat structure can apply regardless of whether the structure is nested or not.Only in the case of flat structures is the data content of the structure actually within the memory of the structure itself. Assignments, offset and length specifications and other operations are handled differently from flat structures.
reward if helpful.
‎2007 Jan 05 8:42 AM
hi,
Flat structures contain only fields of the elementary types C, N, D, T, F, I, P, and X, or structures containing these types.
Deep structures contain strings, internal tables and field or object references in addition to the elementary types.
Nested structures are structures that contain substructures as components.
Non-nested structures are structures that do not contain any substructures.
Regards,
Sourabh