RSDB2_SAPCL 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 RSDB2_SAPCL 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: SAPCL Index Maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
S390_GET_CREATOR CALL FUNCTION 'S390_GET_CREATOR' EXPORTING CON_NAME = con_name CHANGING creator = creator EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
STU3_ADMIN_SELECT_NONDDIC_REM CALL FUNCTION 'STU3_ADMIN_SELECT_NONDDIC_REM' EXPORTING con_name = con_name statement = sel_stmt do_not_close_con = abap_false report_error_to_syslog = abap_false CHANGING itable_ref = sel_ref sqlerr_ref = sqlerr_ref EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
STU3_ADMIN_SELECT_NONDDIC_REM CALL FUNCTION 'STU3_ADMIN_SELECT_NONDDIC_REM' EXPORTING con_name = con_name statement = sel_stmt do_not_close_con = abap_false report_error_to_syslog = abap_false CHANGING itable_ref = sel_ref sqlerr_ref = sqlerr_ref EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
STU3_ADMIN_EXEC_DDL_REMOTE CALL FUNCTION 'STU3_ADMIN_EXEC_DDL_REMOTE' EXPORTING CON_NAME = con_name ddl_stmt = ddl COMMIT = abap_true DO_NOT_CLOSE_CON = abap_false REPORT_ERROR_TO_SYSLOG = abap_false CHANGING sqlerr_ref = sqlerr_ref EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
STU3_ADMIN_SELECT_NONDDIC_REM CALL FUNCTION 'STU3_ADMIN_SELECT_NONDDIC_REM' EXPORTING con_name = con_name statement = sel_stmt do_not_close_con = abap_false report_error_to_syslog = abap_false CHANGING itable_ref = sel_ref sqlerr_ref = sqlerr_ref EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
STU3_ADMIN_EXEC_DDL_REMOTE CALL FUNCTION 'STU3_ADMIN_EXEC_DDL_REMOTE' EXPORTING CON_NAME = con_name ddl_stmt = ddl COMMIT = abap_true DO_NOT_CLOSE_CON = abap_false REPORT_ERROR_TO_SYSLOG = abap_false CHANGING sqlerr_ref = sqlerr_ref EXCEPTIONS adbc_sql_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDB2_SAPCL - SAPCL Index Maintenance RSDB2_SAPCL - SAPCL Index Maintenance RSDB2_RUN_HOURLY_REMOTE - Program RSDB2_RUN_HOURLY_REMOTE RSDB2_RUN_HOURLY_REMOTE - Program RSDB2_RUN_HOURLY_REMOTE RSDB2_RUN_HOURLY_LOCAL - Program RSDB2_RUN_HOURLY_LOCAL RSDB2_RUN_HOURLY_LOCAL - Program RSDB2_RUN_HOURLY_LOCAL