SAP Reports / Programs

RSPO2010 SAP ABAP Report - Repair Program for SAP Note 1422843







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


Text pool values


Selection Text: CHECKJOB = Check Deletion Date in Jobs
Selection Text: NEW = Requests as of 2009/12/23
Selection Text: OLD = Requests before 2009/12/23
Selection Text: SHOW = Display only
Selection Text: CRETIME1 = D .
Selection Text: PRINTER = D .
Selection Text: SUFFIX0 = D .
Selection Text: SUFFIX1 = D .
Selection Text: SUFFIX2 = D .
Selection Text: TITLE = D .
Selection Text: UNAME = D .
Title: Repair Program for SAP Note 1422843
Text Symbol: 100 = Read SAP Note 1422843 before executing.


INCLUDES used within this REPORT RSPO2010

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:

DB_SET_ISOLATION_LEVEL CALL FUNCTION 'DB_SET_ISOLATION_LEVEL'.

RSPO_L_RSELECT_SPOOLREQS CALL FUNCTION 'RSPO_L_RSELECT_SPOOLREQS' EXPORTING RQNONE = 'X' RQPROC = 'X' RQSUCC = 'X' RQERR = 'X' ACCESS = 'ATTR' * nonex_dev = nonex * IMPORTING * rq_no_access = tno * RQ_ACCESS = TABLES * S_RQIDEN = * s_rqclie = CLIENT S_RQ0NAM = SUFFIX0 S_RQ1NAM = SUFFIX1 S_RQ2NAM = SUFFIX2 S_RQOWNE = UNAME S_RQTITL = TITLE S_RQCRED = CRETIME S_RQDELD = DELTIME S_RQDESTL = PRINTER RESULT_TSP01 = LT_TSP01 EXCEPTIONS OTHERS = 1. "#EC FB_RC

DB_RESET_ISOLATION_TO_DEFAULT CALL FUNCTION 'DB_RESET_ISOLATION_TO_DEFAULT'.

RSPO_R_ENQ_TSP01 CALL FUNCTION 'RSPO_R_ENQ_TSP01' EXPORTING * MODE_TSP01 = 'E' RQIDENT = -RQIDENT X_RQIDENT = 'X' * SCOPE = 2 * _WAIT = * _COLLECT = _COLLECT EXCEPTIONS OTHERS = 1.

RSPO_R_DEQ_TSP01 CALL FUNCTION 'RSPO_R_DEQ_TSP01' EXPORTING * MODE_TSP01 = 'E' RQIDENT = -RQIDENT * X_RQIDENT = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

RSPO_RID_SPOOLREQ_LIST CALL FUNCTION 'RSPO_RID_SPOOLREQ_LIST' EXPORTING ID_LIST = IDTAB * SUMMARY = ' ' EXCEPTIONS ERROR = 1 OTHERS = 2.

BP_FIND_JOBS_WITH_PROGRAM CALL FUNCTION 'BP_FIND_JOBS_WITH_PROGRAM' EXPORTING ABAP_PROGRAM_NAME = PROGRAM * ABAP_VARIANT_NAME = ' ' * EXTERNAL_PROGRAM_NAME = ' ' DIALOG = 'N' STATUS = 'S' TABLES JOBLIST = JOBS EXCEPTIONS NO_JOBS_FOUND = 1 PROGRAM_SPECIFICATION_MISSING = 2 INVALID_DIALOG_TYPE = 3 JOB_FIND_CANCELED = 4 OTHERS = 5.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING JOBCOUNT = WA_JOB-JOBCOUNT JOBNAME = WA_JOB-JOBNAME * FORCEDMODE = ' ' * COMMITMODE = 'X' EXCEPTIONS OTHERS = 99.

LOAD_PRINT_PARAMETERS CALL FUNCTION 'LOAD_PRINT_PARAMETERS' EXPORTING KEY = PRIPARKEY IMPORTING OUT_PARAMETERS = PRIPARS KEY_FOUND = KEY_FOUND EXCEPTIONS ERROR_OCCURED = 1 OTHERS = 2.

GET_SYSTEM_TIMEZONE * CALL FUNCTION 'GET_SYSTEM_TIMEZONE' * IMPORTING * TIMEZONE = TZ * EXCEPTIONS * CUSTOMIZING_MISSING = 1 * OTHERS = 2.



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