SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SAPWL_LCL_WLMANAGER SAP ABAP INCLUDE - SAPWLLCLWLMANAGER







SAPWL_LCL_WLMANAGER is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPWL_LCL_WLMANAGER into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPWL_LCL_WLMANAGER. "Basic submit
SUBMIT SAPWL_LCL_WLMANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT SAPWL_LCL_WLMANAGER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SAPWL_LCL_WLMANAGER

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SWNC_COLLECTOR_GET_AGGREGATES CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES' EXPORTING component = imhostname * ASSIGNDSYS = periodtype = imperitype periodstrt = imdatum factor = 1000 TABLES tasktype = ex_data-summary tasktimes = ex_data-tasktype_stat TIMES = ex_data-time_stat dbprocs = ex_data-dbprocedure_stat extsystem = ex_data-externsys tcdet = ex_data-detailtcode_stat frontend = ex_data-terminal_io_stat MEMORY = ex_data-memory_stat spoolact = ex_data-spool_activity_stat tablerec = ex_data-table_record_stat usertcode = ex_data-application_stat userworkload = ex_data-accountstat_tasktype rfcclnt = ex_data-rfc_client_stat rfcclntdest = ex_data-rfc_client_dest_stat rfcsrvr = ex_data-rfc_server_stat rfcsrvrdest = ex_data-rfc_server_dest_stat SPOOL = ex_data-spool_print_stat hitlist_database = ex_data-hitlist_dbcalls hitlist_resptime = ex_data-hitlist_respti astat = ex_data-as_statistic ashitl_database = ex_data-as_hitl_dbcalls ashitl_resptime = ex_data-as_hitl_respti dbcon = ex_data-dbcon vmc = ex_data-vmc_stat websd = ex_data-web_server_dest webcd = ex_data-web_client_dest webs = ex_data-web_server webc = ex_data-web_client comp_hierarchy = ex_data-comp_hierarchy org_units = ex_data-org_unit trex = ex_data-trex_stat EXCEPTIONS no_data_found = 1 OTHERS = 2.

SAPWL_WORKLOAD_GET_SUMMARY * CALL FUNCTION 'SAPWL_WORKLOAD_GET_SUMMARY' * EXPORTING * periodtype = im_key-period * instance = im_key-instance * startdate = im_key-startdate "#EC DOM_EQUAL * TABLES * summary = ex_data-summary "[milliseconds] * EXCEPTIONS * unknown_periodtype = 1 * no_data_found = 2 * no_server_given = 3.

SAPWL_WORKLOAD_GET_STATISTIC * CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' * EXPORTING * periodtype = im_key-period * instance = im_key-instance * startdate = im_key-startdate"#EC DOM_EQUAL * IMPORTING * spool_print_statistic = ex_data-spool_print_stat * TABLES * hitlist_dbcalls = ex_data-hitlist_dbcalls * hitlist_respti = ex_data-hitlist_respti * accounting_statistic_tasktype = ex_data-accountstat_tasktype * time_statistic = ex_data-time_stat * table_record_statistic = ex_data-table_record_stat * application_statistic = ex_data-application_stat ** function_code_statistic = ex_data-function_code_stat * terminal_io_statistic = ex_data-terminal_io_stat * tasktype_statistic = ex_data-tasktype_stat * user_statistic = ex_data-user_stat * memory_statistic = ex_data-memory_stat * rfc_client_statistic = ex_data-rfc_client_stat * rfc_server_statistic = ex_data-rfc_server_stat * rfc_client_dest_statistic = ex_data-rfc_client_dest_stat * rfc_server_dest_statistic = ex_data-rfc_server_dest_stat ** instances = ex_data-instances * spool_activity_statistic = ex_data-spool_activity_stat * dbprocedure_statistic = ex_data-dbprocedure_stat **AD extern_sys_workload_stat = ex_data-externsys * EXCEPTIONS * unknown_periodtype = 1 * no_data_found = 2 * OTHERS = 3.

SAPWL_WORKLOAD_GET_DETAILTCOD * CALL FUNCTION 'SAPWL_WORKLOAD_GET_DETAILTCOD' * EXPORTING * periodtype = im_key-period * instance = im_key-instance * startdate = im_key-startdate "#EC DOM_EQUAL * TABLES * detailtcode_statistic = ex_data-detailtcode_stat * EXCEPTIONS * unknown_periodtype = 1 * no_data_found = 2 * no_server_given = 3 * import_mismatch_error = 4 * OTHERS = 5.

