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 difference between inner join and outer join?
What is netweaver???what is the relationship with ABAP?
What is the meaning of table buffer? This buffer is used by which type oftable?
How do you find out who has transported a transport request?
What two statements would be used to exchange data between programs using abap memory?
Example of table cluster and cluster tables.
What are the modes in lock objects? : sap abap data dictionary
wht is the diff. b/n initialization and lotus of event
How to convert normal function module to bapi?
what is user specific parameter?
What is a data dictionary? : sap abap data dictionary
What is modularization and its benefits?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is the transaction for recording bdc ? : abap bdc
Can we call reports and transactions from interactive reporting lists?