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 the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
What are the different window types in sapscript?
What are the different modes of processing batch input sessions? : abap bdc
What are the differences between session method and call transaction method? : abap bdc
what next in SAP-ABAP/4 is it going to be change?
What are the differences between the table and the structure in the data dictionary in the sap abap?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
Where do you find info on new developments in SAP?
What is the last entry in all bdc tables? : abap bdc
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
How does the interface between the dynpro and the abap/4 modules take place?
What are dml commands in abap?
How to eliminate duplicate entries in internal tables? : abap data dictionary
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
In sap scripts, how will you link form with the event driven?