differences between the sorted ,standard, hashed tables.
Answer Posted / madhana mohan
INTERNAL TABLE TYPES, ATTRIBUTES IN VER. 4.X
============================================
A N Y T A B L E
| |
INDEXED NON INDEXED
TABLES TABLES - HASHED TABLES
| |
STANDARD SORTED
TABLES TABLE
SY-TABIX SY-TABIX SY-TABIX INOPERTIVE (NO
INDEXED
OPERATIONS)
L SEARCH B SEARCH HASHED ALGO FOR SEARCH
B SEARCH
IF SORTED
& SPECFIED
ACCESS TIME DEPENDS ACCESS TIME INDEPENDENT OF
ENTRIES
ON NO OF ENTRIES
S,D KEY D KEY DEFINED KEY
N UNIQUE N UNIQUE UNIQUE KEY
UNIQUE
RESORT NO RESORT RESORT
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How will you read from internal table records in a given value range (without using loop)
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What is a fall back class?
Explain lsmw?
What is an abap instance?
How do you write a function module in sap?
How we format the data before writing a statement in the report?
How can a lock object be called in the transaction?
What is view? Different types of view.
How is conversion of data types done between abap/4 & db layer?
What are the problems in processing batch input sessions?
What are the different methods of passing data?
Of the two call transaction and session method, which is faster?
What is is a match code? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization