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

SAPWL_LCL_CUSTOM SAP ABAP INCLUDE - SAPWLLCLCUSTOM







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

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:

SCSM_DSR_COMPONENTS_LIST CALL FUNCTION 'SCSM_DSR_COMPONENTS_LIST' EXPORTING restrict_to_mon_system = sy-sysid * RESTRICT_TO_MON_AGENT = * RESTRICT_TO_COMPONENT_TYPE = TABLES dsr_components = l_local_systems2 EXCEPTIONS no_data_found = 1 not_authorized = 2 monitoring_system_not_found = 3 monitoring_agent_not_found = 4 internal_error = 5 OTHERS = 6.

SCSM_KNOWN_SYSTEMS_DATA_GET CALL FUNCTION 'SCSM_KNOWN_SYSTEMS_DATA_GET' * EXPORTING * NAMESPACE = CSM_DEFAULT_DOMAIN TABLES system_data = l_all_systems active_rfc_destinations = l_all_systems2 EXCEPTIONS no_systems_found = 1 not_authorized = 2 internal_error = 3 OTHERS = 4.

SCSM_DSR_COMPONENTS_LIST CALL FUNCTION 'SCSM_DSR_COMPONENTS_LIST' * EXPORTING * RESTRICT_TO_MON_SYSTEM = * RESTRICT_TO_MON_AGENT = * RESTRICT_TO_COMPONENT_TYPE = TABLES dsr_components = l_local_systems2 EXCEPTIONS no_data_found = 1 not_authorized = 2 monitoring_system_not_found = 3 monitoring_agent_not_found = 4 internal_error = 5 * system_failure = 6 MESSAGE msg_text OTHERS = 7.

SCSM_DSR_DATA_GET CALL FUNCTION 'SCSM_DSR_DATA_GET' EXPORTING dsr_name = compname_40 dsr_class = l_local_system2-compclass dsr_object_guid = l_local_system2-compguid IMPORTING monitoring_system = monsys_40 * TABLES * linked_systems = * trace_file_paths = * trace_file_names = * trace_file_name_patterns = EXCEPTIONS no_data_found = 1 not_authorized = 2 no_dsr_component_specified = 3 multiple_dsr_instances_found = 4 internal_error = 5 OTHERS = 6.

DMD_GET_SOLUTIONS CALL FUNCTION 'DMD_GET_SOLUTIONS' DESTINATION im_sol_man_destination IMPORTING pf_model_class = data_model TABLES pt_key_list = l_all_systems3 EXCEPTIONS no_authorization = 1 model_not_found = 2 communication_failure = 3 MESSAGE msg_text system_failure = 4 MESSAGE msg_text OTHERS = 5.

DMD_GET_SYSTEM_INFO CALL FUNCTION 'DMD_GET_SYSTEM_INFO' DESTINATION im_sol_man_destination EXPORTING PF_MODEL_CLASS = im_data_model pf_key = im_pf_key TABLES pt_sys_info_list = t_dmdsysinfo "TYPE DMD_ST_SYS_INFO_LIST EXCEPTIONS unable_to_open_model = 1 object_type_not_found = 2 no_authorization = 3 internal_error = 4 communication_failure = 5 MESSAGE msg_text system_failure = 6 MESSAGE msg_text OTHERS = 7.

DMD_GET_SW_COMP_INFO CALL FUNCTION 'DMD_GET_SW_COMP_INFO' DESTINATION im_sol_man_destination EXPORTING PF_MODEL_CLASS = im_data_model pf_key = im_pf_key TABLES pt_sys_info_list = t_dmdsysinfo " DMD_ST_SYS_INFO_LIST pt_swc_server_list = t_dmdswcsrv " DMD_ST_SW_COMP_SERVERS EXCEPTIONS unable_to_open_model = 1 object_type_not_found = 2 no_authorization = 3 internal_error = 4 communication_failure = 5 MESSAGE msg_text system_failure = 6 MESSAGE msg_text OTHERS = 7.

DMD_GET_BP CALL FUNCTION 'DMD_GET_BP' DESTINATION im_sol_man_destination EXPORTING PF_MODEL_CLASS = im_data_model pf_key = im_pf_key TABLES pt_bp_list = t_dmddescr "DMDDESCR EXCEPTIONS unable_to_open_model = 1 object_type_not_found = 2 internal_error = 3 no_authorization = 4 language_not_found = 5 communication_failure = 6 MESSAGE msg_text system_failure = 7 MESSAGE msg_text OTHERS = 8.

