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
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)
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.
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.
INCLUDE MPZ01TOP.
INCLUDE MPZ01CONS.
INCLUDE MPZ01I02.
INCLUDE MPZ01O01.
INCLUDE MPZ01I01.
INCLUDE MPZ01F01.
INCLUDE MPZ01F02.
INCLUDE MPZ01F03.
INCLUDE MPZ01F04.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.