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
Mention the various databases integrities?
What is the sap abap?
Can i Have Some Examples on Enhancements.
How to find the return code of an stmt in abap programs?
Explain the difference between get and get late?
Define batch input session?
What is the function module to popup contents in the internal table?
What is locking? : abap data dictionary
Are you familiar with all steps for setting up a workflow?
what is a text table ?
What is buffering allowed but switched off?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
Application Category?
What is tcode se16? For what is it used.
What are the types of views? : sap abap data dictionary