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
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.
Title: Synchronization of Concurrent Process Branches
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKSYNCJOBOLD - Synchronization of Concurrent Process Branches RFBKSYNCJOBOLD - Synchronization of Concurrent Process Branches RFBKSYNCJOB - Synchronization of Concurrent Process Branches RFBKSYNCJOB - Synchronization of Concurrent Process Branches RFBKSTRT - Call Account Maintenance in Online Mode for Changing/Displaying RFBKSTRT - Call Account Maintenance in Online Mode for Changing/Displaying