2013 Apr 17 8:48 AM
Hello.
Which field in ST03 are responsible for allocated memory for a program?
I want to get memory consumption - which value in ST03 contain amount of data selected from DB?
2013 Apr 17 11:58 AM
Thanks everyone. I think I found solution.
To get statistics by memory concumption in ST03 you can use "Memory Use Statistics" in "Analysis Views".
And you can get it with standard FM SAPWL_WORKLOAD_GET_STATISTIC in return table MEMORY_STATISTIC
2013 Apr 17 9:48 AM
Hi Anatoily,
I think in ST05 transaction you will be able to see the details of the records fetched.
Regards,
Santanu Mohapatra.
2013 Apr 17 9:52 AM
Hello.
Not exactly.
I need to get total memory consumption (K/M/G bytes) in ST03 statistics. How many memory program consumed during day/week/month
2013 Apr 17 10:06 AM
Hope this link will helps you to findout your requirement.
http://www.erpgreat.com/bc041.htm
Regards,
Bastin.G
2013 Apr 17 9:55 AM
once you enter search criteria and press enter, it will take you to a screen which has all the details like below:
In this there is a field memory Used. Is this what you are looking for?
Regards,
Swarna
2013 Apr 17 10:05 AM
Hello.
I need to get total memory consumption during day/week/month. As far as I know it must be in ST03.
2013 Apr 17 9:59 AM
Hi Anatoliy STYAPSHIN ,
Regards,
Bastin.G
2013 Apr 17 11:51 AM
Hi Anatoliy,
from your detailed question it is not easy to guess the purpose.
One solution is to use class CL_ABAP_MEMORY_UTILITIES method GET_TOTAL_USED_SIZE within the program in question. You could use a LOG-POINT (see transaction SAAB) to have a detailed log of memory usage.
But: I don'see your point.
Regards
Clemens
2013 Apr 17 11:58 AM
Thanks everyone. I think I found solution.
To get statistics by memory concumption in ST03 you can use "Memory Use Statistics" in "Analysis Views".
And you can get it with standard FM SAPWL_WORKLOAD_GET_STATISTIC in return table MEMORY_STATISTIC
2013 Apr 17 12:08 PM
Hi Anatoliy
Use the User List (transaction SM04) to monitor memory use online and in real time.
The Memory Consumption column in the display shows the total memory allocated to the user.
Use SM04 to monitor long-running transactions that stay open for repeated use and to monitor
the memory consumption of long-running background jobs.
Use the SAP Workload: Single Statistical Records — Overview (transaction STAD (interface in English only) or STADWD (translated interface) for the Web Dynpro version)
to scan for high memory users among completed transactions.
The selection option Show all records, grouped by business transaction may help you by organizing
the display by transaction. The column Memory used (kB) shows the maximum memory used by a transaction in each dialog step.
Use STAD when you have had memory-related short dumps such as SYSTEM_NO_ROLL or TSV_TNEW_PAGE_ALLOC_FAILED or when you have observed Dialog work processes in PRIV status.
The statistic records in the time immediately preceding these events may show which programs were consuming too much storage.
Regards
Suganya