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
What is system-land-scape of your project?
What is the basic difference internal tables and database tables? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is a multiple line field? : abap bdc
Explain what are the events in screen programming?
What are local objects?
What are the Control levels in internal tables?
What is exception class and test class. How to use it?
What is abap?
what is difference between set screen and call screen ?
wht is the diff. b/n initialization and lotus of event
What is lock object ? : abap data dictionary
Reports: Event functionality.
Can i have some Realtime Scenarios on Reports.
What is smart forms? : abap hr