SAP Reports / Programs

SAPMP50A SAP ABAP dialog Program - HR Master Data: Initial Screen







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

PB40 - Applicant actions
PA61 - Maintain Time Data
PB30 - Maintain applicant master data
PB20 - Display applicant master data
PU90 - Delete applicant data
PB10 - Init.entry of applicant master data
PA62 - List Entry of Additional Data
PA53 - Display Time Data
PA51 - Display Time Data
PAL6 - Display Buyer
PA63 - Maintain Time Data
PRMS - Display HR Master Data
PRMM - Personnel Actions
PRMD - Maintain HR Master Data
PA42 - Fast Entry for Actions
PAL5 - Maintain Buyer
PA64 - Calendar Entry
TPES - Display HR Master Data (ESS)
TPED - Maintain HR Master Data (ESS)
PA70 - Fast Entry
PU00 - Delete Personnel Data
PU03 - Change Payroll Status
PAL4 - Create Buyer
PAL3 - Maintain Sales Representative
PA71 - Fast Entry of Time Data
PAC5 - Maintain HR Master Data
PA41 - Change Entry/Leaving Date
PA40 - Personnel Actions
PA30 - Maintain HR Master Data
PA20 - Display HR Master Data
PA10 - Personnel File
PAL1 - Create Sales Representative
PAL2 - Display Sales Representative
TPMD - Maintain HR Master Data
TPMM - Personnel Actions
TPMS - Display HR Master Data


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


Text pool values


Title: HR Master Data: Initial Screen
Text Symbol: YES = Yes
Text Symbol: OBM = Object manager
Text Symbol: NOT = No
Text Symbol: GON = Continue
Text Symbol: EXT = The Leaving action was not created for the personnel number. Country reassignment was not completed.
Text Symbol: EXN = Does Not Exist
Text Symbol: EXI = Exists
Text Symbol: BCK = Back
Text Symbol: ABR = The activity was terminated
Text Symbol: 104 = Infotype
Text Symbol: 103 = Reference Organizational Units
Text Symbol: 102 = Reference Document Number
Text Symbol: 101 = External Application
Text Symbol: 100 = Logical System
Text Symbol: 013 = Query
Text Symbol: 012 = Info Group
Text Symbol: 011 = New Contract
Text Symbol: 010 = or do you want to call the info group?
Text Symbol: 009 = Do you want to create another contract
Text Symbol: 008 = Employee exists in the system
Text Symbol: 007 = Deleting a personnel number is irrecoverable. Do you really want to delete the personnel number?
Text Symbol: 005 = Subtypes of infotype $
Text Symbol: 004 = Select a subtype:
Text Symbol: 003 = Limited selection
Text Symbol: 002 = Extended selection
Text Symbol: 001 = Choose


INCLUDES used within this REPORT SAPMP50A

INCLUDE MP50ATOP.
INCLUDE MP50AO00. "ALLG. MODULE MENUE
INCLUDE MP50AO01. "MASSNAHMEN/HILFSFUNKT.
INCLUDE MP50AO02. "SCHNELLERFASSUNG
INCLUDE MP50AI00. "ALLG. MODULE MENUE
INCLUDE MP50AI01. "MASSNAHMEN/HILFSFUNKT.
INCLUDE MP50AI02. "SCHNELLERFASSUNG
INCLUDE MP50AF00. "NEW_PERNR, CALL_INFTY
INCLUDE MP50AF20. "MENUEAUFBAU
INCLUDE MP50AF40. "DATUMSEINGABE
INCLUDE MP50AF80. "ATAB LESEN




INCLUDE MP50AI03.
INCLUDE FP50MDHD.
INCLUDE RPUMKC00.
INCLUDE MP50AI10. "QNUCE
INCLUDE MP50AE00. "LOAD-OF-PROGRAM
INCLUDE MP50AF01.
INCLUDE MP50AO03.


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