SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

SAPMPRKE SAP ABAP dialog Program - documentation and ABAP source code







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

PRKE - Evaluation Program


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


Text pool values


Text Symbol: I04 = internal error
Text Symbol: 231 = Paytype
Text Symbol: 230 = Close Details
Text Symbol: 228 = You can not file a voided run
Text Symbol: 226 = Run filed
Text Symbol: 225 = Run voided
Text Symbol: 224 = Value
Text Symbol: 223 = Attribute
Text Symbol: 219 = Data were changed. Do you want to save?
Text Symbol: 218 = This status already exists for this run
Text Symbol: 217 = You should not void a filed run. Do you want to void it anyway?
Text Symbol: 216 = Relevé 2: Definitions for tax year 1999
Text Symbol: 215 = Relevé 1: Definitions for tax year 1999
Text Symbol: 214 = T4A-NR: Definitions for tax year 1999
Text Symbol: 213 = T4A: Definitions for tax year 1999
Text Symbol: 212 = T4: Definitions for tax year 1999
Text Symbol: 211 = Year evaluated
Text Symbol: 210 = Tax reporting unit
Text Symbol: 209 = Temse file
Text Symbol: 208 = Spool number
Text Symbol: 207 = Evaluation mode
Text Symbol: 206 = Release of system
Text Symbol: 205 = Evaluation program
Text Symbol: 204 = Country grouping
Text Symbol: 203 = Produced form
Text Symbol: 202 = Evaluation period
Text Symbol: 201 = Benefits area
Text Symbol: 018 = Wage type application
Text Symbol: 017 = Text
Text Symbol: 016 = Root
Text Symbol: 015 = Report ID / Application
Text Symbol: 014 = Attributes of run
Text Symbol: 013 = Employees considered for the run
Text Symbol: 012 = Sequence number not found
Text Symbol: 010 = Paydate
Text Symbol: 008 = T4
Text Symbol: 007 = T4A
Text Symbol: 006 = T4A-NR





Text Symbol: 005 = Name
Text Symbol: 004 = Relevé 2
Text Symbol: 003 = Relevé 1
Text Symbol: 002 = No employees for this run
Text Symbol: 001 = Runid


INCLUDES used within this REPORT SAPMPRKE

INCLUDE MPRKETOP .
INCLUDE MPRKEC01 .
INCLUDE RPC2RX19.
INCLUDE RPC2CD09.
INCLUDE RPCAUDKP.
INCLUDE MPRKEO01 .
INCLUDE MPRKEI01 .
INCLUDE MPRKEF01 .


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