What are the various types of the Internal tables used?
Answers were Sorted based on User's Feedback
Answer / raju01_hi
internal tables are three types.
1. standard table.
seach is Linear search. response time is directly
proportional to no of records that are present in the it.
key is non-unique.
2. sorted table.
search: binary search. data is sorted dynamically by the
system.
key: unique or non-unique.
3. hashed table.
search: hashed algorithm.
response time is independent of records.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / swathi
Standard Table
Sorted Table
Hashed Table
Index Table
Is This Answer Correct ? | 1 Yes | 3 No |
in scripts if u want to add the field using itcsy structure iknow this concept,then i want to add some logic at a time in S.ORDER AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW?
in lsmw,where u write the code?
6 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
In Between events you can use loop Say Yes or No?
Is ABAP a GUI language?
How To Debug Ale ....
Persistent class
how you identify errors in call tr?
What are the problems in processing batch input session?
what are the events of table maintenance generator?
How do you document abap/4 programs? Do you use program documentation menu option?
How can we use multiple transactions by using bdc_insert? : abap bdc
Can we reuse a userexit?