SAP Reports / Programs

RFBKSYNCJOBOLD SAP ABAP Report - Synchronization of Concurrent Process Branches







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


Text pool values


Title: Synchronization of Concurrent Process Branches


INCLUDES used within this REPORT RFBKSYNCJOBOLD

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:

ENQUEUE_EBKKMDISPJOBS CALL FUNCTION 'ENQUEUE_EBKKMDISPJOBS' EXPORTING MODE_BKKMDISPJOBS = 'X' DISPID = P_DISPID EXCEPTIONS FOREIGN_LOCK = 1.

BKK_PA_DISP_DB_SET_JOBSTATUS CALL FUNCTION 'BKK_PA_DISP_DB_SET_JOBSTATUS' EXPORTING I_DISPID = P_DISPID I_TAB_JOBSTATUS = G_TAB_JOBSTAT EXCEPTIONS OTHERS = 0.

BKK_PA_DISP_DB_GET_JOBDATA CALL FUNCTION 'BKK_PA_DISP_DB_GET_JOBDATA' EXPORTING I_DISPID = P_DISPID IMPORTING E_TAB_JOBSTAT = G_TAB_JOBSTAT.

BKK_PA_DISP_DB_GET_TASKSTATUS CALL FUNCTION 'BKK_PA_DISP_DB_GET_TASKSTATUS' EXPORTING I_DISPID = P_DISPID IMPORTING E_TASKSTATUS = G_STATUS E_TASKSTATUS_SIM = G_SIMSTATUS.

BKK_PA_DISP_DB_SET_TASKSTATUS CALL FUNCTION 'BKK_PA_DISP_DB_SET_TASKSTATUS' EXPORTING I_DISPID = P_DISPID I_TASKSTATUS = G_NEWSTATUS I_XSIMULATION = ' '.

BKK_PA_DISP_DB_SET_TASKSTATUS CALL FUNCTION 'BKK_PA_DISP_DB_SET_TASKSTATUS' EXPORTING I_DISPID = P_DISPID I_TASKSTATUS = G_NEWSTATUS I_XSIMULATION = 'X'.

BKK_PA_DISP_DB_DEL_JOBS CALL FUNCTION 'BKK_PA_DISP_DB_DEL_JOBS' EXPORTING I_DISPID = P_DISPID.

DEQUEUE_EBKKMDISPJOBS CALL FUNCTION 'DEQUEUE_EBKKMDISPJOBS' EXPORTING DISPID = P_DISPID.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING JOBCOUNT = L_S_CURR-JOBCOUNT JOBNAME = L_S_CURR-JOBNAME.

BP_JOB_GET_PREDECESSORS CALL FUNCTION 'BP_JOB_GET_PREDECESSORS' EXPORTING JOBCOUNT = L_S_CURR-JOBCOUNT JOBNAME = L_S_CURR-JOBNAME TABLES PRED_JOBLIST = L_TAB_PRED.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING JOB_READ_JOBCOUNT = C_S_PRED-JOBCOUNT JOB_READ_JOBNAME = C_S_PRED-JOBNAME JOB_READ_OPCODE = BTC_READ_JOBHEAD_ONLY IMPORTING JOB_READ_JOBHEAD = L_S_JOBHEAD.



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