SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

SAPMPE04 SAP ABAP dialog Program - Transaction PE04: Create Functions and Operations







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

PE04 - Creates Functions and Operations


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


Text pool values


Title: Transaction PE04: Create Functions and Operations
Text Symbol: 100 = Deletion in Add-On Not Allowed
Text Symbol: 062 = Error Messages
Text Symbol: 061 = Error Log
Text Symbol: 060 = Object Type
Text Symbol: 059 = Time management operations
Text Symbol: 058 = Time management functions
Text Symbol: 057 = Payroll operations
Text Symbol: 056 = Payroll functions
Text Symbol: 055 = The name § is not unique
Text Symbol: 054 = Time Management operation§
Text Symbol: 053 = Time Management function §
Text Symbol: 052 = Payroll operation $
Text Symbol: 051 = Payroll function §
Text Symbol: 050 = Choose Object
Text Symbol: 049 = Which object do you want to process?
Text Symbol: 048 = Number
Text Symbol: 047 = Number interval
Text Symbol: 046 = Statistics
Text Symbol: 045 = Customer
Text Symbol: 044 = International
Text Symbol: 042 = OPXCALL
Text Symbol: 040 = FUXCALL
Text Symbol: 028 = the edit function?
Text Symbol: 027 = Do you still want to exit
Text Symbol: 026 = Exit edit function
Text Symbol: 022 = Delete dependent entries
Text Symbol: 021 = (if applicable) - Continue?
Text Symbol: 020 = Dependent entries will be deleted
Text Symbol: 019 = No errors found
Text Symbol: 015 = Activate
Text Symbol: 014 = - activate at once?
Text Symbol: 013 = Change for operation
Text Symbol: 012 = Change for function
Text Symbol: 010 = Operation
Text Symbol: 009 = Function
Text Symbol: 006 = Delete operation
Text Symbol: 005 = Delete function





Text Symbol: 004 = to be deleted?
Text Symbol: 003 = Do you want the operation
Text Symbol: 002 = to be deleted?
Text Symbol: 001 = Do you want the function


INCLUDES used within this REPORT SAPMPE04

INCLUDE MPE04TOP.
INCLUDE MPE04O01.
INCLUDE MPE04I01.
INCLUDE MPE04SUB.
INCLUDE MPE04TUB.
INCLUDE MPE04TIM.
INCLUDE MPE04F01.


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