DMD_GET_BP_SYST_INF CALL FUNCTION 'DMD_GET_BP_SYST_INF' DESTINATION im_sol_man_destination EXPORTING PF_MODEL_CLASS = im_data_model pf_key = im_pf_key "DMDDMODELKEY pf_bp = im_pf_bp "DMDDDESCRIPTION TABLES pt_sys_info_list = t_dmdsysinfo1 "DMDSYSINFO EXCEPTIONS unable_to_open_model = 1 no_authorization = 2 attribute_not_found = 3 object_type_not_found = 4 internal_error = 5 communication_failure = 7 MESSAGE msg_text system_failure = 8 MESSAGE msg_text OTHERS = 9.

DMD_GET_BP_SW_COMP_INF CALL FUNCTION 'DMD_GET_BP_SW_COMP_INF' DESTINATION im_sol_man_destination EXPORTING PF_MODEL_CLASS = im_data_model pf_key = im_pf_key "DMDDMODELKEY pf_bp = im_pf_bp "DMDDDESCRIPTION TABLES pt_sys_info_list = t_dmdsysinfo2 " DMDSYSINFO pt_swc_server_list = t_dmdswcsrv " DMD_ST_SW_COMP_SERVERS * OPTIONAL EXCEPTIONS unable_to_open_model = 1 no_authorization = 2 attribute_not_found = 3 object_type_not_found = 4 internal_error = 5 communication_failure = 6 MESSAGE msg_text system_failure = 7 MESSAGE msg_text OTHERS = 8.

SCSM_DSR_COMPONENTS_LIST CALL FUNCTION 'SCSM_DSR_COMPONENTS_LIST' * EXPORTING * RESTRICT_TO_MON_SYSTEM = * RESTRICT_TO_MON_AGENT = * RESTRICT_TO_COMPONENT_TYPE = TABLES dsr_components = t_dsr_components EXCEPTIONS no_data_found = 1 not_authorized = 2 monitoring_system_not_found = 3 monitoring_agent_not_found = 4 internal_error = 5 OTHERS = 6.

SCSM_DSR_DATA_GET CALL FUNCTION 'SCSM_DSR_DATA_GET' EXPORTING * DSR_NAME = * DSR_CLASS = dsr_object_guid = wa_dsr_components-compguid IMPORTING * DSR_OBJECT_ENTRY = * DSR_OBJECT_VERSION = * DSR_OBJECT_DSR_VERSION = * DSR_OBJECT_DSR_ACTIVE = * AGENT_OBJECT_ENTRY = * AGENT_DSR_VERSION = monitoring_system = monitoring_sys_40 * TABLES * LINKED_SYSTEMS = * TRACE_FILE_PATHS = * TRACE_FILE_NAMES = * TRACE_FILE_NAME_PATTERNS = EXCEPTIONS no_data_found = 1 not_authorized = 2 no_dsr_component_specified = 3 multiple_dsr_instances_found = 4 internal_error = 5 OTHERS = 6.

SCSM_DSR_COMPONENTS_LIST CALL FUNCTION 'SCSM_DSR_COMPONENTS_LIST' * EXPORTING * RESTRICT_TO_MON_SYSTEM = * RESTRICT_TO_MON_AGENT = * RESTRICT_TO_COMPONENT_TYPE = TABLES dsr_components = ex_dsr_components EXCEPTIONS no_data_found = 1 not_authorized = 2 monitoring_system_not_found = 3 monitoring_agent_not_found = 4 internal_error = 5 OTHERS = 6.

SCSM_DSR_DATA_GET CALL FUNCTION 'SCSM_DSR_DATA_GET' EXPORTING dsr_name = im_wa_dsr_components-compname(40) dsr_class = im_wa_dsr_components-compclass dsr_object_guid = im_wa_dsr_components-compguid IMPORTING dsr_object_entry = ex_dsr_object_entry * DSR_OBJECT_VERSION = * DSR_OBJECT_DSR_VERSION = dsr_object_dsr_active = ex_dsr_object_dsr_active * AGENT_OBJECT_ENTRY = * AGENT_DSR_VERSION = * MONITORING_SYSTEM = * TABLES * LINKED_SYSTEMS = * TRACE_FILE_PATHS = * TRACE_FILE_NAMES = * TRACE_FILE_NAME_PATTERNS = EXCEPTIONS no_data_found = 1 not_authorized = 2 no_dsr_component_specified = 3 multiple_dsr_instances_found = 4 internal_error = 5 OTHERS = 6.



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