What are the various types of the Internal tables used?
Answer Posted / lokesh
Internal table is temporary storage area that exist only at
program runtime.
Types of Internal table:
1) Standard (Index)
2) Sorted (Index)
3) Hashed (No Index)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
10) How to get Item Header in Sales Order?
What is a table attribute?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
How can one distinguish between different kinds of parameters? : abap modularization
What is an Open Item in SAP? How will you find an Open Item in SAP?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the parameter types for a method?
Explain the difference between a pool table and a transparent table?
What are the disadvantages of logical databases?
How do you activate a function exit?
Can we reuse a userexit?
What is the use of 'table index'?
How to eliminate duplicate entries in internal tables?