what is the difference between at first & at new
statements
Answer / 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 |
What are screen painter? Menu painter? Gui status?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
11) Purpose of PROTECT and ENDPROTECT in script?
what is sorted table and Hash table?
Can we add a field to the sap standard screen? If so, how?
How can we decide weather we can enhance the standard Infotype or not
i have created a smartform containing table which start from middle of first page.when i run smartform then on next page same table appears which start from middle of page.so how to get table that start from top of next page??
How to reprocess the failed IDOC? How wil u know idoc is failed?What are tcodes?
Can multiple abap systems connect to abap database?
How to create a check box/option button in a list?
Can you create an internal table dynamically?(at run time)
What do you do when the system crashes in the middle of a BDC batch session?