RHALEORGMOVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to transfer personnel planning objects to a different original system...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 RHALEORGMOVE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RE_RHALEORGMOVE - HR: Transfer Planning Data
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.
Selection Text: OVR_RELA = Overwrite local relationships
Selection Text: PSIZE = Block size
Selection Text: RCVPRN = New Original System
Selection Text: REPLI = Subsequent distribution
Selection Text: TESTRUN = Test run
Title: HR: Transfer Planning Data
Text Symbol: C03 = Transfer all originals
Text Symbol: ORI = New Original System
Text Symbol: SYS = Selection of new original system
Text Symbol: C02 = Do you want to transfer all originals?
Text Symbol: 001 = Simulation mode
Text Symbol: 003 = Selected originals
Text Symbol: 004 = Messages in new original system for replication
Text Symbol: 005 = Messages in new original system
Text Symbol: 006 = Messages in old original system
Text Symbol: 008 = Information
Text Symbol: 009 = Warning
Text Symbol: 010 = Error
Text Symbol: C01 = No object was specified
INCLUDE RHALEORGMOVETOP.
INCLUDE RHALEORGMOVECL1.
INCLUDE RHALEORGMOVEI01.
INCLUDE RHALEORGMOVEO01.
INCLUDE RHALEORGMOVEF01.
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = ' ' IMPORTING act_plvar = act_plvar.
RH_HRMD_BLOCK_SIZE CALL FUNCTION 'RH_HRMD_BLOCK_SIZE' IMPORTING block_size = bsize.
ALE_SYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_SYNC_BAPI_GET_RECEIVER' EXPORTING object = bdi_object method = bdi_method TABLES receivers = receivers filterobject_values = filterobject_values EXCEPTIONS OTHERS = 0.
RH_CHECK_ORIG_IS_ACTIVE CALL FUNCTION 'RH_CHECK_ORIG_IS_ACTIVE' IMPORTING repli_is_set = repli_flag.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-c01 textline2 = text-c02 titel = text-c03 IMPORTING answer = answer.
RH_CHECK_OBJECT_FOR_OUTBOUND CALL FUNCTION 'RH_CHECK_OBJECT_FOR_OUTBOUND' EXPORTING plvar = hr_objects-plvar otype = hr_objects-otype objid = hr_objects-objid "#EC DOM_EQUAL check_enqueue = space check_original = $cross EXCEPTIONS object_is_enqueued = 1 object_is_not_original = 2 object_is_not_registered = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHALEORGMOVE - HR: Transfer Planning Data RHALEORGMOVE - HR: Transfer Planning Data RHALEINI - HR: ALE Distribution of HR Master Data RHALEINI - HR: ALE Distribution of HR Master Data RHALEHRMDORIGXPERT - HR: Maintain HRMDORIGIN (Expert Mode) RHALEHRMDORIGXPERT - HR: Maintain HRMDORIGIN (Expert Mode)