SAP Reports / Programs

RHALEORIGLIST_APPLICANT SAP ABAP Report - HR: List Original Systems for Applicants







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

RE_RHALEORIGLIST_APP - HR: Original System List for Appl.


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 RHALEORIGLIST_APPLICANT. "Basic submit
SUBMIT RHALEORIGLIST_APPLICANT AND RETURN. "Return to original report after report execution complete
SUBMIT RHALEORIGLIST_APPLICANT 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: NOT_REG = only incorrect
Selection Text: SEL = Original system
Title: HR: List Original Systems for Applicants
Text Symbol: ORI = Original system
Text Symbol: SPA = Selection screen for employees
Text Symbol: SPD = Selection screen for planning data


INCLUDES used within this REPORT RHALEORIGLIST_APPLICANT

INCLUDE RHALEDAT.


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:

RH_CHECK_ORIG_IS_ACTIVE CALL FUNCTION 'RH_CHECK_ORIG_IS_ACTIVE' IMPORTING reppa_is_set = reppa_is_set repli_is_set = pd_selection.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = ' ' IMPORTING act_plvar = act_plvar.

RH_CHECK_ORIG_IS_ACTIVE CALL FUNCTION 'RH_CHECK_ORIG_IS_ACTIVE' IMPORTING reppa_is_set = reppa_is_set repli_is_set = pd_selection.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = excl_tab.

RH_LIST_ORIGINAL_SYSTEMS CALL FUNCTION 'RH_LIST_ORIGINAL_SYSTEMS' EXPORTING begda = papbegda endda = papendda not_reg = not_reg pd_pa_pb = 'B' CHANGING objects = alvtab sel_origsystem = sel[].



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