SAP Reports / Programs

SAPMMPKD SAP ABAP Report - Print and Evaluation Report for Kanbans/Control Cycles







SAPMMPKD is a standard Executable ABAP Report 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 SAPMMPKD 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

PK18 - Evaluation Control Cycle/Kanban
PK09 - Unlock Kanban
PK17 - Collective Kanban Print


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


Text pool values


Selection Text: EBELN = Agreement
Selection Text: KCPRF = Kanban Calculation Profile
Selection Text: PABPRF = JIT Call Profile
Selection Text: PKDRS = Print Indicator
Selection Text: RANG_LCM = Lifecycle Status
Selection Text: RKSTA = Control Cycle Category
Selection Text: SPKKZ = Locked Kanbans
Selection Text: STATDAT = Date of Last Status Change
Selection Text: STATTIME = Time of Last Status Change
Selection Text: VBELN = SD Scheduling Agreement
Selection Text: ARBPL = D .
Selection Text: LGORT = D .
Selection Text: LIFNR = D .
Selection Text: WERKS = D .
Selection Text: VBPRN = D .
Selection Text: UMLGO = D .
Selection Text: RGVERS = D .
Selection Text: RGVER = D .
Selection Text: PRVBE = D .
Selection Text: PRINTER = D .
Selection Text: PKUMW = D .
Selection Text: PKSTU = D .
Selection Text: PKSTF = D .
Selection Text: PKSTE = D .
Selection Text: PKBST = D .
Selection Text: MATNR = D .
Title: Print and Evaluation Report for Kanbans/Control Cycles
Text Symbol: 051 = Additional Control Cycle Delimitations
Text Symbol: 052 = Kanbans
Text Symbol: 053 = Requested Quantity :
Text Symbol: 054 = Print Control Cycles
Text Symbol: 055 = You have selected control cycle(s) &
Text Symbol: 056 = Planned Receipt
Text Symbol: 057 = from
Text Symbol: 058 = to
Text Symbol: 059 = Last Material Document :
Text Symbol: 070 = Do you really want to unlock the kanbans?
Text Symbol: 071 = Do you really want to lock the kanbans?





Text Symbol: 075 = Control Cycles with Locked Kanbans Only
Text Symbol: 076 = Control Cycles with Flagged Kanbans Only
Text Symbol: 077 = Unlock Kanbans Automatically After Printout
Text Symbol: 078 = Delimitation to Lifecycle Control Cycle
Text Symbol: 079 = Display Control Cycles Without Kanbans
Text Symbol: 081 = Created Control Cycles
Text Symbol: 082 = Released Control Cycles
Text Symbol: 083 = Unlock Kanbans
Text Symbol: 084 = Unlock Flagged Kanbans
Text Symbol: 085 = Lock Kanbans
Text Symbol: 050 = Plant &1
Text Symbol: 024 = Kanban is locked
Text Symbol: 023 = at :
Text Symbol: 022 = on the :
Text Symbol: 021 = Last Status Change
Text Symbol: 020 = Status
Text Symbol: 019 = Actual Quantity :
Text Symbol: 018 = Kanban :
Text Symbol: 017 = Supply Area:
Text Symbol: 016 = Plant :
Text Symbol: 015 = Material :
Text Symbol: 014 = Kanban ID Number:
Text Symbol: 013 = Cntr. Cycle:
Text Symbol: 012 = &1 &2 not found in plant &3
Text Symbol: 011 = The following kanbans could not be printed:
Text Symbol: 010 = All kanbans printed successfully
Text Symbol: 009 = Error Message
Text Symbol: 008 = Last Status Change
Text Symbol: 007 = Status
Text Symbol: 006 = Kanban
Text Symbol: 005 = Material
Text Symbol: 004 = Supply Area
Text Symbol: 003 = Kanban Delimitations
Text Symbol: 002 = Replenishment Strategy Delimitations
Text Symbol: 001 = Material Delimitations
Text Symbol: 049 = &1 &2 found with &3 &4
Text Symbol: 048 = & kanban(s) was/were printed
Text Symbol: 047 = Do you really want to print ?
Text Symbol: 046 = You have selected & kanban(s)





Text Symbol: 045 = Print Kanbans
Text Symbol: 044 = Printer
Text Symbol: 043 = Stck Transfer
Text Symbol: 042 = Plnt to Plnt
Text Symbol: 041 = Ext. Proc.
Text Symbol: 040 = In-Hse Prodn
Text Symbol: 039 = No. Kanbans
Text Symbol: 038 = Source
Text Symbol: 037 = Replen. Strategy
Text Symbol: 036 = Sel.
Text Symbol: 035 = Total
Text Symbol: 034 = Print on: &
Text Symbol: 033 = Kanbans
Text Symbol: 032 = Contr. Cycles
Text Symbol: 031 = Supply Source Delimitations
Text Symbol: 030 = Demand Source Delimitations
Text Symbol: 028 = Error Message
Text Symbol: 027 = No error message found
Text Symbol: 026 = Replenishment by
Text Symbol: 025 = Replenishment Strategy


INCLUDES used within this REPORT SAPMMPKD

INCLUDE MMPKDTOP.
INCLUDE MMPKDF10.
INCLUDE MMPKDF12.
INCLUDE MMPKDF30.
INCLUDE MMPKDF40.
INCLUDE MMPKDF50.


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