SAP Reports / Programs

SAPMPAP3 SAP ABAP dialog Program - Applicant Activities (PB50 and PB60)







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

PB60 - Maintain Applicant Activities
PB50 - Display Applicant Activities


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


Text pool values


Title: Applicant Activities (PB50 and PB60)
Text Symbol: 001 = Activity txt
Text Symbol: 002 = Person responsible
Text Symbol: 003 = Performance date
Text Symbol: 004 = Vacancy
Text Symbol: 005 = Applcnt. correspndnce
Text Symbol: 006 = RT
Text Symbol: 007 = Save document?
Text Symbol: 008 = Close document?
Text Symbol: 009 = SAP Recruitment
Text Symbol: 012 = Applicant no.
Text Symbol: 013 = on
Text Symbol: 014 = To
Text Symbol: 015 = Applic.date
Text Symbol: 016 = Unsol.app.gp
Text Symbol: 017 = Advertisement
Text Symbol: 018 = Perform
Text Symbol: AER = Completed activities-------------------------------------------------------------------------------------
Text Symbol: AEV = Compl'd activity:
Text Symbol: AGE = Planned activities----------------------------------------------------------------------------------------
Text Symbol: AGV = Planned activity:
Text Symbol: C01 = A letter is available for this activity
Text Symbol: C02 = If the name of the standard text is changed
Text Symbol: C03 = this letter will be deleted.
Text Symbol: C11 = A letter is available for this activity
Text Symbol: C12 = If you undo the changes this
Text Symbol: C13 = letter will be deleted.
Text Symbol: C14 = Do you want to undo changes?
Text Symbol: L01 = Do you still want to exit
Text Symbol: L02 = the current screen?
Text Symbol: L05 = Do you still want to change
Text Symbol: L06 = processing mode?
Text Symbol: NON = No entries available
Text Symbol: OBM = Object manager
Text Symbol: SFL = Dear
Text Symbol: SLV = Dear
Text Symbol: SML = Dear
Text Symbol: T01 = change





Text Symbol: T02 = create
Text Symbol: T03 = delete
Text Symbol: T04 = display
Text Symbol: T05 = Change mode
Text Symbol: T06 = completed -> planned
Text Symbol: T07 = planned -> completed
Text Symbol: TTM = Change processing mode
Text Symbol: TTP = Exit current screen
Text Symbol: C04 = Do you still want to change the standard text?


INCLUDES used within this REPORT SAPMPAP3

No INCLUDES are used within this REPORT code!


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