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
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
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.
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
INCLUDE MKOSAO01.
INCLUDE MKOSAF01.
INCLUDE MKOSAI01.
INCLUDE MKOSAO02.
INCLUDE MKOSAI02.
INCLUDE MKOSAI03.
INCLUDE MKOSAF11.
INCLUDE MKOSAO11.
INCLUDE MKOSAI11.
INCLUDE MKOSAI12.
INCLUDE MKOSAI13.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.