What are control break statements?
Answer Posted / sandeep joshi
@ 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 ? | 13 Yes | 9 No |
Post New Answer View All Answers
How can we use multiple transactions by using bdc_insert? : abap bdc
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is an “on input filed” statements?
What is sql trace? : abap data dictionary
Difference between BDC vs Direct Loads?
What are the types of subroutines? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
How to read files and process BDC's automatically ?
What is constructor expression in nw abap 7.4?
What is a development class? : abap data dictionary
what are the various types of parameters and how are they distinguished from one another?
Why bapi need then bdc ? : abap bdc
Explain how to create any functions? How to go about it?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What does the extract statement do in extract datasets? : abap modularization