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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abaprajaram
ABAP Count is 30%
Data Base Count 60%
System count 50%
--
140%
Totaly is more than 100%
Is This Answer Correct ? | 1 Yes | 0 No |
What data is contained? : abap data dictionary
Explain the inside concept in select-options?
6)what are the table controls in BDC ?
Menu painter?
After Uploading logo into SAP-SCRIPT How To Check Whether It is Success fully Uploaded or not?
what is abap token?
Explain the advantage of structures?
Is der any other way or tcode to process the session except SM35?
Output type is not selecte automatically with billing type ...Pls solve this issue
which command is used to flushes the database buffer?
what is difference b/w sap 4.7e and ecc6.0 ?
what are Joins? How many types are there?