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

SAPWL_LCL_NR3DATA SAP ABAP INCLUDE - SAPWLLCLNR3DATA







SAPWL_LCL_NR3DATA 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_NR3DATA 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_NR3DATA. "Basic submit
SUBMIT SAPWL_LCL_NR3DATA AND RETURN. "Return to original report after report execution complete
SUBMIT SAPWL_LCL_NR3DATA 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_NR3DATA

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:

SAPWLN3_GET_AGGREGATE_CONTENT CALL FUNCTION 'SAPWLN3_GET_AGGREGATE_CONTENT' EXPORTING selection_key = selection monitoring_system = monitoring_system get_actions_stat = c_x get_systemload = c_x get_callsubrec_stat = c_x get_ext_system_load = c_x get_resptime_category = c_x get_hitlist_resptime = c_x get_hitlist_waittime = c_x get_statistic_avail = c_x get_multisys_info = c_x IMPORTING actions_statistic = ex_n3data-actions_statistic systemload_summary = ex_n3data-systemload_summary call_subrecord_stat_t1 = ex_n3data-call_subrecord_stat_t1 external_system_load = ex_n3data-external_system_load resptime_categorys = ex_n3data-resptime_categorys hitlist_resptime = ex_n3data-hitlist_resptime hitlist_waittime = ex_n3data-hitlist_waittime statistic_availability = ex_n3data-statistic_availability components_availability = ex_n3data-components_availability multisys_system_list = ex_n3data-multisys_system_list users_are_anonymous = anonymous EXCEPTIONS no_data_available = 1 internal_error = 2 rfc_problems = 3 funcmodule_not_found_in_monsys = 4 OTHERS = 5.

SAPWLN3_READ_COMP_ACT_SRV_TYP CALL FUNCTION 'SAPWLN3_READ_COMP_ACT_SRV_TYP' EXPORTING component_type = selection-comptype monitoring_system = monitoring_system TABLES act_type_list = ex_n3data-act_type_list srv_type_list = ex_n3data-srv_type_list EXCEPTIONS database_problems = 1 OTHERS = 2.

SAPWLN3_GET_AGGREGATE_CONTENT CALL FUNCTION 'SAPWLN3_GET_AGGREGATE_CONTENT' DESTINATION inddest EXPORTING selection_key = selection monitoring_system = monitoring_system get_actions_stat = c_x get_systemload = c_x get_callsubrec_stat = c_x get_ext_system_load = c_x get_resptime_category = c_x get_hitlist_resptime = c_x get_hitlist_waittime = c_x get_statistic_avail = c_x get_multisys_info = c_x IMPORTING actions_statistic = ex_n3data-actions_statistic systemload_summary = ex_n3data-systemload_summary call_subrecord_stat_t1 = ex_n3data-call_subrecord_stat_t1 external_system_load = ex_n3data-external_system_load resptime_categorys = ex_n3data-resptime_categorys hitlist_resptime = ex_n3data-hitlist_resptime hitlist_waittime = ex_n3data-hitlist_waittime statistic_availability = ex_n3data-statistic_availability components_availability = ex_n3data-components_availability multisys_system_list = ex_n3data-multisys_system_list users_are_anonymous = anonymous EXCEPTIONS no_data_available = 1 internal_error = 2 rfc_problems = 3 funcmodule_not_found_in_monsys = 4 communication_failure = 5 MESSAGE mess system_failure = 6 MESSAGE mess OTHERS = 7.

SAPWLN3_READ_COMP_ACT_SRV_TYP CALL FUNCTION 'SAPWLN3_READ_COMP_ACT_SRV_TYP' DESTINATION inddest EXPORTING component_type = selection-comptype monitoring_system = monitoring_system TABLES act_type_list = ex_n3data-act_type_list srv_type_list = ex_n3data-srv_type_list EXCEPTIONS database_problems = 1 communication_failure = 5 MESSAGE mess system_failure = 6 MESSAGE mess OTHERS = 7.

