RS_ADMINWB_REMOTE is a standard Module pool for a dialog screen ABAP Program 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 RS_ADMINWB_REMOTE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RS_AWB_REMOTE - Remote AWB Staging
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: Remote control of AWB only for CAT
Text Symbol: 001 = Could not activate the DataSource
Text Symbol: 002 = DataSource activated in srce systm
Text Symbol: 003 = Replicate DataSource
Text Symbol: 005 = Create InfoPackage
Text Symbol: 006 = Delete InfoPackage
Text Symbol: 007 = Activate TransRls
Text Symbol: 008 = ... OK
Text Symbol: 009 = Activate DataSource
Text Symbol: 010 = Delete InfoPackage
Text Symbol: 011 = Delete Transfer Rules
Text Symbol: 012 = Delete Replica
Text Symbol: 013 = Connect Source System
Text Symbol: 014 = Calculate Request Status
Text Symbol: 015 = Connect Source System ... OK
Text Symbol: 016 = Actv.
Text Symbol: 017 = Inactiv
INCLUDE RSA1LOG.
No SAP DATABASE tables are accessed within this REPORT code!
RSAOS_METADATA_UPLOAD CALL FUNCTION 'RSAOS_METADATA_UPLOAD' EXPORTING i_logsys = rsadminremotedynp100-logsys i_osource = rsadminremotedynp100-dsnm.
RSAOS_OLTPSOURCE_MAP_DELETE CALL FUNCTION 'RSAOS_OLTPSOURCE_MAP_DELETE' EXPORTING i_oltpsource = rsadminremotedynp100-dsnm i_logsys = rsadminremotedynp100-logsys i_objvers = rsaot_c_objvers-active i_no_del_mapping = rs_c_false i_no_del_field_iobj_map = rs_c_false.
RSAOS_OLTPSOURCE_PROP_DELETE CALL FUNCTION 'RSAOS_OLTPSOURCE_PROP_DELETE' EXPORTING i_oltpsource = rsadminremotedynp100-dsnm i_logsys = rsadminremotedynp100-logsys i_objvers = rsaot_c_objvers-active.
RSAOS_OLTPSOURCE_GET CALL FUNCTION 'RSAOS_OLTPSOURCE_GET' EXPORTING i_oltpsource = i_dsnm i_logsys = i_logsys IMPORTING e_s_isosmap = l_s_isosmap.
RSSM_SDL_INFOPACKAGE_CREATE CALL FUNCTION 'RSSM_SDL_INFOPACKAGE_CREATE' EXPORTING i_source = l_s_isosmap-isource i_typ = l_s_isosmap-isostype i_oltpsource = i_dsnm i_oltptyp = l_s_isosmap-istype i_logsys = i_logsys i_objvers = rsaot_c_objvers-active IMPORTING e_error = l_error e_name = c_ipnm e_text = c_iptext.
RSSM_SDL_INFOPACKAGE_DIALOG CALL FUNCTION 'RSSM_SDL_INFOPACKAGE_DIALOG' EXPORTING SOURCE = l_s_isosmap-isource typ = l_s_isosmap-isostype logsys = l_s_isosmap-logsys variant = rssm_c_default_var logdpid = c_ipnm logtyp = 'P' oltpsource = l_s_isosmap-oltpsource oltptyp = l_s_isosmap-istype command = 'NSDL' IMPORTING e_abbr = l_error.
RSAOS_OLTPSOURCE_GET CALL FUNCTION 'RSAOS_OLTPSOURCE_GET' EXPORTING i_oltpsource = i_dsnm i_logsys = i_logsys IMPORTING e_s_isosmap = l_s_isosmap.
RSAR_DS_SELECT_IS CALL FUNCTION 'RSAR_DS_SELECT_IS' EXPORTING i_oltpsource = i_dsnm i_logsys = i_logsys.
RSAR_INFOSOURCE_MAINTAIN CALL FUNCTION 'RSAR_INFOSOURCE_MAINTAIN' EXPORTING i_isource = l_s_isosmap-isource i_isostype = l_s_isosmap-isostype i_logsys = i_logsys i_transtru = l_s_isosmap-transtru i_oltpsource = l_s_isosmap-oltpsource i_istype = l_s_isosmap-istype.
RSAR_DESTINATION_GET CALL FUNCTION 'RSAR_DESTINATION_GET' EXPORTING i_logsys = i_logsys IMPORTING e_destination = l_dest.
RSA1_DSOURCE_ACTIVATE CALL FUNCTION 'RSA1_DSOURCE_ACTIVATE' DESTINATION l_dest EXPORTING i_ds = i_dsnm i_no_transport = rsaot_c_flag-on EXCEPTIONS error_occured = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = l_t_dynpread.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = l_t_dynpread.
RSAOS_OLTPSOURCE_GET CALL FUNCTION 'RSAOS_OLTPSOURCE_GET' EXPORTING i_oltpsource = i_dsnm i_logsys = i_logsys IMPORTING e_s_isosmap = l_s_isosmap EXCEPTIONS OTHERS = 1.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' "#EC * EXPORTING selectfield = 'LOGDPID' IMPORTING select_value = l_ipnm TABLES fields = l_t_fd full_table = l_t_logdpid.
RSAOS_OLTPSOURCE_GET CALL FUNCTION 'RSAOS_OLTPSOURCE_GET' EXPORTING i_oltpsource = i_dsnm i_logsys = i_logsys IMPORTING e_s_isosmap = l_s_isosmap.
RSSM_SDL_INFOPACKAGE_DELETE CALL FUNCTION 'RSSM_SDL_INFOPACKAGE_DELETE' EXPORTING i_logdpid = c_ipnm i_logsys = i_logsys i_source = l_s_isosmap-isource i_variant = rssm_c_default_var i_text = c_iptext.
RSAR_GET_SOURCESYSTEM_PARMS CALL FUNCTION 'RSAR_GET_SOURCESYSTEM_PARMS' IMPORTING e_logsys = e_logsys e_stext = l_stext e_srctype = l_srctype e_password = l_pwd_oltp e_password_biw = l_pwd_bw e_user_name = l_unm_oltp e_user_biw = l_unm_bw e_applserver = l_applserver e_systemid = l_sysid e_systemno = l_systno e_manuell = l_manuell e_error = l_error e_restore = l_restore e_destination = l_dest_cpic e_dialog_dest = l_dest_diag e_src3dtyp = l_src3dtyp e_src3drel = l_src3drel.
RSAR_LOGICAL_SYSTEM_CREATE_NEW
CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_CREATE_NEW' EXPORTING i_srctype = l_srctype i_restore = l_restore i_applserver = l_applserver i_systemid = l_sysid i_systemno = l_systno i_user_oltp = l_unm_oltp i_password_oltp = l_pwd_oltp i_user_biw = l_unm_bw i_password_biw = l_pwd_bw i_manuell = l_manuell i_destination = l_dest_cpic i_dialog_dest = l_dest_diag i_src3dtyp = l_src3dtyp i_src3drel = l_src3drel CHANGING c_langu = l_langu c_logsys = e_logsys c_stext = l_stext EXCEPTIONS logsys_exists = 1 cancelled = 2 idoc_template_not_found = 3 invalid_idoc_type_name = 4 unauthorized = 5 internal_error = 6 object_locked = 7 remote_connect_failed = 8 invalid_to_saanorm = 9 invalid_rfcdes = 10 rfcdes_exists = 11 invalid_systemtype = 12 no_rfc_destination_source = 13 no_entry_in_t000_source = 14 no_user_defined_source = 15 no_tsprefix_defined_source = 16 unknown_logical_system = 17 no_free_namespace = 18 OTHERS = 19.
RSAR_LOGICAL_SYSTEM_DELETE CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_DELETE' EXPORTING i_logsys = i_logsys EXCEPTIONS unknown_logsys = 0 cancelled = 2 not_allowed = 3 object_locked = 4 delete_error_on_sourcesystem = 5 remote_connect_failed = 6 unauthorized = 7 OTHERS = 8.
RSAR_LOGICAL_SYSTEM_ACTIVATE CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_ACTIVATE' EXPORTING i_logsys = i_logsys.
RSSM_MON_READ CALL FUNCTION 'RSSM_MON_READ' TABLES t_select = l_t_select t_rnr = e_t_requnr EXCEPTIONS no_record_found = 1.
BAPI_ISREQUEST_GETSTATUS CALL FUNCTION 'BAPI_ISREQUEST_GETSTATUS' EXPORTING requestid = l_rnr IMPORTING techstatus = l_statust qualstatus = l_statusq techinfo = l_text.
RSSM_CALL_MONITOR_EXT CALL FUNCTION 'RSSM_CALL_MONITOR_EXT' EXPORTING i_exitaftershow = 'X' TABLES i_t_rnr = l_t_reqnr EXCEPTIONS no_rnr = 0.
RSAR_DESTINATION_GET CALL FUNCTION 'RSAR_DESTINATION_GET' EXPORTING i_logsys = i_logsys IMPORTING e_destination = l_dest.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' DESTINATION l_dest EXPORTING tcode = 'SBIW'.
RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = i_logsys IMPORTING e_active = l_active EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4.
RSSM_CALL_ICUBE_PFLEGE CALL FUNCTION 'RSSM_CALL_ICUBE_PFLEGE' * EXPORTING * E_SCHEDULER = * E_RNR_NEW = * E_PERF_FIRST = ' ' * E_CONTENT_FIRST = ' ' TABLES e_t_icube = l_t_icube * E_T_SEL = * E_T_PART = * E_T_TOTAL = * E_T_DEL_SDL = * E_T_DEL_PART = * E_T_DEL_ICUBE = .
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 RS_ADMINWB_REMOTE or its description.