ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
differences between the sorted ,standard, hashed tables.
 Question Submitted By :: Preethi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: differences between the sorted ,standard, hashed tables.
Answer
# 1
1.Standard Internal Tables: These tables have a linear index
and can be accessed using the index or the key. The response
time is in linear relationship with number of table entries.
These tables are useful when user wants to address
individual table entries using the index.
2.Sorted Internal Tables: These tables also have an index
and the key. But, the response time is in logarithmic
relationship with number of table entries, since it uses
binary search algorithm instead of linear search. These
tables are useful when user wants the table to be sorted
while additional entries have to be added. 
3.Hashed Internal Tables: These tables have no index, but
have the key. The response time is constant irrespective of
number of table entries, since it uses a Hash algorithm.
These tables are useful when user wants to access the
entries with key only. 
 
Is This Answer Correct ?    0 Yes 2 No
EktaGalani
 
  Re: differences between the sorted ,standard, hashed tables.
Answer
# 2
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 ?    2 Yes 0 No
Madhana Mohan
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
When the system is getting slow. How can you get the message what is going wrong? TCS1
why do transilate scripts?  1
How do you define an internal using types? Keane-India-Ltd1
What is performance tuning?  3
Describe data classes.  1
What is DynPro?  4
What is the main point while using control break in internal table ?  2
what is the difference between rfc and function module  1
in an interactive report i want to trigger both 'at line selection' and 'user command'....if possible then how?  1
What is IDOC? FutureSoft3
how ro trigger a top of page in alv report? CTS3
can any one tell me the following question's answer 1. How can we create PUSH Botton in presentation layer. 2.How can we print the record. 3.If database has nor records & if we write 'for all entries' in select statement then what will be happen. Accenture1
what are the tools in lsmw? Satyam2
How to Delete an LSMW Projcet, Subproject and Object. Emsang1
Can you create a script with out a main window ? Unilogic-Software7
what is the way to find out user exits? Accenture2
how to send the form to mail? HP1
How does the inventory get reduced after the delivery?  1
Can we use more than two field in SELECT-OPTION? For example Normally we get two field which is from and to fields, but i want to get more values..... Altrion-Technologies3
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly. Cibernetix-Business-Systems1
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com