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
in a loop of an internal table, what is the use of at first & 
at last statements?
 Question Submitted By :: Srinivasaai
I also faced this Question!!     Rank Answer Posted By  
 
  Re: in a loop of an internal table, what is the use of at first & at last statements?
Answer
# 1
At First - This event gets triggered for the first iteration
of the loop. Generally used for printing report headers.

At last - This event gets triggered after the last iteration
of the loop. Generally used to print totals.
 
Is This Answer Correct ?    1 Yes 0 No
Lakshmi
 
  Re: in a loop of an internal table, what is the use of at first & at last statements?
Answer
# 2
These come under Control Break Statements :

At FIRST :
     This is used for system Field Heading in ABAP program
At NEW   :  
     This is used to display the fields.
Ex At New Carrid.
       write :  /Carrid.
   endat.
  when ever the new carrid is reached, carrid wiil be 
written.

  
At END   : 
     This is used for row-wise Calculation i.e, Sub-total.
 Ex : At End Carrid.
         uline.
      Endat.

    The end of carrid is reached, a line will be drawn.


At LAST  : 
     This is used for Calculation of Grand total 

 Ex:  At Last.
         wirte : / Grand-Total.
      Endat.
     When entire processing of entire internal table is 
over.
 
Is This Answer Correct ?    1 Yes 0 No
P.lokesh
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Can any tell me some std BAPI's which r used regularly....and they use and means of it?Please it was urgent????????????? Accenture1
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD Siemens3
Whom you report if you face difficulty in understanding the business process given in Functional Spec. ACS1
variant attached in the report. can be transportable from one server to another server IBM1
how do u add one more field searchhelp screen ? IBM1
10> Can u give me one example where we should use only CALL TRANSACTION method in BDC? HP4
how top handle error in LSMW? Accenture1
Difference between client dependent and client independent tables?  3
Open-Form and Start-Form? TCS3
12) How to add Text Modules in SMARTFORMS? Mascon1
what are the prerequisites for using a bapi in your program? PCS1
what is the transaction code for asset master transaction IBM1
How many lists you can have in a Interactive Report? TCS8
How to debug a smart form? IBM4
write the codes for how to fetch data from a select query written under end-of-setection event. CTS2
21) Difference between BAPI'S and Fumnction modules.?  2
What is field catalog. Describe the purpose of it?  4
when we are entering a purchase order it goes to which table?  1
in scripts if u want to add the field using itcsy structure iknow this concept,then i want to add some logic at a time in S.ORDER AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW? Satyam1
what is the difference between select single * and slect upto 1 rows...  2
 
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