Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what is flat structure

laxman_sankhla3
Participant
0 Likes
2,544

what is flat structure

5 REPLIES 5
Read only

Former Member
0 Likes
1,706

A structure which has just fields and NO NESTED structures is called a FLAT structure.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
1,706

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.

Read only

Former Member
0 Likes
1,706

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

Read only

Former Member
0 Likes
1,706

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.

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
1,706

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