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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
am facing problem in inserting multiple data from user 
defined selection screen to internal table can anyone tel 
me any small code tht can insert multple data from screen 
to inernal table.
thanks in advance.
 Question Submitted By :: Karan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: am facing problem in inserting multiple data from user defined selection screen to internal table can anyone tel me any small code tht can insert multple data from screen to inernal table. thanks in advance.
Answer
# 1
*For example i have used the scarr table
*Internal table declaration.
Data: Begin of Itab occurs 0,
      carrid like scarr-carrid,
      carrname like scarr-carrname,
      currcode like scarr-currcode,
      end of itab.

*Fields on selection screen.
parameter : carrid for scarr-carrid ,
            carrname for scarr-carrname,
            currcode for scarr-currcode.

*To insert data from Selection screen fields to the 
*internal table
loop at itab.
itab-carrid = carrid.
itab-carrname = carrname.
itab-currcode = currcode.
append itab.
clear itab.
endloop.

Just by looping you can insert multiple data to the 
internal table. Let me know if this code worked for you.
 
Is This Answer Correct ?    0 Yes 0 No
Malathy
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
how to create lock object HCL1
Explain about roll area , Dispatcher, ABAP-Processor?  2
why u can call(r using) ssf_function_module_name in smartforms? Satyam3
How do you do BDC field Validtaions ? can any one help with syntax? is there any difference with BDC and BAPI validations? CSC1
if i login in english then top-of page will display in english.if i login in german then it will display in german as on .. abap report how......... IBM4
After finding enhancements of a perticular transaction using SMOD, how can you opt one enhancement from all displayed enhacements? HP2
Tell me MM related report that you have done? FutureSoft1
what are the events triggered in report?which tigers first? HCL2
what is eqult Hide? HCL2
what is the keep parameter in BDC_OPEN_GROUP function module Reliance2
what is the print program for smartforms .pls give me one example .  1
1.Can we see the output without print program in sap script,and can we fetch the data without printprogram?if yes how,pls reply in details. 2.What is table control in BDC? how can we handled in bdc? pls reply in details Accenture1
how can we get what are the exits available for va01 transaction? Wipro2
can you create a script with out a main window? HP3
what is ALE? Keane-India-Ltd5
After preparing the SAP script.what is the procedure to send that script to e-mail? Honeywell2
in which table idocs are stored? IBM7
in ALV reports how double click event works? Intelligroup2
what the tcode to check the consistency of work flow for ALE /EDI in a inbound error processing?  1
what is the difference between session ,call Transaction? 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