SAP Reports / Programs

SAPMMPKF SAP ABAP Report - Kanban Processing: Error Display







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

PK50 - Display Errors: Kanban


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 SAPMMPKF. "Basic submit
SUBMIT SAPMMPKF AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMMPKF 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: LGORT = D Storage location
Selection Text: LIFNR = D Vendor
Selection Text: MATNR = D Material
Selection Text: PKSTE = D In-house production
Selection Text: PKSTF = D External procurement
Selection Text: PKSTU = D Stock transfer
Selection Text: PKUMW = D Issuing plant
Selection Text: PRVBE = D Supply area
Selection Text: RGVER = D Person responsible
Selection Text: RGVERS = D Person responsible source
Selection Text: SAEDT = D Date
Selection Text: SAEUZ = D Time
Selection Text: SFGSV = D Status from
Selection Text: UMLGO = D Storage location
Selection Text: WERKS = D Plant
Title: Kanban Processing: Error Display
Text Symbol: 048 = Last material document :
Text Symbol: 046 = Delivery :
Text Symbol: 045 = Customer PO number :
Text Symbol: 044 = Sold-to party :
Text Symbol: 043 = GR-qty / batch :
Text Symbol: 042 = Requested quantity :
Text Symbol: 041 = Kanban ID number :;;
Text Symbol: 038 = Long text for error messge
Text Symbol: 037 = Actual quantity :;;
Text Symbol: 036 = Container is blocked ;;
Text Symbol: 035 = No error message found
Text Symbol: 034 = Error message
Text Symbol: 001 = Demand source; limitations
Text Symbol: 002 = Replenishment strategies; limitations
Text Symbol: 003 = Supply source; limitations
Text Symbol: 004 = Material; limitations
Text Symbol: 005 = Select for ;; 005 and 006 belong together
Text Symbol: 006 = deletion ;;
Text Symbol: 007 = Material ;;
Text Symbol: 008 = Sup.area;;
Text Symbol: 009 = Kanban
Text Symbol: 010 = Date ;;





Text Symbol: 011 = Time ;;
Text Symbol: 012 = Error messages for kanbans in plant &
Text Symbol: 013 = Delete error messages ;;
Text Symbol: 014 = Should all selected error ;;
Text Symbol: 015 = messages be deleted ? ;;
Text Symbol: 016 = Kanbans; limitations
Text Symbol: 021 = Contr.cycle:;;
Text Symbol: 022 = Material :;;
Text Symbol: 023 = Plant :;;
Text Symbol: 024 = Supply area:;;
Text Symbol: 025 = Container :;;
Text Symbol: 026 = Status :;;
Text Symbol: 027 = Status set ;;
Text Symbol: 028 = Date :;;
Text Symbol: 029 = Time :;;
Text Symbol: 031 = Replenishment strategy :;;
Text Symbol: 032 = Replenishment by :;;
Text Symbol: 033 = Container is blocked ! ;;


INCLUDES used within this REPORT SAPMMPKF

INCLUDE MMPKFO00.
INCLUDE MMPKFI00.
INCLUDE MMPKFF10.
INCLUDE MMPKFF20.
INCLUDE MMPKFF21.
INCLUDE MMPKFF30.
INCLUDE MMPKFF40.
INCLUDE MMPKFF50.
INCLUDE MMPKFF60.


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