SAPSTR_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 SAPSTR_LCL_CUSTOM into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
DMD_GET_SOLUTIONS CALL FUNCTION 'DMD_GET_SOLUTIONS' DESTINATION 'CTD_QJP' TABLES pt_key_list = ex_sol_man_list.
DMD_GET_BP * CALL FUNCTION 'DMD_GET_BP' DESTINATION 'CTD_QJP' * exporting * PF_MODEL_CLASS = * PF_KEY = * TABLES * pt_key_list = ex_sol_man_list * exceptions * UNABLE_TO_OPEN_MODEL = 1 * OBJECT_TYPE_NOT_FOUND = 2 * INTERNAL_ERROR = 3 * NO_AUTHORIZATION = 4 * LANGUAGE_NOT_FOUND = 5 * Communication_failure = 6 * system_failure = 7 * others = 99.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = 255 TABLES list = l_local_systems EXCEPTIONS no_server_list = 1 OTHERS = 2 .
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' DESTINATION c_test_destination * 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 communication_failure = 6 MESSAGE msg_text system_failure = 7 MESSAGE msg_text OTHERS = 8 .
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 * dsr_object_entry = * dsr_object_version = * dsr_object_dsr_version = * dsr_object_dsr_active = * agent_object_entry = * agent_dsr_version = monitoring_system = l_system-monitoring_sys * 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 .
SAPWL_CHECK_FUGR_AVAILABLE CALL FUNCTION 'SAPWL_CHECK_FUGR_AVAILABLE' EXPORTING im_systems_to_check = l_t_im_sol_man_destination im_fugr = 'DMD_STAT' * IMPORTING * EXP_SYSTEMS_W_FUGR = * EXP_RETURN_ERRORS = EXCEPTIONS no_group_specified = 1 OTHERS = 2 .
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.
SAPWL_CHECK_FUGR_AVAILABLE CALL FUNCTION 'SAPWL_CHECK_FUGR_AVAILABLE' EXPORTING im_systems_to_check = l_t_im_sol_man_destination im_fugr = 'DMD_STAT' * IMPORTING * EXP_SYSTEMS_W_FUGR = * EXP_RETURN_ERRORS = EXCEPTIONS no_group_specified = 1 OTHERS = 2 .
DMD_GET_SYSTEM_INFO CALL FUNCTION 'DMD_GET_SYSTEM_INFO' DESTINATION im_sol_man_destination EXPORTING *" PF_MODEL_CLASS = "LIKE DMDMODEL-MODEL_CLASS OPTIONAL pf_key = im_pf_key "TYPE DMDDMODELKEY 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.
DMD_GET_SW_COMP_INFO CALL FUNCTION 'DMD_GET_SW_COMP_INFO' DESTINATION im_sol_man_destination EXPORTING *" VALUE(PF_MODEL_CLASS) LIKE DMDMODEL-MODEL_CLASS OPTIONAL pf_key = im_pf_key "TYPE DMDDMODELKEY TABLES pt_sys_info_list = t_dmdsysinfo " DMD_ST_SYS_INFO_LIST pt_swc_server_list = t_dmdswcsrv " DMD_ST_SW_COMP_SERVERS * OPTIONAL 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.
SAPWL_CHECK_FUGR_AVAILABLE CALL FUNCTION 'SAPWL_CHECK_FUGR_AVAILABLE' EXPORTING im_systems_to_check = l_t_im_sol_man_destination im_fugr = 'DMD_STAT' * IMPORTING * EXP_SYSTEMS_W_FUGR = * EXP_RETURN_ERRORS = EXCEPTIONS no_group_specified = 1 OTHERS = 2 .
DMD_GET_BP CALL FUNCTION 'DMD_GET_BP' DESTINATION im_sol_man_destination EXPORTING *" VALUE(PF_MODEL_CLASS) LIKE DMDMODEL-MODEL_CLASS OPTIONAL pf_key = im_pf_key "DMDDMODELKEY 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.
SAPWL_CHECK_FUGR_AVAILABLE CALL FUNCTION 'SAPWL_CHECK_FUGR_AVAILABLE' EXPORTING im_systems_to_check = l_t_im_sol_man_destination im_fugr = 'DMD_STAT' * IMPORTING * EXP_SYSTEMS_W_FUGR = * EXP_RETURN_ERRORS = EXCEPTIONS no_group_specified = 1 OTHERS = 2 .
DMD_GET_BP_SYST_INF CALL FUNCTION 'DMD_GET_BP_SYST_INF' DESTINATION im_sol_man_destination EXPORTING *" VALUE(PF_MODEL_CLASS) LIKE DMDMODEL-MODEL_CLASS OPTIONAL 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.
DMD_GET_BP_SW_COMP_INF
CALL FUNCTION 'DMD_GET_BP_SW_COMP_INF' DESTINATION im_sol_man_destination EXPORTING *" VALUE(PF_MODEL_CLASS) LIKE DMDMODEL-MODEL_CLASS OPTIONAL 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.
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 .
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 SAPSTR_LCL_CUSTOM or its description.