Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPWL_WORKLOAD_GET_STATISTIC

Former Member
0 Likes
939

Hi,

I am running SAPWL_WORKLOAD_GET_STATISTIC FM and getting the following stats from "APPLICATION_STATISTIC" tables

Task Type User Name Operation Steps Times Type Aggregate Time CPU Time GUI Time

0 BASSP ash_FP1_00 0 0 0 1421 8 289

0 cumul. PA30 0 0 0 5901 54 296

0 CLOUGHA ash_FP1_00 0 0 0 5826 17 0

0 cumul. SWI2_FREQ 0 0 Q 5826 17 0

0 DEFUREYJ ash_FP1_00 0 0 0 515 3 7

Here under Username column; I am getting "cumul." however this is not a valid username. "BASSP" us valid username but not "cumul.". I want to know why this "cumml." record is coming and what does it means.

Is that means "BASSP" user ran PA30 tcode as well or something else.

Regards

Munish Garg

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
839

I bet three cents that it stands for "cumulative", and the record is an aggregation of some sort. Is there any documentation for the FM that you can study, or maybe drill down into the code a little bit?

Thomas

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
840

I bet three cents that it stands for "cumulative", and the record is an aggregation of some sort. Is there any documentation for the FM that you can study, or maybe drill down into the code a little bit?

Thomas