how will u write a report for performance point of
view ?
Answer Posted / jc
1. Clear understanding of requirement.
2. Construct the how-to before actual coding starts.
3. Avoid using multiple read to the same database table.
4. Make sure to use indexed field while reading to database table.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is the difference between Blocked ALV and interactive ALV?
What is the use of buffering?
What does the ‘suppress dialog’ do?
What takes most time in SAP script programming?
What are the steps in a bdc session? : abap bdc
What is read line in abap?
How will you read from internal table records in a given value range (without using loop)
Explain the disadvantage of using exec sql statement in abap?
What are the kinds of foreign key fields?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
Define structure in abap data dictionary?
What is the difference between refresh and free statements?
What are the different abap editors? What is the used of different editors in abap?
How do you move on to the next screen in interactive reporting?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?