‎2009 May 11 9:38 PM
Guys,
I want to know can I capture the memory used by the program that is shows in SM50 transaction. I am referring to Memory (Sum private). So then I can draw a graph of it.
Thanks in advance.
‎2009 May 11 10:09 PM
Hi,
Check the program:
RSMON000_ALV - This is the program for SM50.
Check the form:
BUILD_LIST
I belive what you're looking for is:
CALL FUNCTION 'TH_WPINFO'
EXPORTING
WITH_CPU = WITH_CPU
TABLES
WPLIST = WP_TABL
EXCEPTIONS
SEND_ERROR = 1
OTHERS = 2.Regards,
Gilberto Li
‎2009 May 11 10:09 PM
Hi,
Check the program:
RSMON000_ALV - This is the program for SM50.
Check the form:
BUILD_LIST
I belive what you're looking for is:
CALL FUNCTION 'TH_WPINFO'
EXPORTING
WITH_CPU = WITH_CPU
TABLES
WPLIST = WP_TABL
EXCEPTIONS
SEND_ERROR = 1
OTHERS = 2.Regards,
Gilberto Li
‎2011 Oct 24 4:29 PM