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

doubt in Deep Structure???

Former Member
0 Likes
681

HI

THIS ARIJIT

CAN ANYONE TELL ME THE

1)IS MODULE POLL & DIALOG PROGRAM ARE SAME??

2) WHAT IS DEEP STRUCTURE??IS HIDE SUPPORT THAT??

I WILL REWARD BY POINT..

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
0 Likes
632

both are sameeee

5 REPLIES 5
Read only

Former Member
0 Likes
632
Read only

Former Member
0 Likes
632

Hi,

Do you have access to SAP? If yes, then Go to SE11 and enter

LVC_T_FCAT in the table name or data type.

You will get a display which contains a row attached to it. This is a example of deep structure.

Regards

Subramanian

Read only

SantoshKallem
Active Contributor
0 Likes
633

both are sameeee

Read only

Former Member
0 Likes
632

Hi,

1) Module Poll and Dialog program bothe are same, some people will call TRANSACTIONS ALSO, but these all are same

2) Nested structures are flat so long as none of the specified types is contained in any nesting level.deep structures contain pointers to the data at the position of the deepest components. Since the field contents are not stored with the field descriptions in the case of deep structures, assignments, offset and length specifications and other operations are handled differently from flat structures.

HIDE supports this

Regards

Sudheer

Read only

Clemenss
Active Contributor
0 Likes
632

Hi Arijit Paul,

  • 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,

Clemens