Answer Posted / niranjan
The Control Break Statements are used to print headings,subheadings,totals and subtotal.
We must use this statements inside the loop.
1.AT FIRST...........ENDAT:It is useful to print headings.
-->it will triggered before starting a first record in a loop.
2.AT LAST............ENDAT:It is useful to print TOTALS.
-->it will triggered after the last record in a loop.
3.AT NEW ON..........ENDAT:It is useful to print subheadings.
-->it will triggered before starting a new value for that particular field.
4.AT END OF..........ENDAT:It is useful to display sub-totals.
-->it will triggered after heading the old value.
5.ON CHANGE OF.......ENDAT:It is same as 'AT FIRST' but the only difference is we can use 'ON CHANGE OF' in any kind of loop statements like loop.....endloop,select.....endselect,do.....enddo,while.....endwhile.
-->it will triggered before starting a new value.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the contents in technical specifications?
What is its? : abap hr
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Explain the advantages of different types of bdc's?
What are the different types of views and their definition?
What are the Synchronous and asynchronous methods in bdc ?
What does the ‘suppress dialog’ do?
What is difference between dependent and independent data?
Can we write the code both call transaction and session method in single program?
if while coding power goes off , how to retrieve the codes?
Explain the different types of view?
From Excel to ABAP - Is batch mode possible ?
Why do we use abstract class
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
what is difference between (internal table types)standard table and sorted table in sap abap....