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

SXDB24PROCESSDATAF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT SXDB24PROCESSDATAF01

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:

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = btc_no jobsel_param_in = jobparams * ENDDATE = ' ' * ENDTIME = ' ' * IMPORTING * JOBSEL_PARAM_OUT = TABLES jobselect_joblist = joblist EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 OTHERS = 6.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING * DEFAULTOPTION = '1' textline1 = text-047 textline2 = text-048 * TEXTLINE3 = ' ' text_option1 = text-049 text_option2 = text-050 * ICON_TEXT_OPTION1 = ' ' * ICON_TEXT_OPTION2 = ' ' titel = text-051 * START_COLUMN = 25 * START_ROW = 6 cancel_display = 'X' IMPORTING answer = answer.

BP_JOBLIST_PROCESSOR CALL FUNCTION 'BP_JOBLIST_PROCESSOR' EXPORTING joblist_opcode = btc_joblist_edit TABLES joblist = joblist EXCEPTIONS invalid_opcode = 1 joblist_is_empty = 2 joblist_processor_canceled = 3 OTHERS = 4.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = c_jobname IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = btc_yes stdt_input = startspecs stdt_opcode = btc_edit_startdate IMPORTING stdt_modify_type = start_modify_flag stdt_output = startspecs EXCEPTIONS fcal_id_not_defined = 1 incomplete_last_startdate = 2 incomplete_startdate = 3 invalid_dialog_type = 4 invalid_eventid = 5 invalid_opcode = 6 invalid_opmode_name = 7 invalid_periodbehaviour = 8 invalid_predecessor_jobname = 9 last_startdate_in_the_past = 10 no_period_data_given = 11 no_startdate_given = 12 period_and_predjob_no_way = 13 period_too_small_for_limit = 14 predecessor_jobname_not_unique = 15 startdate_interval_too_large = 16 startdate_in_the_past = 17 startdate_is_a_holiday = 18 startdate_out_of_fcal_range = 19 stdt_before_holiday_in_past = 20 unknown_fcal_error_occured = 21 no_workday_nr_given = 22 invalid_workday_countdir = 23 invalid_workday_nr = 24 notbefore_stdt_missing = 25 workday_starttime_missing = 26 no_eventid_given = 27 OTHERS = 28.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'BATCH' no_dialog = ' ' report = c_progname IMPORTING out_archive_parameters = user_arc_params out_parameters = user_print_params valid = valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING authcknam = sy-uname jobcount = jobcount jobname = c_jobname language = sy-langu priparams = user_print_params report = c_progname EXCEPTIONS bad_priparams = 1 bad_xpgflags = 2 invalid_jobdata = 3 jobname_missing = 4 job_notex = 5 job_submit_failed = 6 lock_failed = 7 program_missing = 8 prog_abap_and_extpg_set = 9 OTHERS = 10.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING at_opmode_periodic = startspecs-periodic calendar_id = startspecs-calendarid event_id = startspecs-eventid event_param = startspecs-eventparm event_periodic = startspecs-periodic jobcount = jobcount jobname = c_jobname laststrtdt = startspecs-laststrtdt laststrttm = startspecs-laststrttm prddays = startspecs-prddays prdhours = startspecs-prdhours prdmins = startspecs-prdmins prdmonths = startspecs-prdmins prdweeks = startspecs-prdweeks predjob_checkstat = startspecs-checkstat pred_jobcount = startspecs-predjobcnt pred_jobname = startspecs-predjob sdlstrtdt = startspecs-sdlstrtdt sdlstrttm = startspecs-sdlstrttm startdate_restriction = startspecs-prdbehav strtimmed = startimmediate targetsystem = startspecs-instname start_on_workday_not_before = startspecs-notbefore start_on_workday_nr = startspecs-wdayno workday_count_direction = startspecs-wdaycdir * RECIPIENT_OBJ = * TARGETSERVER = ' ' * DONT_RELEASE = ' ' 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 = 8.



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