SAP Reports / Programs | Controlling | Overhead Cost Controlling | Overhead Cost Orders(CO-OM-OPA) SAP CO

SAPMKACZ SAP ABAP dialog Program - ?...







SAPMKACZ is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Module pool for maintaining costing sheets, calculation bases, overhead and credit definitions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMKACZ 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

KZA1 - Select Overhead


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


Text pool values


Title: ?...
Text Symbol: A04 = Credit
Text Symbol: A05 = completely
Text Symbol: B01 = Delete credit
Text Symbol: B02 = Options:
Text Symbol: B03 = Entries in this CO area
Text Symbol: B04 = Credit
Text Symbol: B05 = completely
Text Symbol: C01 = Delete overhead
Text Symbol: C02 = Do you want to delete
Text Symbol: C03 = the overhead?
Text Symbol: D01 = Delete calculation base
Text Symbol: D02 = Options:
Text Symbol: D03 = Entries in this CO area
Text Symbol: D04 = Calc. base
Text Symbol: D05 = completely
Text Symbol: E01 = Delete costing sheet
Text Symbol: E02 = Do you want to delete
Text Symbol: E03 = the costing sheet?
Text Symbol: F01 = Create credit
Text Symbol: F02 = Do you want to create
Text Symbol: F03 = the credit?
Text Symbol: G01 = Transport calculation base
Text Symbol: G02 = Options:
Text Symbol: G03 = Entries in this CO area
Text Symbol: G04 = Calc. base
Text Symbol: G05 = completely
Text Symbol: A03 = Entries in this CO area
Text Symbol: 070 = Data will be lost
Text Symbol: 080 = Do you want to save your changes?
Text Symbol: 081 = Do you want to exit
Text Symbol: 082 = without update?
Text Symbol: 100 = Select
Text Symbol: 110 = Portion of fixed costs
Text Symbol: 160 = Calculation base
Text Symbol: 161 = New calculation base
Text Symbol: 162 = Name
Text Symbol: 163 = Change Description





Text Symbol: 164 = Create calculation base
Text Symbol: 165 = Do you want to create the
Text Symbol: 166 = calculation base?
Text Symbol: 169 = New credit
Text Symbol: 170 = Credit
Text Symbol: 171 = Overhead
Text Symbol: 173 = Dependency
Text Symbol: 174 = Create overhead
Text Symbol: 175 = Do you want to create
Text Symbol: 176 = overhead?
Text Symbol: 300 = Entries exist
Text Symbol: 301 = No entries exist
Text Symbol: 310 = Cancel
Text Symbol: 311 = Data will be lost.
Text Symbol: 312 = Cancel anyway?
Text Symbol: A01 = Transport credit
Text Symbol: A02 = Options:


INCLUDES used within this REPORT SAPMKACZ

INCLUDE MKACZTOP .
INCLUDE MKACZO01 . "PBO-MODULE FÜR DYNPRO 1000
INCLUDE MKACZI01 . "PAI-MODULE FÜR DYNPRO 1000
INCLUDE MKACZF01 .


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