‎2007 Feb 01 6:38 PM
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..
‎2007 Feb 01 6:52 PM
‎2007 Feb 01 6:46 PM
hi,
1) Yes both are the same.
2) check this from help...
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm
‎2007 Feb 01 6:51 PM
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
‎2007 Feb 01 6:52 PM
‎2007 Feb 01 7:01 PM
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
‎2007 Feb 01 9:07 PM
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