SAP Reports / Programs

RPAPL005 SAP ABAP Report - Applicant Statistics







RPAPL005 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to display statistics for all applicants...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 RPAPL005 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 RPAPL005. "Basic submit
SUBMIT RPAPL005 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAPL005 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: APRIO = Priority
Selection Text: APSTV = Status (vacancy)
Selection Text: FACCD = Faculty
Selection Text: OBJID = Vacancy
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/location
Selection Text: SLART = School type
Selection Text: STREV = Status reason (vacancy)
Selection Text: PAPBEGPS = ?...(PAPBEGPS)
Selection Text: PAPENDDA = ?...(PAPENDDA)
Selection Text: PAPENDPS = ?...(PAPENDPS)
Title: Applicant Statistics
Text Symbol: ZRM = Evaluation period
Text Symbol: SZT = Period
Text Symbol: SWA = Further data
Text Symbol: STT = Key date
Text Symbol: SSE = Selection
Text Symbol: REO = without ref.
Text Symbol: REM = with reference
Text Symbol: REJ = Rejected
Text Symbol: REF = Reference
Text Symbol: REA = all
Text Symbol: OFR = Offer rejected
Text Symbol: OFF = Contract offered
Text Symbol: 000 = Reconciliation totals
Text Symbol: 001 = Evaluation
Text Symbol: 002 = includes





Text Symbol: 003 = Applicants selected
Text Symbol: 004 = Applicants skipped
Text Symbol: 005 = The system has selected
Text Symbol: 006 = applicants assigned to the
Text Symbol: 007 = vacancy.
Text Symbol: 008 = These are divided as follows:
Text Symbol: 009 = Activity statistics for applicant status:
Text Symbol: 010 = for vacancy
Text Symbol: 011 = All
Text Symbol: 2HD = App.no. Name Status
Text Symbol: 301 = |of which |at least one |at least one |no |total |
Text Symbol: 302 = |per activity type: |completed activity|planned activity |corr.activity| |
Text Symbol: 303 = | | total for | total for | | |
Text Symbol: 304 = | | vacancy | vacancy | | |
Text Symbol: 305 = Vacancy
Text Symbol: 306 = | | | | | |
Text Symbol: 30A = Applications from
Text Symbol: 30B = applicants selected.
Text Symbol: 3HD = Activity Planned Completed None
Text Symbol: APP = Total
Text Symbol: BIS = to
Text Symbol: DDA = Data selection period (fr./to)
Text Symbol: DEF = On hold
Text Symbol: EDU = Details of education
Text Symbol: FDA = Receipt of applic. (fr./to)
Text Symbol: H01 = Applicant status (overall)
Text Symbol: H02 = Number
Text Symbol: H03 = Applicant status (vacancy)
Text Symbol: HIR = Hired
Text Symbol: IDE = To be interviewed
Text Symbol: INP = In process


INCLUDES used within this REPORT RPAPL005

INCLUDE RPAPDT04. "WBI
INCLUDE RPAPRC01.
INCLUDE MPPSEL00.
INCLUDE RPAPDTJ0. "WJJK052969
INCLUDE RPAPRF10.
INCLUDE RPAPLS05. "XDPK008310


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:






RP_SELECT_ACTIVITY_POPUP CALL FUNCTION 'RP_SELECT_ACTIVITY_POPUP' TABLES ACTIV_TAB = ACTIV_TAB EXCEPTIONS "VAPK094831 QUIT = 1. "VAPK094831



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