MKKS0F04 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 MKKS0F04 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: Form Routines for Batch Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_VARIANCES_BATCH_CONFIG_46A CALL FUNCTION 'K_VARIANCES_BATCH_CONFIG_46A' EXPORTING I_USER = JOB_KKS00-USERK CHANGING C_LIST_PARAM = JOB_KKS00C.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' DATA_SET = SAV_PRDSN LAYOUT = CON_PAART LINE_COUNT = CON_LINCT LINE_SIZE = CON_LINSZ LIST_NAME = SAV_PLIST LIST_TEXT = SAV_PRTXT NO_DIALOG = CON_X IMPORTING OUT_ARCHIVE_PARAMETERS = SAV_ARCPA OUT_PARAMETERS = SAV_PRIPA.
K_WERKS_OF_KOKRS CALL FUNCTION 'K_WERKS_OF_KOKRS' EXPORTING KOKRS = JOB_KKS00-KOKRS TABLES ITAB_001K = JOB_T001K ITAB_001W = JOB_T001W EXCEPTIONS NO_ENTRY_IN_T001K = 0 NO_ENTRY_IN_T001W = 0 WRONG_KOKRS_BUKRS = 0 OTHERS = 0.
K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING * In der Routine geaendert...
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING JOBNAME = JOB_JNAME EXCEPTIONS NO_RUNTIME_INFO = 01 OTHERS = 99.
K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING * In der Routine geaendert...
K_OBJECT_SELECTION_CRIT_GET CALL FUNCTION 'K_OBJECT_SELECTION_CRIT_GET' EXPORTING TRANSPARENT = con_x * SHORT_FIELD_NAMES = con_x * IMPORTING * VARIANT = TABLES IT_SELTAB = job_param.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.