what is the difference between at first & at new
statements
Answer Posted / lakshmi
At First - Get triggered for the first loop iteration. Can
be used for printing report headers.
At new - This event gets triggered when a new value is
assigned to the field loop. This event is normally used for
Group headers.
Example:
Item no Name
At First 101 chris
101 Mathew
At new 102 Rachel
102 Natasha
At new 103 Chait
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is value table? : abap data dictionary
What are the time related infotypes? : abap hr
How do you find out who has transported a transport request?
Can we write the code both call transaction and session method in single program?
Differentiate between static and dynamic step loops?
How to call other programs?
What is meant by search help? : sap abap data dictionary
How do you write a function module in sap?
Why is pretty printer user in abap?
How to create a check box/option button in a list?
What is a modification assistant?
What are the two levels in defining a match code? : abap data dictionary
What are the names of the function modules that will be generated upon activation of a lock object?
What is sapnet?
What are screen painter? Menu painter? Gui status?