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
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What is a help view? : abap data dictionary
Advantages and disadvantages of different types of bdc's?
Events that can be used in both the classical and interactive reports
What is the meaning of client independent?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What is partner selection?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How do you find out who has transported a transport request?
How to display or know if the value entered contains records or not?
What are the function modules used to create batch input session? : abap bdc
Why are insert and append statement used in sap abap?
What are the differences between a database index and a match code?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What are the types of subroutines? : abap modularization