IBKKCOND_CL_PROCESS 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 IBKKCOND_CL_PROCESS 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: Class process, interface persistence, class persistence management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EBKKMPERSMNGT CALL FUNCTION 'ENQUEUE_EBKKMPERSMNGT' EXPORTING MODE_BKKMPERSMNGT = 'X' MANDT = SY-MANDT OBJECTID = L_WRK_ID _WAIT = 'X' EXCEPTIONS FOREIGN_LOCK = 1.
DEQUEUE_EBKKMPERSMNGT CALL FUNCTION 'DEQUEUE_EBKKMPERSMNGT' EXPORTING MODE_BKKMPERSMNGT = 'X' MANDT = SY-MANDT OBJECTID = L_WRK_ID.
RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.
DEQUEUE_EBKKMPERSMNGT CALL FUNCTION 'DEQUEUE_EBKKMPERSMNGT' EXPORTING OBJECTID = L_WRK_LOCKED-OBJECTID _COLLECT = 'X'.
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS FOREIGN_LOCK = 1.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING EV_GUID_32 = L_GUID.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IBKKCOND_CL_PROCESS - Class process, interface persistence, class persistence management IBKKCOND_CL_PROC - Klassen zur Prozeßaufspaltung IBKKCOND_CL_MASSRUN - Klasse für Massenlaufprozess IBKKCOND_CL_FIBA_BKST - Include IBKKCOND_CL_FIBA_BKST IBKKCOND_CL_DISP - Dispatcherklasse IBKKCOND_CL_CONTROL - Local class process control