what are the similarities between internal tables and
structures?
Answers were Sorted based on User's Feedback
Answer / amith
1)Both Internal Tables and strucures do not have enries
stored in data base.
2) Both of them do not have a primary key or a forieng key
relation ship with any table in the data base.
3) Unlike database tables both internal tables and
structures do not have technical settings.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / bandivenkateswarlu
The diffeneces between the internal table and sturctres are
given below.
Internal tables: are tempareroy tables for the database
tables are using created at the runtime of the system. It
will allocate the memory of the system . but where as in the
sturctures are created in within in the progrm. it dont
allocate the space in the memory . But in internal tables
are created the runtime of the system.
The default internal table size is 8KB.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / p.lokesh
Internal table is a temporary storage area that exits at
runtime of the program .
Structure also exists at runtime of the program.
Structute does not have allocate memory in the system.
where as Internal table allocate memory in the system.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kishore
Internal tables hold Multiple records of the same structure.
Where as Structure can hold only one record.
Is This Answer Correct ? | 1 Yes | 0 No |
What are the different attributes that can be assigned to a variant?
10) How to get Item Header in Sales Order?
Types of BDC?
Prepare a Report for last month Last Date- First Date?
which table contains the details of all Tcodes?
What are the various types of the Internal tables used?
What is the function of a data element? : abap data dictionary
What is a data dictionary? : sap abap data dictionary
Is it possible to include two transactions with one group name in one program in session method ?
What is a type group?
What are Lock Objects, and their Differences
What is the tcode for sapscript forms?