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


Please Help Members By Posting Answers For Below Questions

Explain difference between primary key and unique key?

721


What are the events in ABAP language?

802


What are the different types of views in sap? : abap data dictionary

816


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

766


What are the 3 methods that we use in sequence in a batch input session method? : abap bdc

802


Explain read dataset in sap abap?

956


What is gui status? How to create /edit gui status?

821


What is the difference between RETURNING and CHANGING parameters for a method?

1321


Write the bdc table structure? : abap bdc

794


What is SAP Data conversion ?

804


In what ways we can get the context sensitive f1 help on a field?

831


Why is pretty printer user in abap?

868


What is the difference between the function module and a normal abap/4 subroutine?

844


What are the differences between session method and call transaction method? : abap bdc

773


How does the interface between the dynpro and the abap/4 modules take place?

777