SAP Reports / Programs | Controlling | Product Cost Controlling | Cost Object Controlling(CO-PC-OBJ) SAP CO

MKKACF02 SAP ABAP INCLUDE - Archived Subprograms







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MKKACF02. "Basic submit
SUBMIT MKKACF02 AND RETURN. "Return to original report after report execution complete
SUBMIT MKKACF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Archived Subprograms


INCLUDES used within this REPORT MKKACF02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MKKACF02 or its description.