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

SAPMKKP2 SAP ABAP dialog Program - COC Repetitive Mfg: Variance Calculation for Cost Object Hierarchy







SAPMKKP2 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 SAPMKKP2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KKPT - Cost Obj Hier: Coll. Proc. Variances
KKP5 - Cost ObjHier: Indiv. Proc. Variances


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


Text pool values


Title: COC Repetitive Mfg: Variance Calculation for Cost Object Hierarchy
Text Symbol: NBV = Variances for Cost Object Hierarchy: Postprocessing
Text Symbol: BRP = Breakpoint at
Text Symbol: AVL = Delete worklist
Text Symbol: 310 = System Information (Techn.)
Text Symbol: 309 = Deactivate Process Single Material
Text Symbol: 308 = Process Single Material
Text Symbol: 307 = Deactivate Process Single Order
Text Symbol: 306 = Process Single Order
Text Symbol: 305 = Deactivate Process Subhierarchy
Text Symbol: 304 = Process Subhierarchy
Text Symbol: 303 = Switch Off Breakpoint
Text Symbol: 302 = Switch On Breakpoint
Text Symbol: 301 = Switch Off GUI Indicator
Text Symbol: 300 = Switch On GUI Indicator
Text Symbol: 200 = Delete to ;;
Text Symbol: 150 = Variance Calculation
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 = process the worklist.
Text Symbol: 051 = to display the error log or
Text Symbol: 050 = Please choose whether you want
Text Symbol: 044 = Start param. -> Detail ;;
Text Symbol: 027 = Production cost collector
Text Symbol: 026 = Objects
Text Symbol: 025 = Orders
Text Symbol: 024 = Cost object IDs
Text Symbol: 023 = Of which processed
Text Symbol: 022 = Total
Text Symbol: 021 = Hierarchies
Text Symbol: 020 = Number
Text Symbol: 016 = Reverse variances
Text Symbol: 015 = processed
Text Symbol: 014 = Calculating variances





Text Symbol: 013 = Analyzing data
Text Symbol: 012 = Reading
Text Symbol: 011 = :
Text Symbol: 010 = Hierarchy


INCLUDES used within this REPORT SAPMKKP2

INCLUDE MKKP2TOP.
INCLUDE MKKP2O10.
INCLUDE MKKP2I10.
INCLUDE MKKP2O20.
INCLUDE MKKP2Z10.
INCLUDE MKKP2FPA.


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