Answer Posted / kartikeya bommuluri{abap consu
Internal tables provide a means of taking data from a fixed
structure and storing it in working memory in ABAP. The
data is stored line by line in memory, and each line has
the same structure. In ABAP, internal tables fulfill the
function of arrays. Since they are dynamic data objects,
they save the programmer the task of dynamic memory
management in his or her programs. You should use internal
tables whenever you want to process a dataset with a fixed
structure within a program. A particularly important use
for internal tables is for storing and formatting data from
a database table within a program. They are also a good way
of including very complicated data structures in an ABAP
program
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can I make a differentiation between dependent and independent data? : abap hr
What is asynchronous update?
What are the difference between tables and structures?
What is the master data necessary before you can start posting in MM?
What are the different abap/4 editors?
What is abap?
What is the significance of delivery class?
Define subtype ? : abap hr
What two statements are required in an abap program to output an icon using a write statement?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What does the extract statement do in extract datasets?
What is view proxy in abap?
What is logo in sap script?
What is an rdbms?
What is full form of bdc session? : abap bdc