RSSDBF01 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 RSSDBF01 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.
INCLUDE RSSDBI77.
INCLUDE RSSDBI19.
INCLUDE RSSDBI27.
INCLUDE RSSDBI01.
INCLUDE RSSDBI02.
INCLUDE RSSDBI03.
INCLUDE RSSDBI06.
INCLUDE RSSDBI04.
INCLUDE RSSDBI05.
INCLUDE RSSDBI05.
INCLUDE RSSDBI07.
INCLUDE RSSDBI24.
INCLUDE RSSDBI14.
INCLUDE RSSDBI17.
INCLUDE RSSDBI18.
INCLUDE RSSDBI08.
INCLUDE RSSDBI50.
INCLUDE RSSDBI09.
INCLUDE RSSDBI20.
INCLUDE RSSDBI17.
INCLUDE RSSDBI51.
INCLUDE RSSDBI16.
INCLUDE RSSDBI26.
INCLUDE RSSDBI10.
INCLUDE RSSDBI11.
INCLUDE RSSDBI12.
INCLUDE RSSDBI23.
INCLUDE RSSDBI22.
INCLUDE RSSDBI13.
INCLUDE RSSDBI80.
INCLUDE RSSDBI21.
INCLUDE RSSDBI25.
No SAP DATABASE tables are accessed within this REPORT code!
GET_DBA_JOBS_START_END call function 'GET_DBA_JOBS_START_END' destination ssyst-rfcdest exporting from_timestamp = first_monday tables result_detail = sdbads exceptions system_failure = 2 message msg_text communication_failure = 3 message msg_text others = 4.
GET_DBA_JOBS_START_END call function 'GET_DBA_JOBS_START_END' destination ssyst-rfcdest exporting from_timestamp = first_monday tables result_detail = sdbads exceptions system_failure = 2 message msg_text communication_failure = 3 message msg_text others = 4.
GET_DBA_RESULTS_DBA call function 'GET_DBA_RESULTS_DBA' exporting system_struct = ssyst from_timestamp = first_monday tables result_header = sdbahs result_detail = sdbads.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED exporting textline1 = 'Soll die Aktion wirklich gelöscht werden?'(110) textline2 = del_msg titel = 'Aktion löschen'(111) defaultoption = 'N' importing answer = choice.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' exporting datum = workdate job_name = search_pattern.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' destination ssyst-rfcdest exporting datum = workdate job_name = search_pattern importing status = jlog_status exceptions system_failure = 1 message msg_text communication_failure = 2 message msg_text.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' exporting datum = workdate job_name = search_pattern.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' destination ssyst-rfcdest exporting datum = workdate job_name = search_pattern importing status = jlog_status exceptions system_failure = 1 message msg_text communication_failure = 2 message msg_text.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' exporting datum = workdate job_name = search_pattern.
SHOW_DBA_JOBLOGS call function 'SHOW_DBA_JOBLOGS' destination ssyst-rfcdest exporting datum = workdate job_name = search_pattern importing status = jlog_status exceptions system_failure = 1 message msg_text communication_failure = 2 message msg_text.
BP_SET_JOBCLASS_A call function 'BP_SET_JOBCLASS_A' exporting jobname = jobname.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = jobname importing jobcount = jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 99.
JOB_SUBMIT call function 'JOB_SUBMIT' exporting jobname = jobname jobcount = jobcount authcknam = uname report = repname exceptions others = 1.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobname = jobname jobcount = jobcount event_id = 'SAP_DBA_ACTION' event_param = 'AUTOMATIC_LOG_SAVE' event_periodic = 'X' exceptions others = 1.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobname = jobname jobcount = jobcount sdlstrtdt = startdate sdlstrttm = starttime laststrtdt = lastdate laststrttm = lasttime prddays = jsdbap-period exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 99.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobname = jobname jobcount = jobcount sdlstrtdt = startdate sdlstrttm = starttime laststrtdt = lastdate laststrttm = lasttime prddays = jsdbap-period calendar_id = factcal startdate_restriction = 'D' exceptions cant_start_immediate = 1 invalid_startdate = 22 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 99.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobname = jobname jobcount = jobcount sdlstrtdt = startdate sdlstrttm = starttime laststrtdt = lastdate laststrttm = lasttime prddays = jsdbap-period calendar_id = factcal startdate_restriction = 'D' exceptions cant_start_immediate = 1 invalid_startdate = 22 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 99.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobname = jobname jobcount = jobcount strtimmed = j_start_immed exceptions others = 1.
call function 'BP_JOB_DELETE' exporting forcedmode = 'X' jobcount = save_jobcount jobname = j_jobname exceptions others = 01.
STRING_CONCATENATE * call function 'STRING_CONCATENATE' " [ABAP 2 compat] * exporting * string1 = txt1 * string2 = txt2 * importing * string = txt3.
STRING_CONCATENATE * call function 'STRING_CONCATENATE' * exporting * string1 = txt1 * string2 = ' ?' * importing * string = txt3.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED exporting textline1 = 'Aktion sofort starten (operatorlos):'(015) textline2 = action_tab-longname titel = 'Aktion sofort starten'(017) start_column = 10 defaultoption = 'N' importing answer = choice.
ENQUEUE_E_SDBAP * CALL FUNCTION 'ENQUEUE_E_SDBAP' * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.
ENQUEUE_E_SDBAP call function 'ENQUEUE_E_SDBAP' exceptions foreign_lock = 1 system_failure = 2 others = 3.
HOLIDAY_CHECK_AND_GET_INFO call function 'HOLIDAY_CHECK_AND_GET_INFO' exporting date = startday holiday_calendar_id = calid importing holiday_found = holiday tables holiday_attributes = holitab exceptions others = 1.
ADD_DBA_PLANNING_ALL call function 'ADD_DBA_PLANNING_ALL' exporting planning_desc = action_tab planning_struct = sdbap start_immed = start_immed tables resource_table = sdbar_tab exceptions others = 2.
FILL_DBA_ACTION_TAB call function 'FILL_DBA_ACTION_TAB' exporting db_system = ssyst-dbsys db_release = ssyst-dbrel sap_release = ssyst-saprel tables int_act_tab = action_tab.
DELETE_DBA_PLANNING_ALL call function 'DELETE_DBA_PLANNING_ALL' exporting planning_desc = action_tab planning_struct = sdbap exceptions others = 2.
CHANGE_DBA_PLANNING_ALL call function 'CHANGE_DBA_PLANNING_ALL' exporting planning_desc = action_tab planning_struct = sdbap planning_old = save_sdbap tables resource_table = sdbar_tab exceptions others = 2.
BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = j_sel importing jobsel_param_out = j_sel tables jobselect_joblist = j_list exceptions invalid_dialog_type = 01 jobname_missing = 02 no_jobs_found = 03 selection_canceled = 04 username_missing = 05 others = 99.
BP_JOB_SELECT call function 'BP_JOB_SELECT' exporting jobselect_dialog = 'N' jobsel_param_in = j_sel importing jobsel_param_out = j_sel tables jobselect_joblist = j_list exceptions invalid_dialog_type = 01 jobname_missing = 02 no_jobs_found = 03 selection_canceled = 04 username_missing = 05.
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 RSSDBF01 or its description.
RSSDBF01 - documentation and ABAP source code RSSDBE01 - documentation and ABAP source code RSSDBDSR - Display Select Result (Display SELECT Result in ALV Grid) RSSDBDSR - Display Select Result (Display SELECT Result in ALV Grid) RSSDBDLY - Daily Automatic Actions for MaxDB/liveCache Monitoring Data RSSDBDLY - Daily Automatic Actions for MaxDB/liveCache Monitoring Data