SAP Reports / Programs

SAPMKOSA SAP ABAP dialog Program - Production Cost Collector







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

KKF8 - List Production Cost Collector
KKF7 - Change Production Cost Collector
KKF6 - Create Production Cost Collector


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


Text pool values


Production Cost Collector for Mat. &1................ &2..........
Title: Production Cost Collector
Text Symbol: 014 = Orders for Product Cost Collector
Text Symbol: 015 = Process Order
Text Symbol: 016 = Create Product Cost Collector
Text Symbol: 017 = Create a preliminary cost estimate
Text Symbol: 018 = for the product cost collector?
Text Symbol: 019 = Production Version
Text Symbol: 020 = Split Order
Text Symbol: 021 = Rework
Text Symbol: 022 = Type
Text Symbol: 013 = Run Schedule Header
Text Symbol: 012 = Production Order
Text Symbol: 011 = Order/Prod. Version
Text Symbol: 001 = Change Product Cost Collector
Text Symbol: 002 = Data changed
Text Symbol: 003 = Save data?
Text Symbol: 004 = Select Production Processes for Material/Plant
Text Symbol: 007 = Creating production process
Text Symbol: 008 = Without Process
Text Symbol: 009 = Production Process
Text Symbol: 010 = Create New Process
002 Number Version Planning Processing Scope
001 PKOSA- Material Production Repet. Kanban Assembly Valid to Costing


INCLUDES used within this REPORT SAPMKOSA

INCLUDE MKOSAO01.
INCLUDE MKOSAF01.
INCLUDE MKOSAI01.
INCLUDE MKOSAO02.
INCLUDE MKOSAI02.
INCLUDE MKOSAI03.
INCLUDE MKOSAF11.
INCLUDE MKOSAO11.
INCLUDE MKOSAI11.
INCLUDE MKOSAI12.
INCLUDE MKOSAI13.


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