MKCEEF70 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 MKCEEF70 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: General forms
INCLUDE MKCEEF70_EXIM_MEMORY . " EXIM_MEMORY
INCLUDE MKCEEF70_ENTER_AUF_DYNPRO_ANFO . " ENTER_AUF_DYNPRO_ANFORDERU
INCLUDE MKCEEF70_GET_DDIC_INFO . " GET_DDIC_INFO
INCLUDE MKCEEF70_REPORT_ID . " REPORT_ID
INCLUDE MKCEEF70_LEAVE_TO_TRANSACTION . " LEAVE_TO_TRANSACTION
INCLUDE MKCEEF70_DYNP_VALUES . " DYNP_VALUES
INCLUDE MKCEEF70_CALL_TRANSACTION . " CALL_TRANSACTION
INCLUDE MKCEEF70_LEAVE . " LEAVE
INCLUDE MKCEEF70_ANDERER_BERICHT . " ANDERER_BERICHT
INCLUDE MKCEEF70_GET_REPORT_PARAMETER . " GET_REPORT_PARAMETER
INCLUDE MKCEEF70_GET_REPORT_PARAMETER_ . " GET_REPORT_PARAMETER_EXECU
INCLUDE MKCEEF70_IMPORT_VAR_TEXT . " IMPORT_VAR_TEXT
INCLUDE MKCEEF70_DELETE_REPORT . " DELETE_REPORT
INCLUDE MKCEEF70_EXECUTE_REPORT . " EXECUTE_REPORT
INCLUDE MKCEEF70_FREE_TABLES . " FREE_TABLES
INCLUDE MKCEEF70_CHECK_REPORT . " CHECK_REPORT
INCLUDE MKCEEF70_GET_TEXT_VARIABLES ." GET_TEXT_VARIABLES
INCLUDE MKCEEF70_CLEAR_FREE . " CLEAR_FREE
INCLUDE MKCEEF70_IMPORT_REPORT . " IMPORT_REPORT
INCLUDE MKCEEF70_LEAVE_TO_MODIFY . " LEAVE_TO_MODIFY
INCLUDE MKCEEF70_NO_IMPORT_MESSAGE . " NO_IMPORT_MESSAGE
INCLUDE MKCEEF70_GO_TO_START_DYNPRO ." GO_TO_START_DYNPRO
INCLUDE MKCEEF70_SAVE_DS_REPORT_DEFINE . " SAVE_DS_REPORT_DEFINE
INCLUDE MKCEEF70_SAVE_MODIFIED_REPORT . " SAVE_MODIFIED_REPORT
INCLUDE MKCEEF70_SAVE_MODIFIED_REPORT_ . " SAVE_MODIFIED_REPORT_1
INCLUDE MKCEEF70_SET_REPORT_STATUS . " SET_REPORT_STATUS
INCLUDE MKCEEF70_F4_REPORTS . " F4_REPORTS
INCLUDE MKCEEF70_READ_IMPORT . " READ_IMPORT
INCLUDE MKCEEF70_RKD_REPORT_START_ONLI . " RKD_REPORT_START_ONLINE
INCLUDE MKCEEF70_DYNP_VALUES_UPDATE_1 . " DYNP_VALUES_UPDATE_1
INCLUDE MKCEEF70_DYNP_VALUES_UPDATE ." DYNP_VALUES_UPDATE
INCLUDE MKCEEF70_APPEND_DYNPREAD . " APPEND_DYNPREAD
INCLUDE MKCEEF70_DYNP_VALUES_READ_STEP . " DYNP_VALUES_READ_STEPL
INCLUDE MKCEEF70_SET_SUBCLASSF . " SET_SUBCLASSF
INCLUDE MKCEEF70_REPORT_IMPORT . " REPORT_IMPORT
INCLUDE MKCEEF70_FILL_VARIABLES . " FILL_VARIABLES
INCLUDE MKCEEF70_TEXT_TABLES_FILL . " TEXT_TABLES_FILL
No SAP DATABASE tables are accessed within this REPORT code!
RKD_REPORT_START CALL FUNCTION 'RKD_REPORT_START' EXPORTING applclass = rkb1d-applclass repid = rkb1d-repid smodus = rkd_smodus-preview subclass = rkb1d-subclass tabname = rkb1d-tabname i_infomode = rkd_smodus-preview.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.