SAP Reports / Programs | Personnel Management | Organizational Structure(PA-OS) SAP PA

RHALEORIGINIT_EMPLOYEE SAP ABAP Report - HR: Initialization of Original Systems for Employees







RHALEORIGINIT_EMPLOYEE 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 RHALEORIGINIT_EMPLOYEE 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_RHALEORIGINIT_EMP - HR: Initialize EE Original System


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 RHALEORIGINIT_EMPLOYEE. "Basic submit
SUBMIT RHALEORIGINIT_EMPLOYEE AND RETURN. "Return to original report after report execution complete
SUBMIT RHALEORIGINIT_EMPLOYEE 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: CHNGPTR = Write change pointers
Title: HR: Initialization of Original Systems for Employees
Text Symbol: PA1 = Test run / display options
Text Symbol: PA2 = Registration via selection list w/ specification of objects already registered
Text Symbol: PA3 = Registration via selection list w/o specification of objects already registered
Text Symbol: PA4 = No selection list - unregistered objects are registered immediately
Text Symbol: PAR = Change pointers
Text Symbol: SPB = Selection screen for applicants
Text Symbol: SPD = Selection screen for planning data


INCLUDES used within this REPORT RHALEORIGINIT_EMPLOYEE

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.

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

RH_INIT_ORIGINALS_INTERACTIVE * CALL FUNCTION 'RH_INIT_ORIGINALS_INTERACTIVE' * EXPORTING * list = mode * pd_pa_pb = 'A' * write_changepointers = chngptr * CHANGING * objects = alvtab.

RH_INIT_ORIGINALS_ALV_INTERACT CALL FUNCTION 'RH_INIT_ORIGINALS_ALV_INTERACT' EXPORTING list = mode pd_pa_pb = 'A' write_changepointers = chngptr CHANGING OBJECTS = alvtab.



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