FKCBDF40 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 FKCBDF40 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: Data Mining Display
INCLUDE FKCBDF40_TOP . " TOP
INCLUDE FKCBDF40_OUTPUT . " OUTPUT
INCLUDE FKCBDF40_SET_PFSTATUS_TITLE . " SET_PFSTATUS_TITLE
INCLUDE FKCBDF40_UEBE_LIST_HEADER . " UEBE_LIST_HEADER
INCLUDE FKCBDF40_UEBE_LIST_BODY . " UEBE_LIST_BODY
INCLUDE FKCBDF40_FILL_OUT_TAB_PRIO . " FILL_OUT_TAB_PRIO
INCLUDE FKCBDF40_COMPARE_OBJECTS . " COMPARE_OBJECTS
INCLUDE FKCBDF40_COMPARE_CRITERIA . " COMPARE_CRITERIA
INCLUDE FKCBDF40_COMPARE_KEY_FIGURE . " COMPARE_KEY_FIGURE
INCLUDE FKCBDF40_EXCHANGE_OBJECTS . " EXCHANGE_OBJECTS
INCLUDE FKCBDF40_SORT_OUTPUT . " SORT_OUTPUT
INCLUDE FKCBDF40_USER_COMMAND . " USER_COMMAND
INCLUDE FKCBDF40_UEBE_OUTPUT . " UEBE_OUTPUT
INCLUDE FKCBDF40_DETAIL_OUTPUT . " DETAIL_OUTPUT
INCLUDE FKCBDF40_DETERMINE_LINESIZE_VL . " DETERMINE_LINESIZE_VLINES
INCLUDE FKCBDF40_DETAIL_HEADER . " DETAIL_HEADER
INCLUDE FKCBDF40_KEY_FIGURE_NAMES . " KEY_FIGURE_NAMES
INCLUDE FKCBDF40_KEY_FIGURE_VALUES . " KEY_FIGURE_VALUES
INCLUDE FKCBDF40_COMP_PRINT_LENGTH . " COMP_PRINT_LENGTH
INCLUDE FKCBDF40_ENHANCE_OUTPUT_TABLES . " ENHANCE_OUTPUT_TABLES
INCLUDE FKCBDF40_DIRE_OUTPUT . " DIRE_OUTPUT
INCLUDE FKCBDF40_SAVE_RESULT . " SAVE_RESULT
INCLUDE FKCBDF40_ENQUEUE . " ENQUEUE
INCLUDE FKCBDF40_DEQUEUE . " DEQUEUE
INCLUDE FKCBDF40_SET_RESULT_ENVIRONMEN . " SET_RESULT_ENVIRONMENT
INCLUDE FKCBDF40_FILL_OUT_KENNZ_TAB . " FILL_OUT_KENNZ_TAB
INCLUDE FKCBDF40_GET_FIELD_TEXT . " GET_FIELD_TEXT
INCLUDE FKCBDF40_GET_FIELD_TEXT . " GET_FIELD_TEXT
INCLUDE FKCBDF40_GET_CHARAC_TEXT . " GET_CHARAC_TEXT
INCLUDE FKCBDF40_GET_KEY_FIGURES_TEXT . " GET_KEY_FIGURES_TEXT
INCLUDE FKCBDF40_DIRE_LIST_BODY . " DIRE_LIST_BODY
INCLUDE FKCBDF40_DIRE_LIST_HEADER . " DIRE_LIST_HEADER
INCLUDE FKCBDF40_SORT_UEBE_LIST . " SORT_UEBE_LIST
INCLUDE FKCBDF40_POSSIBLY_ARCHIVE . " POSSIBLY_ARCHIVE
INCLUDE FKCBDF40_DELETE_SPEC_RESULT . " DELETE_SPEC_RESULT
INCLUDE FKCBDF40_DELETE_RESULT . " DELETE_RESULT
INCLUDE FKCBDF40_MODIFY_DB . " MODIFY_DB
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.