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 is the lock object?
Differentiate screen painter from menu painter.
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
what are the various types of parameters and how are they distinguished from one another?
2)In production what is the user exit?
How to use messages in lists?
SAP query how to use end users?
What is sap abap data dictionary?
How do you read files from the application server ? : abap bdc
How do you execute the payroll
Do we have to migrate all sapscript forms to smart forms?
Write the bdc table structure? : abap bdc
Define external layer? : abap data dictionary
What happens if only one of the commands set screen and leave screen is used without using the other?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary