SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSPFDBFR1 SAP ABAP INCLUDE - Include RSPFDBFR1







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


Text pool values


Title: Include RSPFDBFR1


INCLUDES used within this REPORT RSPFDBFR1

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:

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = a_date IMPORTING WEEK = temp_week.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = temp_week IMPORTING DATE = out_first_day.

SALP_ENTRY_READ_OTHER_LEVELS * CALL FUNCTION 'SALP_ENTRY_READ_OTHER_LEVELS' * EXPORTING * CLUSTERKEY = clusterkey * TABLES * CLUSTERKEY_TBL = clusterkey_tbl * EXCEPTIONS * EMPTY_RESULT = 1 * SELECT_ERROR = 2 * OTHERS = 3.

SALP_RVAR_GET_ID * CALL FUNCTION 'SALP_RVAR_GET_ID' * EXPORTING * RVAR_NAME = P_RVAR_NAME * IMPORTING * RVARID = L_RVAR_ID * EXCEPTIONS * SELECT_ID_ERROR = 1 * OTHERS = 2 * .

BP_JOB_SELECT * CALL FUNCTION 'BP_JOB_SELECT' * EXPORTING * JOBSELECT_DIALOG = 'Y' * JOBSEL_PARAM_IN = in_job_params * * IMPORTING * JOBSEL_PARAM_OUT = out_job_params * TABLES * JOBSELECT_JOBLIST = result_jobs * EXCEPTIONS * INVALID_DIALOG_TYPE = 1 * JOBNAME_MISSING = 2 * NO_JOBS_FOUND = 3 * SELECTION_CANCELED = 4 * USERNAME_MISSING = 5 * OTHERS = 6.

BP_JOB_MODIFY * CALL FUNCTION 'BP_JOB_MODIFY' * EXPORTING * DIALOG = 'Y' * JOBCOUNT = result_jobs-jobcount * JOBNAME = result_jobs-jobname * OPCODE = 18 "DE-RELEASE, LBTCHDEF * IMPORTING * MODIFIED_JOBHEAD = result_jobs * TABLES * NEW_STEPLIST = dummy_steps * EXCEPTIONS * CANT_DERELEASE_JOB = 1 * CANT_ENQ_JOB = 2 * CANT_READ_JOBDATA = 3 * CANT_RELEASE_JOB = 4 * CANT_SET_JOBSTATUS_IN_DB = 5 * CANT_START_JOB_IMMEDIATELY = 6 * CANT_UPDATE_JOBDATA = 7 * EVENTCNT_GENERATION_ERROR = 8 * INVALID_DIALOG_TYPE = 9 * INVALID_NEW_JOBDATA = 10 * INVALID_NEW_JOBSTATUS = 11 * INVALID_OPCODE = 12 * INVALID_STARTDATE = 13 * JOB_EDIT_FAILED = 14 * JOB_MODIFY_CANCELED = 15 * JOB_NOT_MODIFIABLE_ANYMORE = 16 * NOTHING_TO_DO = 17 * NO_BATCH_ON_TARGET_HOST = 18 * NO_BATCH_SERVER_FOUND = 19 * NO_BATCH_WP_FOR_JOBCLASS = 20 * NO_MODIFY_PRIVILEGE_GIVEN = 21 * NO_RELEASE_PRIVILEGE_GIVEN = 22 * NO_STARTDATE_NO_RELEASE = 23 * TARGET_HOST_NOT_DEFINED = 24 * TGT_HOST_CHK_HAS_FAILED = 25 * INVALID_TARGETGROUP = 26 * OTHERS = 27.

SALP_RVAR_GET_NAME *CALL FUNCTION 'SALP_RVAR_GET_NAME' * EXPORTING * RVARID = jobID * IMPORTING * RVAR_NAME = rvarname * EXCEPTIONS * SELECT_NAME_ERROR = 1 * OTHERS = 2.

JOB_OPEN *CALL FUNCTION 'JOB_OPEN' * EXPORTING * JOBNAME = jobname "created, ALWAYS * IMPORTING * JOBCOUNT = jobcount * EXCEPTIONS * CANT_CREATE_JOB = 1 * INVALID_JOB_DATA = 2 * JOBNAME_MISSING = 3 * OTHERS = 4.

JOB_SUBMIT *CALL FUNCTION 'JOB_SUBMIT' * EXPORTING ** ARCPARAMS = * AUTHCKNAM = sy-uname * JOBCOUNT = jobcount * JOBNAME = jobname * REPORT = SAP_RVAR_REPO_XML * VARIANT = rvarname "wrong...

JOB_CLOSE *CALL FUNCTION 'JOB_CLOSE' * EXPORTING * EVENT_PERIODIC = 'X' * JOBCOUNT = jobname * JOBNAME = jobcount * PRDDAYS = prddays * PRDMONTHS = prdmonths * PRDWEEKS = prdweeks * EXCEPTIONS * CANT_START_IMMEDIATE = 1 * INVALID_STARTDATE = 2 * JOBNAME_MISSING = 3 * JOB_CLOSE_FAILED = 4 * JOB_NOSTEPS = 5 * JOB_NOTEX = 6 * LOCK_FAILED = 7 * INVALID_TARGET = 8 * OTHERS = 9.

POPUP_TO_CONFIRM *CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TEXT_QUESTION = question ** DEFAULT_BUTTON = '1' * IMPORTING * ANSWER = answer ** TABLES ** PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2.

JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * JOBCOUNT = in_jobcount * JOBNAME = p_rvarid * PRDDAYS = prddays * PRDMONTHS = prdmonths * PRDWEEKS = prdweeks * STRTIMMED = 'X' * EXCEPTIONS * CANT_START_IMMEDIATE = 1 * INVALID_STARTDATE = 2 * JOBNAME_MISSING = 3 * JOB_CLOSE_FAILED = 4 * JOB_NOSTEPS = 5 * JOB_NOTEX = 6 * LOCK_FAILED = 7 * INVALID_TARGET = 8 * OTHERS = 9.



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