what is standard , sorted and hash in abap ?
Answers were Sorted based on User's Feedback
Answer / sudhakar1207
In ABAP we have two kinds of internal Tables.
1)Index Internal Tables
2)Hash Internal Tables
Again Indexed Internal tables further divided into two types
i) Standard Internal Tables
ii)Sorted Internal Tables
So Both Standard and Sorted Internal Tables Can be accessed
by Indexes. Whereas Hashed Internal Tables Can be accessed
By Only Key Fields. For Hashed Tables System automatically
maintain a Hash Algorithm to retrieve the records with one
time hit. For sorted Tables system automatically uses Binary
Search to retrieve the records. For Standard Tables System
Follows Linear Search.
Is This Answer Correct ? | 20 Yes | 1 No |
What is partner selection?
while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????
What is value table? : abap data dictionary
Can we create a data element without domain?
in start of selection if we perform validation ,what happens?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
tell me ddic objects
what r the text elements in scripts?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is “call mode”?
i want to change alighnment of windows in scripts.How can i do that?
Is there Any Module in SAP for Internal Audit?
Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers
How can I make a differentiation between dependent and independent data? : abap hr