MKKS1F01 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 MKKS1F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_KSTRG_LINK_CHECK * CALL FUNCTION 'K_KSTRG_LINK_CHECK' * EXPORTING * CHECK_ONLY = 'X' * MATNR = P_MARCV-MATNR * WERKS = P_MARCV-WERKS * EXCEPTIONS * NO_LINK = 01.
ENQUEUE_EMMARCE CALL FUNCTION 'ENQUEUE_EMMARCE' EXPORTING MATNR = LD_MARCV-MATNR WERKS = LD_MARCV-WERKS EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
K_VARIANCES_KEY_CHANGE CALL FUNCTION 'K_VARIANCES_KEY_CHANGE' IN UPDATE TASK TABLES PTA_MARCV = LTAB_MARCV.
K_VARIANCES_KEY_CHANGE CALL FUNCTION 'K_VARIANCES_KEY_CHANGE' TABLES PTA_MARCV = LTAB_MARCV.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_PF_STATUS I_STRUCTURE_NAME = GC_STRUCTURE IT_FIELDCAT = GT_FIELDCAT_DELETE_BUILD TABLES T_OUTTAB = GT_OUTPUT_ALV EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = GC_STRUCTURE CHANGING CT_FIELDCAT = XT_FIELDCAT_DELETE_BUILD EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.