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

function module SAPWL_WORKLOAD_GET_STATISTIC in R/3 4.6

Former Member
0 Likes
1,084

Dear all my friends,

I have a program which call function module SAPWL_WORKLOAD_GET_STATISTIC.

it run properly on ECC 6.0 but it doesn't work on R/3 4.6.

please help to show me the equivalence function in R/3 4.6

many thanks !

3 REPLIES 3
Read only

Former Member
0 Likes
787

Hi,

pls check the startdate parameter that u r providing, the date format chages for different versions.

the date format must be different in ecc6 and 4.6.

so, try providing the correct format in 4.6.

thanks

ravi

Read only

0 Likes
787

Dear Ravi

this is my source code :

CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC'

EXPORTING

periodtype = 'M'

INSTANCE = 'TOTAL'

startdate = '01032009'

only_application_statistic = ''

TABLES

memory_statistic = P_memory_stat

EXCEPTIONS

UNKNOWN_PERIODTYPE = 1

NO_DATA_FOUND = 2

NO_SERVER_GIVEN = 3.

it still doesn't work.

please help me to check !

thanks !

Read only

0 Likes
787

Please try using this FM

SWNC_COLLECTOR_GET_AGGREGATES