how will u write a report for performance point of
view ?
Answer Posted / rahul singh
1. Don't use the followings :-
a. loop within loop.
b. select endselct.
c. Occur (statements)
d. Move corresponding.
e. use of cluster tables.
f. use select * (all feilds)
g. use of OR statement in select statement.
h. use of negative conditions.
2. Use the following :-
a. loop with reads if needed to be read multiple time.
b. Use of IN statement in select statement instead of OR.
c. use of maxium key feilds with select statement.
d. use of function modules instead of select statement
if it is available.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Differentiate between table and template ?
Sy index and sy tabix
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
How many default tab strips are there? How to insert more tabs in it?
How move-corresponding works
What is maintenance view?
What are two methods of modifying sap standard tables? : abap data dictionary
What are Table control and tab strip control in dialog programming ?
Explain what is the step-by-step process to create a table in data dictionary?
Explain the use of insert and append statement in sap abap?
What is the purpose of sum statement?
What are the parameters in bdc_open_group? : abap bdc
Which database object is used for storing the system variables? : abap data dictionary
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the different methods of passing data? : abap modularization