SIW_RES_MGR_PROXY_READER 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 SIW_RES_MGR_PROXY_READER 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.
Title: Include SIW_RES_MGR_PROXY_READER
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SIW_RFC_READ_PROXY_DATA CALL FUNCTION 'SIW_RFC_READ_PROXY_DATA' DESTINATION me->rfcdest EXPORTING i_esr_key = i_esr_key i_prx_class = i_prx_class i_direction = i_direction IMPORTING e_str_proxy_data = r_esr_data e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_STRUCTURE CALL FUNCTION 'SIW_RFC_READ_PROXY_STRUCTURE' DESTINATION me->rfcdest EXPORTING i_typename = i_typename IMPORTING e_str_proxy_context = r_proxy_context e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_LOG CALL FUNCTION 'SIW_RFC_READ_PROXY_LOG' DESTINATION me->rfcdest EXPORTING i_typename_msgtype = i_typename_msgtype IMPORTING e_str_proxy_context_log = r_proxy_context_log e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_MSG_HDR CALL FUNCTION 'SIW_RFC_READ_PROXY_MSG_HDR' DESTINATION me->rfcdest EXPORTING i_typename_query = i_typename_query IMPORTING e_str_proxy_context_msg_header = r_proxy_context_msg_header e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_PRC_CND CALL FUNCTION 'SIW_RFC_READ_PROXY_PRC_CND' DESTINATION me->rfcdest EXPORTING i_typename_query = i_typename_query i_typename_response = i_typename_response IMPORTING e_str_proxy_context_query = e_proxy_context_query e_str_proxy_context_response = e_proxy_context_response e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXIES_BY_RANGE CALL FUNCTION 'SIW_RFC_READ_PROXIES_BY_RANGE' DESTINATION me->rfcdest EXPORTING i_tab_r3_type = i_tab_r3_type i_tab_r3_name = i_tab_r3_name i_tab_type = i_tab_type i_tab_name = i_tab_name i_tab_namespace = i_tab_namespace i_direction = i_direction i_tab_gen_appl_range = i_tab_gen_appl_range i_max_count = i_max_count IMPORTING e_tab_abap_keys = e_tab_abap_keys e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_KEY_BY_RNG CALL FUNCTION 'SIW_RFC_READ_PROXY_KEY_BY_RNG' DESTINATION me->rfcdest EXPORTING i_tab_r3_type = i_tab_r3_type i_tab_r3_name = i_tab_r3_name i_tab_type = i_tab_type i_tab_name = i_tab_name i_tab_namespace = i_tab_namespace i_direction = i_direction i_tab_gen_appl_range = i_tab_gen_appl_range i_max_count = i_max_count IMPORTING e_tab_proxy_keys = e_tab_proxy_keys e_tab_intf_data = e_tab_intf_data e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_NAMESPACES CALL FUNCTION 'SIW_RFC_READ_PROXY_NAMESPACES' DESTINATION me->rfcdest EXPORTING i_tab_namespace = i_tab_namespace IMPORTING e_tab_namespaces = rt_namespaces e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_GET_SOFTWARE_COMP_VERS CALL FUNCTION 'SIW_RFC_GET_SOFTWARE_COMP_VERS' DESTINATION me->rfcdest IMPORTING e_tab_swcv_line = r_tab_swcv_line e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_IS_ESR_PROXY CALL FUNCTION 'SIW_RFC_IS_ESR_PROXY' DESTINATION me->rfcdest EXPORTING i_esr_key = i_esr_key IMPORTING e_is_esr = r_is_esr e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
SIW_RFC_READ_PROXY_FILTER CALL FUNCTION 'SIW_RFC_READ_PROXY_FILTER' DESTINATION me->rfcdest IMPORTING e_filter = l_filter e_str_exception = l_str_exception EXCEPTIONS communication_failure = 1 MESSAGE l_message system_failure = 2 MESSAGE l_message . "#EC FB_RC
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.