FKADBF07 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 FKADBF07 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: CO Object: LDB Status management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_READ_MULTI CALL FUNCTION 'STATUS_READ_MULTI' EXPORTING NO_BUFFER_FILL = 'X' TABLES OBJNR_TAB = LT_OBJNR STATUS = XJEST JSTO_TAB = XJSTO EXCEPTIONS OTHERS = 0.
PS_ARCHIVE_GET_TABLE CALL FUNCTION 'PS_ARCHIVE_GET_TABLE' EXPORTING ARCHIVE_TABLE_NAME = 'JSTO' TABLES ARCHIVE_TABLE = XJSTO.
STATUS_READ_ARCHIVE_OBJECT CALL FUNCTION 'STATUS_READ_ARCHIVE_OBJECT' EXPORTING ARCHIVE_HANDLE = ARCHIVE_HANDLE TABLES T_JSTO = XJSTO T_JCDO = XJCDO T_JEST = XJEST T_JCDS = XJCDS.
PS_ARCHIVE_GET_TABLE CALL FUNCTION 'PS_ARCHIVE_GET_TABLE' EXPORTING ARCHIVE_TABLE_NAME = 'JCDO' TABLES ARCHIVE_TABLE = XJCDO.
PS_ARCHIVE_GET_TABLE CALL FUNCTION 'PS_ARCHIVE_GET_TABLE' EXPORTING ARCHIVE_TABLE_NAME = 'JEST' TABLES ARCHIVE_TABLE = XJEST.
PS_ARCHIVE_GET_TABLE CALL FUNCTION 'PS_ARCHIVE_GET_TABLE' EXPORTING ARCHIVE_TABLE_NAME = 'JCDS' TABLES ARCHIVE_TABLE = XJCDS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.