In the performance standards we have SE30 for Run time
analysis where it will show the system count,abap count,data
base count if it is more than means then what we will do let
us take my abap count will be some 30% and data base will be
60% and system count 50% now what i want to do
Answer Posted / sarathi
Normally the count depends upon the volume of data handling
with the report.
1) if Abap count is high we need to take care with loop..
endloop, Read, sort , basically we need to take care with
fetching of data from internal table statement.
2) if the Data base count is high, we need to take care with
fetching of data from database.. like Select statement.
3) am not sure about this count, i hope it seems to be at
basis level settings..
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is native sql?
What is the disadvantage of a call by reference? : abap modularization
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What do you mean by transparent tables in sap abap? : abap data dictionary
What are types of select statements?
What is the difference between skip and new-line?
what is the transaction transaction for setting parameters rdisp/buffermode
How we format the data before before write statement in report ?
What abap statement will trigger list generation?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
Explain the disadvantages of logical databases?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is your approach to find exit and BAdi?
What are the page windows?
Explain some essential objects in abap dictionary?