in a loop of an internal table, what is the use of at first &
at last statements?
Answer Posted / lakshmi
At First - This event gets triggered for the first iteration
of the loop. Generally used for printing report headers.
At last - This event gets triggered after the last iteration
of the loop. Generally used to print totals.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do you connect to the remote server if you are working from the office for the client in remote place?
What is the difference between call transaction method and the session method? : abap bdc
Select query optimisation
Explain the systems fields used for interactive lists and lists?
What are logical databases?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is update task
What are field symbols?
How do you find if a logical database exists for your program requrements?
How can we create callable modules of program code within one abap/4 program? : abap modularization
How do you retrieve the data for repetitive structures ? : abap hr
What are the different types of data dictionary objects? : abap data dictionary
What is the role of ‘refresh’ in internal table?
how to read the standard field value in your custom program.
What are the parameter types for a method?