SAPWL_AS_WORKL_GET_STATISTIC * CALL FUNCTION 'SAPWL_AS_WORKL_GET_STATISTIC' * EXPORTING * periodtype = im_key-period * instance = im_key-instance * startdate = im_key-startdate "#EC DOM_EQUAL * TABLES * as_statistic = ex_data-as_statistic * as_hitl_dbcalls = ex_data-as_hitl_dbcalls * as_hitl_respti = ex_data-as_hitl_respti * EXCEPTIONS * unknown_periodtype = 1 * no_data_found = 2 * no_server_given = 3.

SAPWL_SNAPSHOT_FROM_REMOTE_SYS * CALL FUNCTION 'SAPWL_SNAPSHOT_FROM_REMOTE_SYS' * EXPORTING ** READ_TIME_ZONE = * read_start_date = im_read_start_date * read_start_time = im_read_start_time * read_end_date = im_read_end_date * read_end_time = im_read_end_time * read_client = im_read_client * read_username = im_read_username ** READ_EXCLUDE_USERNAME = * select_server = im_destination(32) "' ' ** WAIT_SECONDS = * read_workprocess = im_read_workprocess "'FFFF' ** NO_BUFFER_FLUSH = ' ' * time_resolution = im_time_resolution "60 * tasktypes_per_workprocess = im_tasktypes_per_workprocess * tcodes_with_dynpro_number = im_tcodes_with_dynpro_number * terminal_instead_of_username = im_terminal_instead_of_uname * IMPORTING * spool_print_statistic = * ex_data2-spool_print_stat * TABLES * summary = ex_data2-summary * hitlist_dbcalls = ex_data2-hitlist_dbcalls * hitlist_respti = ex_data2-hitlist_respti * accounting_statistic_tasktype = * ex_data2-accountstat_tasktype * time_statistic = ex_data2-time_stat * table_record_statistic = * ex_data2-table_record_stat * application_statistic = ex_data2-application_stat * terminal_io_statistic = ex_data2-terminal_io_stat * tasktype_statistic = ex_data2-tasktype_stat * user_statistic = ex_data2-user_stat * memory_statistic = ex_data2-memory_stat * rfc_client_statistic = ex_data2-rfc_client_stat * rfc_server_statistic = ex_data2-rfc_server_stat * rfc_client_dest_statistic = * ex_data2-rfc_client_dest_stat * rfc_server_dest_statistic = * ex_data2-rfc_server_dest_stat * spool_activity_statistic = ex_data2-spool_activity_stat * as_statistic = ex_data2-as_statistic * as_hitl_dbcalls = ex_data2-as_hitl_dbcalls * as_hitl_respti = ex_data2-as_hitl_respti * detail_tcode_statistic = ex_data2-detailtcode_stat * dbproc_statistic = ex_data2-dbprocedure_stat * extern_sys_workload_stat = ex_data2-externsys * server_recs_return_info = lc_server_recs_return_info * EXCEPTIONS * could_not_get_server_list = 4 * time_zone_not_found = 5 * authority_not_found = 7 * OTHERS = 8 .

GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING timezone = local_timezone EXCEPTIONS OTHERS = 99.

SWNC_COLLECTOR_GET_DIRECTORY CALL FUNCTION 'SWNC_COLLECTOR_GET_DIRECTORY' * EXPORTING * GET_DIR_FROM_CLUSTER = ' ' TABLES * DIRECTORY_FULL = directory_short = swncmonidir * directory_keys = * DIRECTORY_MONI = EXCEPTIONS no_data_found = 1 OTHERS = 2.

SAPWL_WORKLOAD_GET_DIRECTORY * CALL FUNCTION 'SAPWL_WORKLOAD_GET_DIRECTORY' * TABLES * directory = directory.

SAPWL_INST_LONG * CALL FUNCTION 'SAPWL_INST_LONG' * EXPORTING * inst_short = wadir-hostid * IMPORTING * inst_long = wadir-instance * EXCEPTIONS * could_not_determine_long_name = 1.

SAPWL_AS_ACCNT_GET_DIRECTORY * CALL FUNCTION 'SAPWL_AS_ACCNT_GET_DIRECTORY' * TABLES * extend_directory = directory * EXCEPTIONS * unknown_periodtype = 1.

SAPWL_INST_LONG * CALL FUNCTION 'SAPWL_INST_LONG' * EXPORTING * inst_short = wadir-hostid * IMPORTING * inst_long = wadir-instance * EXCEPTIONS * could_not_determine_long_name = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPWL_LCL_WLMANAGER or its description.