SAP Reports / Programs | Personnel Management | Recruitment(PA-RC) SAP PA

SAPMPAP4 SAP ABAP dialog Program - Identification of Multiple Applicants and Former Employees







SAPMPAP4 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 SAPMPAP4 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Identification of Multiple Applicants and Former Employees
Text Symbol: 017 = Qualifications
Text Symbol: 016 = Education
Text Symbol: 015 = Previous Employment
Text Symbol: 014 = Vacancies
Text Symbol: 013 = Contact employee
Text Symbol: 012 = Contact medium
Text Symbol: 011 = Employee
Text Symbol: 010 = Applicant or ex-employee
Text Symbol: 009 = Please enter new application
Text Symbol: 007 = Ex-employee
Text Symbol: 006 = Applicant
Text Symbol: 003 = First name
Text Symbol: 002 = Last name
Text Symbol: 001 = Cross-referenced employee
Text Symbol: 019 = Ctry
Text Symbol: 034 = of previous employers
Text Symbol: 033 = of training
Text Symbol: 032 = of qualifications
Text Symbol: 031 = Change qualifications
Text Symbol: 030 = Delete qualifications
Text Symbol: 029 = The following data was used for identification:
Text Symbol: 028 = Personnel no.
Text Symbol: 027 = DoB
Text Symbol: 026 = First name
Text Symbol: 025 = Last name
Text Symbol: 024 = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Text Symbol: 023 = the current screen?
Text Symbol: 022 = Do you still want to exit
Text Symbol: 021 = at least one infotype
Text Symbol: 020 = City/instit.
Text Symbol: 018 = Employer
Text Symbol: L02 = Former employees
Text Symbol: L01 = Applicant
Text Symbol: J03 = Romaji
Text Symbol: J02 = Katakana
Text Symbol: J01 = Kanji
Text Symbol: 126 = for applicant





Text Symbol: 072 = Female
Text Symbol: 071 = Male
Text Symbol: 070 = The following persons were identified:
Text Symbol: 061 = Change vacancy assignments
Text Symbol: 060 = Delete vacancy assignments
Text Symbol: 051 = Change previous employer
Text Symbol: 050 = Delete previous employer
Text Symbol: 041 = Change education
Text Symbol: 040 = Delete education
Text Symbol: L03 = Name
Text Symbol: Z01 = from
Text Symbol: X03 = Do you want to exit this screen ?
Text Symbol: X02 = the changes ?
Text Symbol: X01 = Do you want to save
Text Symbol: TTP = Exit current screen
Text Symbol: OLG = Official language
Text Symbol: L11 = Personnel action
Text Symbol: L10 = Status reason
Text Symbol: L09 = Action reason
Text Symbol: L08 = Leaving date
Text Symbol: L07 = Overall status
Text Symbol: L06 = Init.entry date
Text Symbol: L05 = No persons found with same data
Text Symbol: L04 = Name


INCLUDES used within this REPORT SAPMPAP4

INCLUDE MPAP4TOP.
INCLUDE MPAP4O00.
INCLUDE MPAP4SG1PS. "SCWAHRK065484
INCLUDE MPAP4OJ0. "YSRP30K022743
INCLUDE MPAP4I00.
INCLUDE MPAP4IG0.
INCLUDE MPAP4IJ0. "YSRP30K022743
INCLUDE MPAP4IK0. "YSRP30K100113
INCLUDE MPAP4IP0.
INCLUDE MPAP4F00.
INCLUDE MPPERSAP.
INCLUDE RPAPF000. "VLZK11K105863
INCLUDE MPAP4ID1. "INDONESIA
INCLUDE MPAP4MY1. "SSVALRK044248
INCLUDE MPAP4SG2PS. "SCWAHRK065484





INCLUDE MPAP4SG3PS. "SCWAHRK065484
INCLUDE MPAP4SG4PS. "SCWAHRK065484
INCLUDE MPAP4KR1. "KIMAL0K036777
INCLUDE MPAP4KR2. "KIMAL0K036777
INCLUDE MPAP4KR3. "KIMAL0K036777
INCLUDE MPAP4KR4. "KIMAL0K036777
INCLUDE MPAP4IN0.
INCLUDE MPAP4FN0.
INCLUDE MPAP4OG0.
INCLUDE MPAP4RU1. "RU DATA DEFINITION
INCLUDE MPAP4RU2. "RU OUTPUT MODULE
INCLUDE MPAP4RU3. "RU INPUT MODULE
INCLUDE MPAP4RU4. "RU FORMS


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