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
What are control break statements?
 Question Submitted By :: Naren
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are control break statements?
Answer
# 1
exit,stop,check,continou,reject
 
Is This Answer Correct ?    1 Yes 25 No
Gayathri
 
  Re: What are control break statements?
Answer
# 2
I think this is not the correct answer

control break statements in abap r

1. AT NEW f. 
2. AT END OF f. 
3. AT FIRST. 
4. AT LAST. 

these r with internal tables.....
 
Is This Answer Correct ?    21 Yes 2 No
Naveen Kumar Guduri
 
 
 
  Re: What are control break statements?
Answer
# 3
No Naveen,
She is correct.
 
Is This Answer Correct ?    2 Yes 14 No
Karthik
 
  Re: What are control break statements?
Answer
# 4
control break statements are :
check
exit
stop.
 
Is This Answer Correct ?    1 Yes 18 No
Uma
 
  Re: What are control break statements?
Answer
# 5
control break statements are of 4 types:

AT FIRST
AT NEW
AT END
AT LAST
 
Is This Answer Correct ?    18 Yes 0 No
Priya
 
  Re: What are control break statements?
Answer
# 6
AT FIRST---->this is used for system field heading in
              ABAP  program.

AT NEW------>this is used to display the fields.

AT END------>this is used for row-wise calculation i.e, 
             sub-total.

AT LAST----->this is used for calculation of grand total.


these are the control statements used.


hope this is right.
 
Is This Answer Correct ?    13 Yes 1 No
Priya
 
  Re: What are control break statements?
Answer
# 7
Priya answer is absolutely right , I faced this question in 
TCS Hyd.
 
Is This Answer Correct ?    6 Yes 0 No
Mani
 
  Re: What are control break statements?
Answer
# 8
AT First ===> Triggers in the first loop operation.
At New ===> Triggers when ever new field value changes at  
first.
At End Of ===> Triggers at the end of every field value.
At Last ===> Triggers in the last loop operation
 
Is This Answer Correct ?    8 Yes 2 No
Srikanth
 
  Re: What are control break statements?
Answer
# 9
one more control break statement is there that is 'ON 
CHANGE OF'.
can anybody tell the difference between ON CHANGE OF and AT 
NEW OF ?
 
Is This Answer Correct ?    4 Yes 0 No
Pria
 
  Re: What are control break statements?
Answer
# 10
@ Priya.
According to my one experience you can only use 'AT NEW'
with only the table's fields in which you are looping
whereas 'ON CHANGE OF' can be used with any data element
inside any table's loop.

Second 'ON CHANGE OF' is obsolete but as of my experience
'AT NEW' doesn't provide the same functionality.
 
Is This Answer Correct ?    0 Yes 3 No
Sandeep Joshi
 
  Re: What are control break statements?
Answer
# 11
Control break statements are
1. At First
2. At Last
3. At New
4. At End of 
And all these statements work only between Loop and Endloop.

Example:
F1  F2 F3
1   A  B
1   B  C
2   C  A
3   D  E

here F1, F2 and F3 are the three fields 

if we apply the At New statement between these three fields
then the output would be
1 b c
2 c a
3 d e
 
Is This Answer Correct ?    2 Yes 0 No
Sunil
 
  Re: What are control break statements?
Answer
# 12
Belo are some more diff. between AT NEW and ON CHANGE OF 
statement..
1) AT NEW checks all the values above it ..where as 
ON CHANGE OF cheks only that particular value

2) AT NEW can be used in only LOOP..ENDLOOP where as 
ON CAHNGE OF can be used in any looping ...e.g 
LOOP..ENDLOOP, DO..ENDDO, WHILE..ENDWHILE  etc.
 
Is This Answer Correct ?    2 Yes 0 No
Arjun Manglekar
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
What is the process of project flow n sap?In context to project flow what are the role of an abapper? TCS3
My internal table exceed the limit. then it goes to dump. how will u handle this issue? Accenture6
14. How do you write UTP?(unit test plan)  2
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?  1
requirement is to create a badi for xd02 initial screen .how to search foe it. CTS1
say in selection screeen (ie is in select-options) i have selected record range from 1000 to 2000 but in the final display list i sholud not get 1200 to 1300 records it should be hide how is it posible Wipro2
I have two structures s1 and s2 have same struture of five fields each how can u transfer data from s1 to s2 Unilogic-Software2
What is an index ? Types of index and there uses ? Deloitte2
what are the sap financial periods i-Spy-Technologies4
can u add a new view to the existing view  2
How will you process the Session method in Background? FutureSoft2
D/b view?  1
What is the sequential order of triggering events in interactive report? IBM1
29) Difference between check table and value table?  2
wat is a field symbol?  1
how to sort numbers in sap-abap using internal tables without using sort technique.  2
HOW MANY WAYS TO DEFINE INTERNAL TABLES.  1
Elements of Main window and is Main window compulsory in Sap script ? EDS2
What is SAP script and Purpose? Unilogic-Software1
How can you change the style of Logo or type of Logo?  1
 
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