SAP Reports / Programs | Personnel Management | Personnel Administration | General(PA-PA-XX) SAP PA

RH_SFI_RECRUIT_PROCESS_APPL SAP ABAP Report - Process Job Applications Transferred from SFSF







RH_SFI_RECRUIT_PROCESS_APPL is a standard Executable ABAP Report 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 RH_SFI_RECRUIT_PROCESS_APPL 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

HRSFI_RCT_HIRE - Process Job Applications


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


Text pool values


Title: Process Job Applications Transferred from SFSF
Text Symbol: T10 = Data Overview (PDF)
Text Symbol: T11 = Delete Message
Text Symbol: T12 = Delete Message from List
Text Symbol: T13 = Message Type
Text Symbol: T14 = Number
Text Symbol: T15 = Transfer Date
Text Symbol: T16 = Ad Hoc Report ID
Text Symbol: T17 = Ad Hoc Report
Text Symbol: T18 = Employee Subgroup
Text Symbol: T19 = New Hire
Text Symbol: T20 = Pers. No.
Text Symbol: T21 = Employee Status
Text Symbol: T22 = Appl. Not Transf.
Text Symbol: T23 = Applications Not Transferred
Text Symbol: T24 = Show Open Appl.
Text Symbol: T25 = Show Open Applications
Text Symbol: T26 = Ad Hoc ID
Text Symbol: T27 = Ad Hoc R.
Text Symbol: T28 = Msg. Type
Text Symbol: T29 = Date
Text Symbol: T30 = Select Records From
Text Symbol: T31 = Select
Text Symbol: T32 = New Hire and Potential Duplicate Employees
Text Symbol: T33 = New Hire (No Potential Duplicate Employees Found)
Text Symbol: T34 = EE Status
Text Symbol: T35 = EE Subgrp
Text Symbol: TT1 = Create Note
Text Symbol: TT2 = Change Note
Text Symbol: TT3 = Error Log
Text Symbol: TT4 = Message Log
Text Symbol: TT5 = Correct Data
Text Symbol: TT6 = Check and Change Data
Text Symbol: C01 = Check
Text Symbol: C02 = Check and Change Data
Text Symbol: C03 = Note
Text Symbol: C04 = Edit Note
Text Symbol: C05 = Msg.





Text Symbol: C06 = Show Messages
Text Symbol: C07 = Status
Text Symbol: C08 = Status
Text Symbol: C09 = Country Grouping
Text Symbol: C10 = Ctry Grp.
Text Symbol: C11 = First N.
Text Symbol: C12 = First Name
Text Symbol: C13 = Last N.
Text Symbol: C14 = Last Name
Text Symbol: C15 = Birth Date
Text Symbol: C16 = Date of Birth
Text Symbol: HE1 = List of Transferred Job Applications
Text Symbol: HE2 =
Text Symbol: PT1 = Delete Job Application
Text Symbol: PT2 = Do you really want to delete the job application?
Text Symbol: PT3 = Set Application to Completed
Text Symbol: PT4 = Do you really want to set the job application to manually completed?
Text Symbol: PTN = Cancel
Text Symbol: PTY = Yes
Text Symbol: T01 = Start Action
Text Symbol: T02 = Start Personnel Action
Text Symbol: T03 = Completed
Text Symbol: T04 = Set to Completed
Text Symbol: T05 = General Messages
Text Symbol: T06 = Display General Messages
Text Symbol: T07 = Show Completed
Text Symbol: T08 = Show Completed Applications
Text Symbol: T09 = Refresh List


INCLUDES used within this REPORT RH_SFI_RECRUIT_PROCESS_APPL

INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L01. "LOCAL CLASS DEFINITIONS
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L02. "MAIN UI HANDLING CLASS IMPLEMENTATION
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L03. "EVENT HANDLER IMPLEMENTATION
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L04. "MESSAGES SUBSCREEN CLASS IMPLEMENTATION
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L05. "GENERAL MESSAGES/ REJ. APPL. IMPLEMENTATION
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L06. "CHECK AND CHANGE POPUP IMPLEMENTATION
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_L08. "NOTE POPUP AND SUBSCREEN
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_O01. "OUTPUT MODULES
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_I01. "INPUT MODULES
INCLUDE RH_SFI_RECRUIT_PROCESS_APP_TST.


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