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

SAPMPU12 SAP ABAP dialog Program - Connection to Third-Party Payroll - Module Pool for Transaction PU12







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

PU12 - Connection to Third-Party Payroll
PU12_CONVERT - Data Export
PU12_DOWNLOAD - Data Export
PU12_EXPORT - Data export
PU12_SHOW_FILE - Display TemSe File


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 SAPMPU12. "Basic submit
SUBMIT SAPMPU12 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMPU12 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: ABKRS = Payroll area
Selection Text: EMPLOYEE = Personnel no.
Title: Connection to Third-Party Payroll - Module Pool for Transaction PU12
Text Symbol: 121 = Application server
Text Symbol: 120 = local PC
Text Symbol: 115 = Delete file layout
Text Symbol: 114 = format "&"?
Text Symbol: 113 = Are you sure that you want to delete
Text Symbol: 102 = Delete interface format
Text Symbol: 101 = format "&"?
Text Symbol: 100 = Are you sure that you want to delete the interface
Text Symbol: 012 = Upload interface export file
Text Symbol: 005 = The Unix file
Text Symbol: 003 = The PC file
Text Symbol: 002 = File name
Text Symbol: 122 = Interface format
Text Symbol: T06 = Opening ASCII mode connection data connection for
Text Symbol: T05 = Opening BINARY mode data connection for
Text Symbol: T04 = Generation in progress
Text Symbol: 204 = format "&" and file layouts above?
Text Symbol: 203 = Are you sure that you want to delete the interface
Text Symbol: 202 = are also deleted!
Text Symbol: 201 = These are directly linked to it and
Text Symbol: 200 = The interface format is used by the file layouts.
Text Symbol: 123 = File layout


INCLUDES used within this REPORT SAPMPU12

INCLUDE H99_PU12_XML_TAGS.
INCLUDE RPC2IF00.
INCLUDE MPPU1210.
INCLUDE MPPU1220.
INCLUDE MPPU1230.
INCLUDE MPPU1240.


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