Define Internal Table?
Answers were Sorted based on User's Feedback
Answer / p.lokesh
Internal Table is a temporary storage area that exists at
runtime of the program.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / k.nagalakshmi
Internal Table is a standard data type object and it exists
only during runtime.these are used to perform table
manipulations on subsets of the database tables and to
reorganizing tables as per the user needs.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / niladriroy_dgp
a storage location with in a programe that will store the
records at run time of the program and releases the memory
after exicution of program.It has Header line where all
data are wrriten first and then updated as item data of the
internal table.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amit anand
internal tables are a standard data type object which exits
only during the runtime of the program. they are use to
perform table calculations on subsets of database tables and
for re-organizing the contents of database tables according
to users need.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / srinuvas
To maintain the copy of the database table data in the program ,the program should have a variable (Temporary Table),which is nothing but Internal Table.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sivaramakrishna
a internal table is nothing but instance of data base table.
what sap recomend is it is not good programing technic
peforming the operation on data base directly. because many
people are work on data which is avile ble in data base .
that is why where we can perform all data base operations
on it. and we can also specify the size to itab. with
occurs specification.
Is This Answer Correct ? | 0 Yes | 0 No |
AN INTERNAL TABLE IS A TABLE WHICH HAS A STRUCTURE AS OF A
DICTIONARY TABLE OR AS A STRUCTURE OF OUR OWN TYPE.
THE MAIN DIFFERENCE IS THAT THE INTERNAL TABLE IS A
TEMPORARY TABLE IN WHICH THE DATA COMES OUT OF IT WHEN
THERE IS A HEADER LINE IF NOT WE HAVE TO CREATE A FIELD
STRING.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / preethi
A TEMPORARY TABLE WHICH CAN STORE MULTIPLE RECORDS OF DATA
THEY MAY OR MAYNOT BE RELATED TO THE DATA BASE TABLE.
Is This Answer Correct ? | 1 Yes | 2 No |
What will exactly the hide statement do?
What is sap abap tables?
What are different ways in which data upload can be done using LSMW?
Difference between .Include and .append?
what happend if a select statement inside aloop....
What is the lock object?
what is Bapi?what is the functionality of Bapi?why we go for Bapi?
Explain the function module in bdc?
Can i Have Some Realtime Examples on Badi ?
How to execute a smart form?
How to combine multiple order in one Delivery ( Step by Step)?
What are the functional modules used in sequence in BDC?