SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | MaxDB(BC-DB-SDB) SAP BC

RSSDBCHECKDBMRFC SAP ABAP Report - Program RSSDBCHECKDBMRFC







RSSDBCHECKDBMRFC is a standard Executable ABAP Report 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 RSSDBCHECKDBMRFC 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 RSSDBCHECKDBMRFC. "Basic submit
SUBMIT RSSDBCHECKDBMRFC AND RETURN. "Return to original report after report execution complete
SUBMIT RSSDBCHECKDBMRFC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSSDBCHECKDBMRFC


INCLUDES used within this REPORT RSSDBCHECKDBMRFC

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 99 text = 'Preparing Output...'. "#EC NOTEXT

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = g_collprms filetype = 'ASC' TABLES data_tab = line_asc EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.

TH_GET_OWN_WP_NO CALL FUNCTION 'TH_GET_OWN_WP_NO' IMPORTING wp_pid = gv_wp_pid wp_index = gv_wp_index.

GWY_GET_NO_REG_PROGRAMS CALL FUNCTION 'GWY_GET_NO_REG_PROGRAMS' EXPORTING tpname = 'dbmrfc@sapdb' "#EC NOTEXT IMPORTING noreg_total = lv_no_reg EXCEPTIONS gwy_unknown_opcode = 1 gwy_communication_failure = 2 gwy_get_tab_failed = 3 gwy_newline_failed = 4 gwy_tablen_too_short = 5 gwy_get_opcode_failed = 6 gwy_get_gwhost_failed = 7 gwy_get_gwserv_failed = 8 gwy_monitor_disabled = 9 OTHERS = 10.

DBM_EXECUTE_SDB CALL FUNCTION 'DBM_EXECUTE_SDB' EXPORTING iv_con_name = dbcon_name iv_call_mode = 'C' iv_force_mode = 'X' iv_command = lv_dbm_command iv_comm_text = lv_text TABLES et_result = lt_result EXCEPTIONS no_permission = 1 connect_info_error = 2 communication_failure = 3 system_failure = 4 dbm_system_error = 5 dbm_execute_error = 6 sapdb_dbm_execute_error = 7 OTHERS = 8.

DBM_RFCSTOP CALL FUNCTION 'DBM_RFCSTOP' DESTINATION 'SAPDB_DBM_DAEMON' EXCEPTIONS communication_failure = 1 system_failure = 2. "#EC FB_RC

DBM_RFCSTOP CALL FUNCTION 'DBM_RFCSTOP' DESTINATION 'SAPDB_DBM_DAEMON' EXCEPTIONS communication_failure = 1 "#EC * system_failure = 2. "#EC FB_RC

DBM_EXECUTE_SDB CALL FUNCTION 'DBM_EXECUTE_SDB' EXPORTING iv_con_name = dbcon_name iv_call_mode = 'S' iv_force_mode = 'X' iv_command = lv_dbm_command iv_comm_text = lv_text TABLES et_result = lt_result EXCEPTIONS no_permission = 1 connect_info_error = 2 communication_failure = 3 system_failure = 4 dbm_system_error = 5 dbm_execute_error = 6 sapdb_dbm_execute_error = 7 OTHERS = 8.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'SDBREGVIEW' TABLES exec_protocol = tmp_result EXCEPTIONS command_not_found = 2 OTHERS = 15.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 30 text = 'Executing tp tests...'. "#EC NOTEXT

GET_DBMCONNECT_INFO_SDB CALL FUNCTION 'GET_DBMCONNECT_INFO_SDB' EXPORTING con_name = dbcon_name IMPORTING profile = lv_profile2 sysid = lv_sysid dbserver = lv_dbserver2 dbname = lv_dbname2 EXCEPTIONS no_dbcon_entry = 1 no_dbconusr_entry = 2 get_profile_error = 3 no_string_entry = 4 lc_split_error = 5 get_profile_error_no_dbcon = 6 OTHERS = 7.

