SAP Reports / Programs | Cross-Application Components | Employee Self-Service(CA-ESS) SAP CA

SAPMPZ01 SAP ABAP dialog Program - Who's Who







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

PZ24 - Who's Who
PZLE_06 - ESS Life Event - New Hire (Dummy)
PZLE_05 - ESS Life Event - Birth/Adoption
PZ35 - Who's Who (Flow Logic)
PZLE_04 - ESS Life Event - Marriage (Dummy)
PZ01 - Who's Who
PZM3_START_MA - ESS Start Menu - Authorization
PZLE_03 - ESS Life Event - New Hire (Dummy)
PZLE_07 - ESS Life Event - New Hire (Dummy)
PZ35_MA - ESS Who's Who MiniApp (dummy)
PZLE_02 - ESS Life Event - New Hire (Dummy)
PZ01_ADD_0032 - Who's Who: Authorization
PZLE_01 - ESS Life Event - New Hire (Dummy)
PZLE - ESS Life Event (Dummy)
PZ01_ADD_0105 - Who's Who: Authorization
PZFOTO - ESS Photo MiniApp (dummy)


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


Text pool values


Title: Who's Who
Text Symbol: 023 = Job
Text Symbol: 022 = Position
Text Symbol: 021 = Organizational unit
Text Symbol: 020 = System error when reading query 1
Text Symbol: 019 = System error when reading functional area
Text Symbol: 018 = System error when converting selection fields
Text Symbol: 017 = System error with selection ID
Text Symbol: 016 = System error: selection ID is invalid
Text Symbol: 015 = System Error
Text Symbol: 014 = Internal system error
Text Symbol: 013 = System error: invalid selection fields
Text Symbol: 012 = System error: no entries found or no search criteria specified
Text Symbol: 011 = System error: the query contains an invalid field
Text Symbol: 010 = System error: invalid query
Text Symbol: 009 = System error: invalid query area
Text Symbol: 008 = System error: personnel number must be the first field of a query
Text Symbol: 007 = System error: no entries found
Text Symbol: 006 = System error: query is locked
Text Symbol: 005 = System error: query could not be found
Text Symbol: 004 = No matching entries found
Text Symbol: 003 = More than 100 entries found. Please specify your selection.
Text Symbol: 002 = No entries found.
Text Symbol: 001 = Please enter search criteria.


INCLUDES used within this REPORT SAPMPZ01

INCLUDE MPZ01TOP.
INCLUDE MPZ01CONS.
INCLUDE MPZ01I02.
INCLUDE MPZ01O01.
INCLUDE MPZ01I01.
INCLUDE MPZ01F01.
INCLUDE MPZ01F02.
INCLUDE MPZ01F03.
INCLUDE MPZ01F04.


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