SAP Reports / Programs | Controlling | Overhead Cost Controlling | Activity Types(CO-OM-ACT) SAP CO

SAPMKACT SAP ABAP dialog Program - Splitting Activity-Independent Planned Costs to Activity Types







SAPMKACT 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 SAPMKACT 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

CPSP - Split Plan Costs
KSS4 - Split Plan Costs


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


Text pool values


Title: Splitting Activity-Independent Planned Costs to Activity Types
Text Symbol: ME7 = Validate Update
Text Symbol: ME6 = Post Result
Text Symbol: ME5 = Determine cost splitting
Text Symbol: ME4 = Determine base splitting
Text Symbol: ME3 = Import activity types to cost centers
Text Symbol: ME2 = Import costs to cost centers
Text Symbol: ME1 = Import cost centers
Text Symbol: ME0 = ;; Messages
Text Symbol: ER2 = Maximum error code ;;
Text Symbol: ER1 = Number of messages
Text Symbol: ER0 = ;; error
Text Symbol: E16 = Termination
Text Symbol: E12 = Errors
Text Symbol: E08 = Warning
Text Symbol: E04 = Information
Text Symbol: E00 = Success message
Text Symbol: BO4 = Update terminated
Text Symbol: BO3 = No update
Text Symbol: BO2 = Data was updated
Text Symbol: BO1 = Processing status
Text Symbol: BO0 = ;; posted or not posted


INCLUDES used within this REPORT SAPMKACT

INCLUDE MKACTO01.
INCLUDE MKACTI01.
INCLUDE MKACTF20.
INCLUDE MKACTF30.
INCLUDE MKACTF21.
INCLUDE MKACTE01.


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