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

SAPMKKPZ SAP ABAP dialog Program - Process Manufacturing: Overhead Calculation for Cost Object







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


Text pool values


Title: Process Manufacturing: Overhead Calculation for Cost Object
Text Symbol: 041 = Period ;;
Text Symbol: 040 = Parameter;;
Text Symbol: 027 = CO production orders ;;
Text Symbol: 026 = Production orders ;;
Text Symbol: 025 = Production cost collect.;;
Text Symbol: 023 = Of which processd;;
Text Symbol: 022 = Total ;;
Text Symbol: 021 = Hierarchies;;
Text Symbol: 018 = Number;;
Text Symbol: 016 = Objects;;
Text Symbol: 014 = ... with hierarchy
Text Symbol: 013 = Cost object ;;
Text Symbol: 008 = Canceling overhead for &;;
Text Symbol: 007 = Calc. overhead for & ;;
Text Symbol: 006 = calculation online?
Text Symbol: 005 = Continue overhead
Text Symbol: 003 = Overhead Calculation
Text Symbol: 002 = the overheads?
Text Symbol: 001 = Do you want to post
Text Symbol: 042 = Fiscal year ;;
Text Symbol: WSD = Value date ;;
Text Symbol: WAE = Curr. ;;
Text Symbol: NBZ = Overhead Calculation for Cost Object: Postprocessing
Text Symbol: LBI = Delete to
Text Symbol: KOK = Controlling Area
Text Symbol: BRP = Set breakpoint
Text Symbol: AVL = Delete worklist
Text Symbol: 107 = Reverse
Text Symbol: 106 = Execute ;;
Text Symbol: 105 = Function ;;
Text Symbol: 055 = Postprocessing
Text Symbol: 054 = Worklist
Text Symbol: 053 = Error Log
Text Symbol: 052 = Edit Worklist
Text Symbol: 051 = Display error log or
Text Symbol: 050 = Choose:
Text Symbol: 044 = Start param. -> Detail





Text Symbol: 043 = More data ;;


INCLUDES used within this REPORT SAPMKKPZ

INCLUDE MKKPZI01 .
INCLUDE MKKPZF03.


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:

No SAP FUNCTION MODULES are executed within this report code!



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