Application Development 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: 

what do these FMs do?

Former Member
0 Kudos

sapwl_workload_get_directory,

f4_filename,

sapwl_workload_get_statistic.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

sapwl_workload_get_directory,

sapwl_workload_get_statistic.

the above fun modules are used to get Usage Analysis of different objects in the system

It gives a clear info about how many times/hits a particular Transaction or report or table was accessed by different users etc

f4_filename-> is used to get the F4 help for a fiel Input field

when you declare a field like RLGRAP-filename and write a code for F4 values on that field, this fun module get the F4 values

<b>

Reward points for useful Answers</b>

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi SAai,

You can use the Function module SAPWL_WORKLOAD_GET_STATISTIC for getting the statistics of the executed programs.

The data to be passed to the Function module can be retrieved using the Function module SAPWL_WORKLOAD_GET_DIRECTORY.

f4_filename FM is used to give input help for the Particular Period.

Thanks,

Former Member
0 Kudos

sapwl_workload_get_directory -> This FM will give file path from particular directory

f4_filename -> F4 values ( I mean when you press f4 on selection-screen field,then this FM will show files from presenstation server

sapwl_workload_get_statistic. -> This will give program Statistics

Thanks

Seshu

Former Member
0 Kudos

Hi

sapwl_workload_get_directory,

sapwl_workload_get_statistic.

the above fun modules are used to get Usage Analysis of different objects in the system

It gives a clear info about how many times/hits a particular Transaction or report or table was accessed by different users etc

f4_filename-> is used to get the F4 help for a fiel Input field

when you declare a field like RLGRAP-filename and write a code for F4 values on that field, this fun module get the F4 values

<b>

Reward points for useful Answers</b>

Regards

Anji