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
What are the attributes of the data in data dictionary? : abap data dictionary
What is an update task? : abap modularization
What are the commands used for interactive reports?
What is projection view?
What are datasets in abap?
What is the basic difference internal tables and database tables? : abap data dictionary
How is conversion of data types done between abap/4 & db layer?
What is the meaning of sap r/3?
What is step-loop?
How do you retrieve the data for repetitive structures ? : abap hr
How will you transfer data into a file in application server?
In the `select' statement what is group by ?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
How do you delete duplicate records from internal table?
when do you need to create an internal table with header line ? and with out a header line?