SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | CCMS / Database Monitors for Oracle(BC-DB-ORA-CCM) SAP BC

RSDBAF01 SAP ABAP INCLUDE - Forms







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


Text pool values


Title: Forms


INCLUDES used within this REPORT RSDBAF01

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:

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = sy-sysid show_launchpad = ' '.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = cockpit_name show_launchpad = ' '.

ADA_ADD_COCKPIT_ENTRY CALL FUNCTION 'ADA_ADD_COCKPIT_ENTRY' EXPORTING rfc_name = ssyst-rfcdest.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = cockpit_name show_launchpad = ' '.

ADA_ADD_COCKPIT_ENTRY CALL FUNCTION 'ADA_ADD_COCKPIT_ENTRY' EXPORTING dbcon_name = dbcon_name.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db2_action=>db2act_db13 system_id = curr_syst-sysid show_launchpad = space.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db2_action=>db2act_db13 system_id = curr_syst-sysid data = xchg_data.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = curr_syst-sysid data = xchg_data.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_dba_action=>dbaact_db13 system_id = curr_syst-sysid data = xchg_data.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = curr_syst-sysid data = xchg_data.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>db6act_db13 system_id = curr_syst-sysid data = xchg_data show_launchpad = space.

FILL_RESULT_TABLE_DBA CALL FUNCTION 'FILL_RESULT_TABLE_DBA' EXPORTING system_struct = ssyst from_timestamp = first_monday TABLES result_table = bresults.

SHOW_DBA_RESULTS_DBA CALL FUNCTION 'SHOW_DBA_RESULTS_DBA' EXPORTING system_struct = ssyst result_struct = sresults.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING textline1 = 'Remote-Erbenisse aktualisieren'(013) textline2 = 'Im Hintergrund als Job sofort starten'(028) titel = 'Remote-Erbenisse aktualisieren'(013) start_column = 12 start_row = 10 defaultoption = 'J' IMPORTING answer = choice.

SHOW_DBA_JOBLOGS CALL FUNCTION 'SHOW_DBA_JOBLOGS' EXPORTING datum = workdate job_name = search_pattern.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = 'Remote-Erbenisse aktualisieren'(013) textline2 = line titel = 'Remote-Erbenisse aktualisieren'(013) start_column = 12 start_row = 10 defaultoption = 'J' IMPORTING answer = choice.

SCSM_KNOWN_SYSTEMS_DATA_GET CALL FUNCTION 'SCSM_KNOWN_SYSTEMS_DATA_GET' TABLES system_data = rsyst EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting * textline1 = 'Soll die Aktion wirklich gelöscht werden?'(110) * textline2 = del_msg * titel = 'Aktion löschen'(111) * start_column = 12 * start_row = 12 * 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' EXPORTING datum = workdate job_name = search_pattern.

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 = 9.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobname = jobname jobcount = jobcount sdlstrtdt = startdate sdlstrttm = starttime laststrtdt = lastdate laststrttm = lasttime prddays = 1 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 = 9.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobname = jobname jobcount = jobcount strtimmed = j_start_immed EXCEPTIONS OTHERS = 1.

BP_JOB_DELETE 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' * exporting * textline1 = txt3 * textline2 = '(operatorlos)'(016) * titel = 'Aktion sofort starten'(017) * 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.

CLEANUP_SDBAX CALL FUNCTION 'CLEANUP_SDBAX' EXPORTING delete_timestamp = delete_tstmp.

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.

FILL_DBA_ACTION_TAB CALL FUNCTION 'FILL_DBA_ACTION_TAB' EXPORTING db_system = '*' TABLES int_act_tab = action_tab.

FILL_DBA_SYSTEM_TABLE CALL FUNCTION 'FILL_DBA_SYSTEM_TABLE' EXPORTING local_system = 'X' TABLES system_tab = ssyst.

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.






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