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

RPAPL011 SAP ABAP Report - Applicants' Education and Training







RPAPL011 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to generate a list of data on your applicants' education and training...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPAPL011 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 RPAPL011. "Basic submit
SUBMIT RPAPL011 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAPL011 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ABSCHL = Certificate
Selection Text: AUSBI = Education
Selection Text: FACCD = Faculty
Selection Text: FACHR = Branch of study
Selection Text: PAPAPGRP = Applicant group
Selection Text: PAPAPSTA = Status (overall)
Selection Text: PAPAPTYP = Applicant range
Selection Text: PAPBEGDA = ?...(PAPBEGDA)
Selection Text: PAPBTRTL = Personnel subarea
Selection Text: PAPOFFID = Advertisement
Selection Text: PAPPERNR = Applicant number
Selection Text: PAPREFEM = Reference
Selection Text: PAPRESRF = Personnel officer
Selection Text: PAPSPAPL = Unsol.application group
Selection Text: PAPSTREA = Status reason (overall)
Selection Text: PAPWERKS = Personnel area
Selection Text: SCHCD = Institute
Selection Text: SCHULE = School type
Selection Text: PAPBEGPS = ?...(PAPBEGPS)
Selection Text: PAPENDDA = ?...(PAPENDDA)
Selection Text: PAPENDPS = ?...(PAPENDPS)
Title: Applicants' Education and Training
Text Symbol: TTL = Applicants' Education and Training
Text Symbol: SZT = Period
Text Symbol: SWA = Additional data
Text Symbol: STT = Key date:
Text Symbol: SSE = Selection
Text Symbol: 001 = School type
Text Symbol: 002 = Branch 1/2 / course title
Text Symbol: 003 = Certificate
Text Symbol: 004 = Number
Text Symbol: 005 = Error in parameter
Text Symbol: 006 = Training status for
Text Symbol: 007 = applicants
Text Symbol: ANZ = Number
Text Symbol: B01 = List
Text Symbol: B02 = Statistics I
Text Symbol: B03 = Statistics II





Text Symbol: BIS = to
Text Symbol: DDA = Data selection period
Text Symbol: DLM = to
Text Symbol: FDA = Receipt of application
Text Symbol: GEA = all
Text Symbol: GEM = male
Text Symbol: GES = Gender
Text Symbol: GEW = female
Text Symbol: REA = all
Text Symbol: REF = Reference
Text Symbol: REM = with reference
Text Symbol: REO = without ref.
Text Symbol: SAL = all
Text Symbol: SJA = Yes
Text Symbol: SNE = No


INCLUDES used within this REPORT RPAPL011

INCLUDE RPAPDT04. "WBI
INCLUDE RPAPDTJ1. "WJJK011393


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:

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = TEXT-TTL "Ausbildung der Mitarb.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = TEXT-TTL "Ausbildung der Mitarb.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = TEXT-TTL "Ausbildung der Mitarb.



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