SAPWLN3_GET_AVAIL_AGGREGATES CALL FUNCTION 'SAPWLN3_GET_AVAIL_AGGREGATES' EXPORTING selection_key = selection monitoring_system = monitoring_system IMPORTING actions_statistic = e_actions_statistic systemload_summary = e_systemload_summary call_subrecord_stat_t1 = e_call_subrecord_stat_t1 external_system_load = e_external_system_load resptime_category = e_resptime_category hitlist_resptime = e_hitlist_resptime hitlist_waittime = e_hitlist_waittime statdata_availability = e_statdata_availability EXCEPTIONS selection_key_missing = 1 no_aggregates_found = 2 internal_error = 3 rfc_problems_detected = 4 funcmodule_not_found_in_monsys = 5 OTHERS = 6.

SAPWLN3_GET_AVAIL_AGGREGATES CALL FUNCTION 'SAPWLN3_GET_AVAIL_AGGREGATES' DESTINATION inddest EXPORTING selection_key = selection monitoring_system = monitoring_system IMPORTING actions_statistic = e_actions_statistic systemload_summary = e_systemload_summary call_subrecord_stat_t1 = e_call_subrecord_stat_t1 external_system_load = e_external_system_load resptime_category = e_resptime_category hitlist_resptime = e_hitlist_resptime hitlist_waittime = e_hitlist_waittime statdata_availability = e_statdata_availability EXCEPTIONS selection_key_missing = 1 no_aggregates_found = 2 internal_error = 3 rfc_problems_detected = 4 funcmodule_not_found_in_monsys = 5 communication_failure = 6 MESSAGE mess system_failure = 7 MESSAGE mess OTHERS = 8.

SAPWLN3_GET_PARAM_FOR_COMPTYPS CALL FUNCTION 'SAPWLN3_GET_PARAM_FOR_COMPTYPS' EXPORTING component_types = t_comptypes parameter_name = param_hitlist_no_of_entries IMPORTING parameter_table = t_parameters EXCEPTIONS internal_error = 1 parameter_unknown = 2 OTHERS = 3.

SAPWLN3_AGGREGATE_SNAPSHOT_GET CALL FUNCTION 'SAPWLN3_AGGREGATE_SNAPSHOT_GET' EXPORTING component = component component_type = im_directory-comptype assigned_r3_system = im_directory-sysid build_extsysload_aggr = 'X' build_calltype1_aggr = 'X' build_resptime_categ_aggr = 'X' build_hitlist_resptime_aggr = 'X' build_hitlist_waittime_aggr = 'X' monitoring_system = monitoring_system 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 * TIMEZONE = * READ_TRANSID = * READ_SERVICE = -1 * READ_ACTION = * READ_ACTION_TYPE = -1 * read_username = im_read_username * READ_EXCLUDE_USERNAME = max_hitlist_size = wa_param-par_intval * READ_MAX_NO_OF_RECORDS = -1 * RESPTIME_CATEGORIES = mainrec_time_range_minutes = im_time_resolution * GET_TEST_DATA = IMPORTING aggregates_action = ex_data-actions_statistic aggregates_systemload = ex_data-systemload_summary aggregates_calltype1 = ex_data-call_subrecord_stat_t1 aggregates_extsysload = ex_data-external_system_load aggregates_resptime_categ = ex_data-resptime_categorys aggregates_hitlist_resptime = ex_data-hitlist_resptime aggregates_hitlist_waittime = ex_data-hitlist_waittime * RECORD_INFO = EXCEPTIONS invalid_time_range = 1 invalid_service = 2 invalid_action = 3 invalid_action_type = 4 no_records_found = 5 internal_error = 6 component_unknown = 7 rfc_problems_detected = 8 resptime_categories_missing = 9 funcmodule_not_found_in_monsys = 10 invalid_mainrec_time_range = 11 cant_create_snaphsot = 12 no_stat_file_found = 13 no_permission_to_read = 14 invalid_comp_specification = 15 OTHERS = 16.

SAPWLN3_READ_COMP_ACT_SRV_TYP CALL FUNCTION 'SAPWLN3_READ_COMP_ACT_SRV_TYP' EXPORTING component_type = im_directory-comptype monitoring_system = monitoring_system TABLES act_type_list = ex_data-act_type_list srv_type_list = ex_data-srv_type_list EXCEPTIONS database_problems = 1 OTHERS = 2.

