What's the difference between AT NEW and AT END OF events?

Answer Posted / mishra

AT NEW AND AT END are both controlbreak stmts.they r used
to detect achange in a col. from one loop pass to next.

AT NEW is executed during first loop pass or if any fields
to the left of change.

AT END OF is executed if control level changes,field prior
to control level changes.

sort by c.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a logical database a requirement/must to write an abap/4 query?

582


what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary

614


What are the different function modules used in sapscript?

616


How to specify a client for database table processing?

615


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

570






How to call transaction in session method without recording?

1543


What is the use of abap data dictionary? : abap data dictionary

579


Can you set up background processing using call transaction?

590


What is example class

886


what is the difference between Blocked ALV and interactive ALV?

1866


What are base tables of an aggregate object? : abap data dictionary

606


What is a collect statement?

573


Explain what are the various types of selection screen event?

554


What are the data types of the abap/4 layer?

715


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

1726