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 are screen painter? Menu painter? Gui status?
What is gui status? How to create /edit gui status?
What is the difference between Classic badi and Kernal badi ?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are multiple use BADIS?
Can you delete data element, which is being used by table fields. : abap data dictionary
what is defference between repository and non repository Object?
When value table becomes check table?
How many secondary indexes can we create in a table?
Explain the different types of view?
how 2 create the normal form by using functional module
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Explain the types of bdc's?
Can I execute user exits? If yes, how?