SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost by Period(CO-PC-OBJ-PER) SAP CO

MKKS0F09 SAP ABAP INCLUDE - Form Routines for Parallel Processing







MKKS0F09 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 MKKS0F09 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 MKKS0F09. "Basic submit
SUBMIT MKKS0F09 AND RETURN. "Return to original report after report execution complete
SUBMIT MKKS0F09 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines for Parallel Processing


INCLUDES used within this REPORT MKKS0F09

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:

KPEP_WLA_RFC_CONTEXT_PREPARE CALL FUNCTION 'KPEP_WLA_RFC_CONTEXT_PREPARE' IMPORTING WL_CONTEXT = LD_CONTEXT.

K_VARIANCES_PARALLEL_CALC CALL FUNCTION 'K_VARIANCES_PARALLEL_CALC' STARTING NEW TASK P_PARA_IMP-TASKNAME DESTINATION P_PARA_IMP-TASKDEST PERFORMING BEI_TASKENDE_AUSFUEHREN ON END OF TASK EXPORTING PAR_OBJNR = CON_OBJNR PAR_KKS06 = KKS06 PAR_KKS00 = KKS00 TABLES TAB_KV20A = TAB_KV20A TAB_KKS08 = TAB_KKS08 TAB_KKS09 = LD_KKS09 TAB_KSS03 = LD_KSS03 TAB_KKS01 = LD_KKS01 TAB_KVMSG = LD_KVMSG TAB_OBJNP = TAB_OBJNP TAB_NEWWL = LD_CONTEXT EXCEPTIONS SYSTEM_FAILURE = 01 MESSAGE LD_RFC_MSG COMMUNICATION_FAILURE = 02 MESSAGE LD_RFC_MSG OTHERS = 99.

K_OBJECT_ID_GET CALL FUNCTION 'K_OBJECT_ID_GET' EXPORTING PAR_OBJNR = tab_KKS092-OBJNP PAR_MATNR = tab_KKS092-MATNR PAR_WERKS = tab_KKS092-WERKS PAR_VERID = tab_KKS092-VERID PAR_PROCNR = tab_KKS092-PROCNR PAR_AUTYP = tab_KKS092-AUTYP PAR_safnr = tab_KKS092-safnr IMPORTING PAR_OBJID = SAV_OBJID EXCEPTIONS WRONG_OBJECT_TYPE = 0 OTHERS = 0.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_MSGID MSGNR = '082' MSGTY = SAV_MSGTY MSGV1 = LD_SUBRC OBJECT_DEPENDENT = CON_X.

K_OBJECT_ID_GET CALL FUNCTION 'K_OBJECT_ID_GET' EXPORTING PAR_OBJNR = tab_KKS092-OBJNP PAR_MATNR = tab_KKS092-MATNR PAR_WERKS = tab_KKS092-WERKS PAR_VERID = tab_KKS092-VERID PAR_PROCNR = tab_KKS092-PROCNR PAR_AUTYP = tab_KKS092-AUTYP PAR_safnr = tab_KKS092-safnr IMPORTING PAR_OBJID = SAV_OBJID EXCEPTIONS WRONG_OBJECT_TYPE = 0 OTHERS = 0.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = CON_MSGID MSGNR = '082' MSGTY = SAV_MSGTY MSGV1 = LD_SUBRC OBJECT_DEPENDENT = CON_X.

CM_F_CMFMSG_MESSAGES_PUT CALL FUNCTION 'CM_F_CMFMSG_MESSAGES_PUT' * exporting * APPEND_SAME_MSG = ' ' * APLID = CON_APLID TABLES I_MSGPROT = LD_KVMSG EXCEPTIONS NOT_ACTIVE = 0 OTHERS = 0.

KPEP_WLA_RFC_CONTEXT_INTERPRET CALL FUNCTION 'KPEP_WLA_RFC_CONTEXT_INTERPRET' EXPORTING WL_CONTEXT = LD_CONTEXT.



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 MKKS0F09 or its description.