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   To Refer this Site to Your Friends   Click 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
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
 Question Submitted By :: Indeera Singh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: HOW MANY WAYS TO DEFINE INTERNAL TABLES.
Answer
# 1
there r so many ways to define internal table

1. data: begin of itab occurs 100,
         matnr like mara-matnr,
         mtart like mara-mtart,
         end of itab.

2.data: begin of itab.
     include mara.
  data: end of itab.

3. data: begin of itab.
        matnr like mara-matnr,
        mtart like mara-mtart,
        end of itab.
    data: jtab type standard table itab,
          gtab type itab.

4. data: itab like standard table of mara.
   data: jtab like table itab.

5. data: itab like table of mara with header line.
 
Is This Answer Correct ?    2 Yes 0 No
Girish M
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
In data element how many domains were defined  1
how we insert record in to data base table ? how many ways are there what are there?  1
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?  5
What is performance tuning?  3
how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ? Satyam1
what is the difference between at selection-screen output and at selection screen? SAP-Labs1
what happens if i use commit in the bdc coding Wipro1
What table stores online messages? Wipro1
What is Deep structure and Flat structure? Bosch3
what is the full form of ECC 5.0?  2
what r the main events that r used in alv? HP2
Tell me MM related report that you have done? FutureSoft1
wat is the significance of keyword " LIKE ".  2
Can you create a Lock Object? What are Lock Objects?  2
What are screen painter and menu painter?  3
what is macro and function? Wipro1
i want to print 1 tp 100 in sapscript in a single page in a vertical manner 1 6 2 7 3 8 . . . . how will i do it IBM1
hai iam srinivas. I have done client copy in sccl for 800 client and i have stopped the process in middle unexceptedely and after some time iam unable to login into the client 800. error message is incorect password or inclient username. how to refresh the client or solve the problem. please me out in it.  2
difference between cluster and pooled tables Amplify-Mindware5
prerequisities of FOR ALL ENTRIES Accenture3
 
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