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
what are the Joins used for internal Table?
 Question Submitted By :: Gvkreddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what are the Joins used for internal Table?
Answer
# 1
If you want to retry the data from more then one table 
connected with common key , we will go for joins (Inner 
joines and outer joins).

1. First we will create an internal table wih fields.
example.
tables: mara.
data:s_matnr for mara-matnr.
data:Begin of itab occurs 0,
   MATNR TYPE MATNR, "FROM MARA TABLE
   ERSDA TYPE ERSDA, "FROM MARA TABLE
   MAKTX TYPE MAKTX, "FROM MAKT TABLE
end of itab.

2. write select statment.
    select a~matnr
           a~ersda
           b~maktx
           from makt inner join  mara
           on a~matnr = b~matnr
           into table itab where a~matnr in s_matnr.
 
Is This Answer Correct ?    1 Yes 2 No
Viswanath
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
wat controls flow logic of online programs?  1
can we write a select query under end-of-selection event. and will it fetch data.  2
what is the difference between rfc and function module  1
How do you do BDC field Validtaions ? can any one help with syntax? is there any difference with BDC and BAPI validations? CSC1
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD Siemens3
15) What is a Normal,Constant and Variable Window?  1
I have 100 records and 75th record contains error,if i use call transaction how many records will update the data base and if i use session method how many will update? Siemens2
How do you define an internal using types? Keane-India-Ltd1
What are the developments you have done with data dictionary? IBM1
if there is no top-of-page event in reports then what happens? Accenture4
how to calculate the difference between two date type of variables ? TCS2
the sap standard SAPSCRIPT for picking a list ?  1
what are conversion routines  1
hey guys, what is the t-code that copies a script from one client to other client....! HCL5
How many types of organization data? Atos-Origin1
control break statements in ABAP? TCS3
I want to know the procedure for direct input method in BDC.Anyone can tel  2
I am looking for Professionals with 4+ yrs in ABAP HR Module (atleast 2yrs).  1
what is the signification of AT EXIT-COMMAND ?  2
Types of windows and Difference between them in Scripts EDS1
 
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