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

RPAPL008 SAP ABAP Report - Evaluate Recruitment Instruments







RPAPL008 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can display a list of all recruitment instruments using this report...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 RPAPL008 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

PBAA - Evaluate recruitment instrument


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 RPAPL008. "Basic submit
SUBMIT RPAPL008 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAPL008 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: MEDIA = Medium
Selection Text: P_CURRY = Output currency
Selection Text: P_DATE = Translation date
Selection Text: RCINS = Recruitment instrument
Title: Evaluate Recruitment Instruments
Text Symbol: 001 = |Instrument |Number of |Number of |Total |Cost per |
Text Symbol: 002 = | |adverts |applications|cost |application |
Text Symbol: 003 = Key date for currency translation in
Text Symbol: COS = Job advertisement costs
Text Symbol: SSE = Selection


INCLUDES used within this REPORT RPAPL008

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:

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_date foreign_amount = t750b-pcost foreign_currency = t750b-curry local_currency = p_curry IMPORTING local_amount = l_cost EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "XDPK128060 EXPORTING ACTION = ACTION "XDPK128060 VIEW_NAME = VIEW "XDPK128060 TABLES DBA_SELLIST = SELLIST "XDPK128060 EXCL_CUA_FUNCT = EXCLFUN. "XDPK128060

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "XDPK128060 EXPORTING ACTION = ACTION "XDPK128060 VIEW_NAME = VIEW "XDPK128060 TABLES DBA_SELLIST = SELLIST "XDPK128060 EXCL_CUA_FUNCT = EXCLFUN. "XDPK128060



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