What is Internal Table?

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


Please Help Members By Posting Answers For Below Questions

What are the attributes of the data in data dictionary? : abap data dictionary

595


What is difference between float and packed data type?

628


what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march

1649


How do you do bdc for a table control? : abap bdc

647


What is maintenance view?

591






What is the difference between a substructure and an append structure? : abap data dictionary

642


What are control tables?

668


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1758


Can a filed occur in several field groups?

588


What is a type-pool?

605


What is the differrences between structure and table in data dictionary in abap? : abap hr

710


THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM

15740


What are the different methods of bdc? : abap bdc

595


Is a logical database a requirement/must to write an abap/4 query?

576


How many main windows are allowed in sapscript?

567