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
Explain difference between primary key and unique key?
What are the events in ABAP language?
What are the different types of views in sap? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
Explain read dataset in sap abap?
What is gui status? How to create /edit gui status?
What is the difference between RETURNING and CHANGING parameters for a method?
Write the bdc table structure? : abap bdc
What is SAP Data conversion ?
In what ways we can get the context sensitive f1 help on a field?
Why is pretty printer user in abap?
What is the difference between the function module and a normal abap/4 subroutine?
What are the differences between session method and call transaction method? : abap bdc
How does the interface between the dynpro and the abap/4 modules take place?