Answer Posted / lavanya
Performance tunning.
There are various steps to increase the performance of ABAP
report.
* should not use * in the select query ,instead use the
appropriate field names.
* In the occurs clause avoid using 0 instead use the number.
* try to use move-corresponding .
* use the aggregate statement.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is bdc programming in sap?
How do you read files from the presentation server ? : abap bdc
What are the different database integrities?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What function does data dictionary perform?
What is the different between template and a table?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
How can we upload a text file having delimiters in to legacy system?
What are the Synchronous and asynchronous methods in bdc ?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are the arithmetic operators in the sap abap?
What is amdp (abap managed data procedures)?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are the events in ABAP language?
What is abap?