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                      
tip   SiteMap shows list of All Categories in this site.
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
What are the types of internal tables?
 Question Submitted By :: Neerajalaxmi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the types of internal tables?
Answer
# 1
We can also divide up internal table types into three kinds 
by their access type:

Standard tables. In a standard table, you can access data 
using either the table index or the key. Since the key of a 
standard table always has to be non-unique for 
compatibility reasons, the system searches the whole table 
each time you access it using the key. Consequently, you 
should always use the index to access a standard table 
whenever possible.

Sorted tables. In a sorted table, the system 
automatically stores the entries and inserts new entries 
sorted by the table key. The system uses a binary search on 
the table when you access it using the key. You can specify 
the key of a sorted table as unique. You will often use the 
key to access a sorted table, but it is also possible to 
use the index. Standard tables and sorted tables are 
generically known as index tables.

Hashed tables. You can only access a hashed table using 
the key. There are certain conditions under which you can 
considerably reduce the access times to large tables by 
using a hashed table. The key of a hashed table must always 
be unique.
 
Is This Answer Correct ?    0 Yes 0 No
Siddharth Samal
 
  Re: What are the types of internal tables?
Answer
# 2
Internal table are of two type :
1 With Header Line
2 Without Header Line

With Header Line.
there is header attached to the table it use to 
populate as well as retrive data from the internal table.

it is the obselete now

With out header Line.

We use work area..
same funcitions but the name is not same as internal table.
 
Is This Answer Correct ?    1 Yes 0 No
Anuraj Singh Rana
 
 
 
  Re: What are the types of internal tables?
Answer
# 3
Internal table are of there types:
Standard table:  


Index table: 
                 uses linear search 
                 

Sorted Table
                 user binary search 

Hashed table  :  uses hash key field search.

earlier i have given declaring standard table by mistake.
 
Is This Answer Correct ?    3 Yes 0 No
Anuraj Singh Rana
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
HOW TO CREATE INDEXES IN TABLES?  1
11) Purpose of PROTECT and ENDPROTECT in script?  2
wahts is the diff between the transaction... VD01 and XD01???  1
What is the main point while using control break in internal table ?  2
How data is stored in cluster table?  1
if u define paragraph and character formats what will be overwriting which one  1
what are the differences between scripts & smart forms?  3
What is the sequential order of triggering events in interactive report? IBM2
Types of BDC?  3
what is the purpose of RDBMOIND RPOGRAM?  2
In Dialog Prog,i have created a screen and places one input/output box and named it was "A".In PBO i have given A=0 and In PAI A=1.when i run i program what i'll get and when i press enter(execute) wat i'll get output? IBM1
What are data integrity constraints? TCS2
in which event validation is done? CTS2
Performance techniques? Bristle-Cone2
how can you call a function module in smart form..?? IBM1
How do you write technical specs? IBM1
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD Siemens3
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.  2
what is the syntax for eliminating duplicate values in internal table. IBM4
what is the diffreence between sap memory and abap memory plz give the example HCL4
 
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