SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHALEHRMDORIGINIT SAP ABAP Report - HR: Initialization of Original Systems for Planning Data







RHALEHRMDORIGINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Initialization of Table HRMDORIGIN This report initializes table HRMDORIGIN, which is used to store the original systems of objects in distributed Organizational Management, and in the 'Distributed HR Master Data' scenario...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 RHALEHRMDORIGINIT 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_RHALEHRMDORIGINIT - HR: Initialize Orig.Sys. - Plan.Data


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 RHALEHRMDORIGINIT. "Basic submit
SUBMIT RHALEHRMDORIGINIT AND RETURN. "Return to original report after report execution complete
SUBMIT RHALEHRMDORIGINIT 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 Planning Data
Text Symbol: SPB = Selection screen for applicants
Text Symbol: SPA = Selection screen for employees
Text Symbol: PAR = Change pointers
Text Symbol: PA4 = No selection list - unregistered objects are registered immediately
Text Symbol: PA3 = Registration via selection list w/o specification of objects already registered
Text Symbol: PA2 = Registration via selection list w/ specification of objects already registered
Text Symbol: PA1 = Test run / display options


INCLUDES used within this REPORT RHALEHRMDORIGINIT

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 orig_is_active = orig_is_active reppa_is_set = other_selections.

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

RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' EXCEPTIONS OTHERS = 1.

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

RH_OTYPE_HAS_ORIGINAL CALL FUNCTION 'RH_OTYPE_HAS_ORIGINAL' EXPORTING otype = pchotype EXCEPTIONS otype_not_relevant = 1 OTHERS = 2.

RH_OTYPE_HAS_ORIGINAL CALL FUNCTION 'RH_OTYPE_HAS_ORIGINAL' EXPORTING otype = objec-otype EXCEPTIONS otype_not_relevant = 1 OTHERS = 2.

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

RH_INIT_ORIGINALS_ALV_INTERACT CALL FUNCTION 'RH_INIT_ORIGINALS_ALV_INTERACT' EXPORTING list = mode 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 RHALEHRMDORIGINIT or its description.