TMS_CFG_READ_LOCAL_CONFIG CALL FUNCTION 'TMS_CFG_READ_LOCAL_CONFIG' IMPORTING ev_domain_name = lv_local_domnam EXCEPTIONS tms_is_not_configured = 1 tms_is_not_active = 2 OTHERS = 3.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'DBMCLI' additional_parameters = cmd operatingsystem = 'ANYOS' IMPORTING status = lv_status exitcode = lv_ec TABLES exec_protocol = tmp_result EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = 'Searching Independent Program Path via SDBREGVIEW...'

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'SDBREGVIEW' additional_parameters = '-l' operatingsystem = 'ANYOS' IMPORTING status = lv_status exitcode = lv_ec TABLES exec_protocol = tmp_result EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'DBMCLI' additional_parameters = cmd operatingsystem = 'ANYOS' IMPORTING status = lv_status exitcode = lv_ec TABLES exec_protocol = dbmcli_result EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = 'Checking Paths in Environment Variables...'. "#EC NOTEXT

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 70 text = 'Checking Libraries...'. "#EC NOTEXT

SAPGUI_PROGRESS_INDICATOR





CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 75 text = 'Checking Executables...'. "#EC NOTEXT

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 80 text = 'Executing sdbverify...'. "#EC NOTEXT

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'SDBVERIFY' TABLES exec_protocol = tmp_result EXCEPTIONS command_not_found = 2 OTHERS = 15.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'SDBVERIFY' operatingsystem = 'ANYOS' IMPORTING status = lv_status exitcode = lv_ec TABLES exec_protocol = tmp_result EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 85 text = 'Checking for Missing Directories...'. "#EC NOTEXT

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = g_collprms filetype = 'ASC' TABLES data_tab = line_asc EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.

DEST_RFC_TCPIP_UPDATE CALL FUNCTION 'DEST_RFC_TCPIP_UPDATE' "#EC EXISTS EXPORTING name = lv_name enable_trace = lv_enable_trace program = lv_program method = lv_method EXCEPTIONS update_failure = 1.

RFC_MODIFY_TCPIP_DESTINATION CALL FUNCTION 'RFC_MODIFY_TCPIP_DESTINATION' EXPORTING destination = lv_destination trace = lv_trace action = lv_action method = lv_method program = lv_program EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 destination_is_locked = 8.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'LIST_DB2DUMP' additional_parameters = f_dir operatingsystem = os IMPORTING status = lv_status exitcode = lv_ec TABLES exec_protocol = dir_result EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.

RSPO_R_SAPGPARAM CALL FUNCTION 'RSPO_R_SAPGPARAM' EXPORTING name = f_rsparam IMPORTING value = lv_rsparam EXCEPTIONS error = 1.

DEST_EXISTS CALL FUNCTION 'DEST_EXISTS' "#EC EXISTS EXPORTING name = dest IMPORTING exists = lv_exists. "#EC NOTEXT

DEST_RFC_TCPIP_READ CALL FUNCTION 'DEST_RFC_TCPIP_READ' "#EC EXISTS EXPORTING name = dest IMPORTING method = lv_destmethod program = lv_destprogram start_type = lv_deststarttype EXCEPTIONS read_failure = 1.

RFC_READ_TCPIP_DESTINATION CALL FUNCTION 'RFC_READ_TCPIP_DESTINATION' EXPORTING destination = dest authority_check = ' ' IMPORTING method = lv_method program = lv_program EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5. "#EC *

RFC_READ_TCPIP_DESTINATION CALL FUNCTION 'RFC_READ_TCPIP_DESTINATION' "#EC * EXPORTING destination = dest authority_check = ' ' IMPORTING method = lv_method program = lv_program starttype = lv_starttype "#EC ARGCHECKED EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION dest TABLES rfctab40 = rfctab EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 99.

TH_ERR_GET CALL FUNCTION 'TH_ERR_GET' IMPORTING detail = lv_detail.

SXPG_COMMAND_EXECUTE CALL FUNCTION 'SXPG_COMMAND_EXECUTE' EXPORTING commandname = 'DBMRFC' additional_parameters = parameters operatingsystem = 'ANYOS' terminationwait = ' ' TABLES exec_protocol = prot EXCEPTIONS no_permission = 1 command_not_found = 2 parameters_too_long = 3 security_risk = 4 wrong_check_call_interface = 5 program_start_error = 6 program_termination_error = 7 x_error = 8 parameter_expected = 9 too_many_parameters = 10 illegal_command = 11 wrong_asynchronous_parameters = 12 cant_enq_tbtco_entry = 13 jobcount_generation_error = 14 OTHERS = 15.



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