SAPWLN3_AGGREGATE_SNAPSHOT_GET CALL FUNCTION 'SAPWLN3_AGGREGATE_SNAPSHOT_GET' DESTINATION inddest EXPORTING component = component component_type = im_directory-comptype assigned_r3_system = im_directory-sysid build_extsysload_aggr = 'X' build_calltype1_aggr = 'X' build_resptime_categ_aggr = 'X' build_hitlist_resptime_aggr = 'X' build_hitlist_waittime_aggr = 'X' monitoring_system = monitoring_system 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 * TIMEZONE = * READ_TRANSID = * READ_SERVICE = -1 * READ_ACTION = * READ_ACTION_TYPE = -1 * read_username = im_read_username * READ_EXCLUDE_USERNAME = max_hitlist_size = wa_param-par_intval * READ_MAX_NO_OF_RECORDS = -1 * RESPTIME_CATEGORIES = mainrec_time_range_minutes = im_time_resolution * GET_TEST_DATA = IMPORTING aggregates_action = ex_data-actions_statistic aggregates_systemload = ex_data-systemload_summary aggregates_calltype1 = ex_data-call_subrecord_stat_t1 aggregates_extsysload = ex_data-external_system_load aggregates_resptime_categ = ex_data-resptime_categorys aggregates_hitlist_resptime = ex_data-hitlist_resptime aggregates_hitlist_waittime = ex_data-hitlist_waittime * RECORD_INFO = EXCEPTIONS invalid_time_range = 1 invalid_service = 2 invalid_action = 3 invalid_action_type = 4 no_records_found = 5 internal_error = 6 component_unknown = 7 rfc_problems_detected = 8 resptime_categories_missing = 9 funcmodule_not_found_in_monsys = 10 invalid_mainrec_time_range = 11 cant_create_snaphsot = 12 no_stat_file_found = 13 no_permission_to_read = 14 invalid_comp_specification = 15 communication_failure = 16 MESSAGE mess system_failure = 17 MESSAGE mess OTHERS = 18.

SAPWLN3_READ_COMP_ACT_SRV_TYP CALL FUNCTION 'SAPWLN3_READ_COMP_ACT_SRV_TYP' DESTINATION inddest EXPORTING component_type = im_directory-comptype monitoring_system = monitoring_system TABLES act_type_list = ex_data-act_type_list srv_type_list = ex_data-srv_type_list EXCEPTIONS database_problems = 1 communication_failure = 5 MESSAGE mess system_failure = 6 MESSAGE mess OTHERS = 7.

SAPWLN3_GET_DIRECTORY CALL FUNCTION 'SAPWLN3_GET_DIRECTORY' EXPORTING monitoring_system = monitoring_system resolve_multisys_entries = c_x IMPORTING nonr3_statistic_directory = ex_statdir multisys_resolved_directory = ex_msys_statdir EXCEPTIONS only_one_selection_possible = 1 no_data_found = 2 internal_error = 3 rfc_problems = 4 funcmodule_not_found_in_monsys = 5 OTHERS = 6.

SAPWLN3_GET_DIRECTORY CALL FUNCTION 'SAPWLN3_GET_DIRECTORY' DESTINATION inddest EXPORTING * component = sysid monitoring_system = monitoring_system resolve_multisys_entries = c_x IMPORTING nonr3_statistic_directory = ex_statdir multisys_resolved_directory = ex_msys_statdir EXCEPTIONS only_one_selection_possible = 1 no_data_found = 2 internal_error = 3 rfc_problems = 4 funcmodule_not_found_in_monsys = 5 system_failure = 6 MESSAGE mess communication_failure = 7 MESSAGE mess OTHERS = 8.

SAPWL_CHECK_FUGR_AVAILABLE CALL FUNCTION 'SAPWL_CHECK_FUGR_AVAILABLE' EXPORTING im_systems_to_check = t_systems im_fugr = im_fugr IMPORTING * EXP_SYSTEMS_W_FUGR = exp_return_errors = t_errors EXCEPTIONS no_group_specified = 1 OTHERS = 2.



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_NR3DATA or its description.