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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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 to insert data in ternal table?
 Question Submitted By :: Naren
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to insert data in ternal table?
Answer
# 1
using append,insert statements u can enter the data into the
internal tables.
 
Is This Answer Correct ?    1 Yes 0 No
Preethi
 
  Re: How to insert data in ternal table?
Answer
# 2
u can use,

SELECT F1 F2 .. FN FROM <DB_TABLE> INTO CORRESPONDING 
FIELDS OF TABLE <INTERNAL_TABLE>.

as well.
 
Is This Answer Correct ?    0 Yes 0 No
Asik
 
 
 
  Re: How to insert data in ternal table?
Answer
# 3
There are 2 ways of populating an internal table 
1. From Database Table 
2. From Work Area of the same line type

1. SELECT <field 1>, <field 2>, ... <field n> 
   FROM <db table> INTO table <internal table>
   WHERE <condition(s)>

2. INSERT <workarea> INTO <internal table> INDEX <position-
to-insert>

OR you can use append to insert ... APPEND <workarea> TO 
<internal table>
 
Is This Answer Correct ?    3 Yes 0 No
Sasikiranu
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Suppose u r using FOR ALL ENTRIES. What happens when there is no data in the itab which is using all the entries? Satyam8
difference between TYPE and LIKE ? IBM2
How can you remove leading zeros of a number in script? Accenture2
what are system Variables? Atos-Origin1
3. After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?  1
What are function modules in scripts?  2
what are the sap financial periods i-Spy-Technologies4
How can print the styles? TCS1
Explain what are the steps in the SD process at least up to the invoicing stage?  1
Elements of Main window and is Main window compulsory in Sap script ? EDS2
for uploading master data(ex:customer data) into sap, which methods you prefer? call transaction/session/lsmw/bapi? why?  1
what is the IDOC status code? Intel4
can u add a new view to the existing view  2
i want 2 join as a abap consultant what is most important  3
What is the main difference between Smartforms and SAP scripts? Accenture7
how to create bdc for sales order ? if any one kow the steps plz mail me at toamitshri@gmail.com IBM2
in report gui we are giving customer number if it is wrong entry then how to write the code to restrict wrong entry? HCL4
what is the major advantage of start-form?  1
Once the recording is done in BDC and LSMW...if we are asked to add an additional field later...then how do we add the field to the existing one...? Deloitte2
in ALV reports how double click event works? Intelligroup2
 
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