MKKACF02 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 MKKACF02 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: Archived Subprograms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING LINE_SIZE = 134 "in 40A auch für Alog gesetzt LIST_NAME = DRUCKNAME LIST_TEXT = P_DRUCKTITEL NO_DIALOG = 'X' IMPORTING OUT_PARAMETERS = SAV_PARAM . " end of GET_PRINT_PARAMETERS
K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING PAR_DIALG = 'X' PAR_JNAME = JOBNAME PAR_LTDAY = CON_NODAY PAR_LTTME = CON_NOTME PAR_NONOW = CON_SPACE PAR_NSM37 = CON_SPACE PAR_NSP01 = CON_SPACE PAR_PRINT = 'X' PAR_PRIPA = SAV_PARAM PAR_RNAME = 'SAPKKA07' PAR_SDMSG = 'X' PAR_RFCGN = GD_PARAM_RFC "30F_PAR IMPORTING PAR_JNAME = JOBNAME PAR_JNUMM = JOBNUMMER PAR_RTIME = LAUFZEIT PAR_SPONR = SPOOLNUMMER TABLES TAB_SELPA = TAB_PARAM EXCEPTIONS DELETE_REPORT_INCORRECT = 01 EDLIN_TOO_LONG = 02 GENERATE_REPORT_INCORRECT = 03 INSERT_REPORT_INCORRECT = 04 JNAME_MISSING = 05 JOB_CLOSE_INCORRECT = 06 * job_not_released = 07 "P30E * => Message KV886 über FB ausgegeben "P30E JOB_OPEN_INCORRECT = 08 LOCK_REPORT_IMPOSSIBLE = 09 OPTION_WRONG = 10 PNAME_MISSING = 11 READ_REPORT_INCORRECT = 12 REPORT_IN_TRDIR_MISSING = 13 RNAME_MISSING = 14 SIGN_WRONG = 15 START_DATE_IMPOSSIBLE = 16 START_DATE_MISSING = 17 SUBMIT_INCORRECT = 18.
CKML_MGV_PROCALTN_TEXT_READ CALL FUNCTION 'CKML_MGV_PROCALTN_TEXT_READ' EXPORTING I_KALNR = P_PROCNR I_LANGUAGE = SY-LANGU IMPORTING E_GENER_NAME = LD_NAME2 E_MANU_NAME = LD_NAME1 * E_SORT_NAME = EXCEPTIONS KALNR_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.