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 are clustered tables?
How do you retrieve the data for repetitive structures ? : abap hr
Which function module reads the data for particular infotype ? : abap hr
How to creat transactions? : abap data dictionary
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is the procedure you followed to upload the data?
When was the sap abap being created?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Difference between function group and function module?
What is the significance of delivery class?
Reports: Event functionality.
What are the differences between the table and the structure in the data dictionary in the sap abap?
How does the system handle roll areas for external program components?
Polymorphism real time scenario