SAP Reports / Programs | Cross-Application Components | Cross-Application Objects in HR(CA-HR) SAP CA

HRALXSYNC SAP ABAP Report - Object Synchronization and Repair







HRALXSYNC 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 run a consistency check for the integration of HR Master Data and Business Partner data...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 HRALXSYNC 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

BBP_BP_OM_INTEGRATE - Integration BP Orgmanagement


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


Text pool values


Title: Object Synchronization and Repair
Text Symbol: 036 = Partner Number
Text Symbol: 037 = Address
Text Symbol: 038 = Bank Data
Text Symbol: 039 = Business Partner (Organizational Unit Role)
Text Symbol: 040 = Employee
Text Symbol: 041 = Positions
Text Symbol: 042 = Business Partner (Employee Role)
Text Symbol: 043 = User
Text Symbol: 044 = Employees Only
Text Symbol: 045 = Positions Only
Text Symbol: 046 = Business Partners Only (Employee Role)
Text Symbol: 047 = Users Only
Text Symbol: 048 = Business Partners Only (Organizational Unit Role)
Text Symbol: 049 = Run Attribute Check
Text Symbol: 050 = Status
Text Symbol: 051 = Other Checks
Text Symbol: AVA = No Update Required
Text Symbol: COB = Object and Check Restriction
Text Symbol: EXC = External Checks
Text Symbol: FOB = Object Selection
Text Symbol: NAV = Do(es) Not Exist
Text Symbol: UPD = Update Required
Text Symbol: 035 = Basic Data
Text Symbol: 001 = Branch from Organizational Unit
Text Symbol: 002 = Organizational Units Only
Text Symbol: 003 = Central Persons Only
Text Symbol: 004 = Include All Object Types
Text Symbol: 005 = Organizational Unit(s)
Text Symbol: 006 = Central Persons
Text Symbol: 007 = Changes Since
Text Symbol: 010 = All Objects
Text Symbol: 011 = Organizational Units
Text Symbol: 012 = Without Partner
Text Symbol: 014 = Partner Not Up-To-Date
Text Symbol: 015 = Without Address
Text Symbol: 016 = Address Not Up-To-Date
Text Symbol: 017 = Data Is Up-To-Date





Text Symbol: 018 = Start Repair
Text Symbol: 020 = Object Overview
Text Symbol: 021 = Bank details not available
Text Symbol: 022 = Bank details not up-to-date
Text Symbol: 030 = Type
Text Symbol: 031 = Number
Text Symbol: 032 = Abbreviation
Text Symbol: 033 = Start of Relationshp
Text Symbol: 034 = End of Relationship


INCLUDES used within this REPORT HRALXSYNC

INCLUDE HRALXSYNCTOP.
INCLUDE HRALXSYNCO01.
INCLUDE HRALXSYNCO02.
INCLUDE HRALXSYNCO33.
INCLUDE HRALXSYNCI01.
INCLUDE HRALXSYNCF01.
INCLUDE HRALXSYNCF02.
INCLUDE HRALXSYNCF03.
INCLUDE HRALXSYNCF04.
INCLUDE HRALXSYNCF05.
INCLUDE HRALXSYNCF06.
INCLUDE HRALXSYNCF07.
INCLUDE HRALXSYNCF08.
INCLUDE HRALXSYNCF09.
INCLUDE HRALXSYNCF10.
INCLUDE HRALXSYNCF11.
INCLUDE HRALXSYNCF12.
INCLUDE HRALXSYNCF13.
INCLUDE HRALXSYNCF14.
INCLUDE HRALXSYNCF15.
INCLUDE HRALXSYNCF16.
INCLUDE HRALXSYNCF17.
INCLUDE HRALXSYNCF18.
INCLUDE HRALXSYNCF19.
INCLUDE HRALXSYNCF20.
INCLUDE HRALXSYNCF21.
INCLUDE HRALXSYNCF22.
INCLUDE HRALXSYNCF23.
INCLUDE HRALXSYNCF24.
INCLUDE HRALXSYNCF25.





INCLUDE HRALXSYNCF26.
INCLUDE HRALXSYNCF27.
INCLUDE HRALXSYNCF28.
INCLUDE HRALXSYNCF29.
INCLUDE HRALXSYNCF30.
INCLUDE HRALXSYNCF31.
INCLUDE HRALXSYNCF32.
INCLUDE HRALXSYNCF34.
INCLUDE HRALXSYNCF35.
INCLUDE HRALXSYNCF36.
INCLUDE HRALXSYNCF37.
INCLUDE HRALXSYNCF38.
INCLUDE HRALXSYNCF39.
INCLUDE HRALXSYNCF40.
INCLUDE HRALXSYNCF41.
INCLUDE HRALXSYNCF42.
INCLUDE HRALXSYNCF43.
INCLUDE HRALXSYNCF44.
INCLUDE HRALXSYNCF45.
INCLUDE HRALXSYNCF46.
INCLUDE HRALXSYNCF47.
INCLUDE HRALXSYNCF48.
INCLUDE HRALXSYNCF49.
INCLUDE HRALXSYNCF50.
INCLUDE HRALXSYNCF51.
INCLUDE HRALXSYNCF52.
INCLUDE HRALXSYNCF53.
INCLUDE HRALXSYNCF54.
INCLUDE HRALXSYNCF55.
INCLUDE HRALXSYNCF56.
INCLUDE HRALXSYNCF57.
INCLUDE HRALXSYNCF58.
INCLUDE HRALXSYNCF59.
INCLUDE HRALXSYNCF60.
INCLUDE HRALXSYNCF61.
INCLUDE HRALXSYNCF62.
INCLUDE HRALXSYNCF63.
INCLUDE HRALXSYNCF64.
INCLUDE HRALXSYNCF65.



INCLUDE HRALXSYNCF66.
INCLUDE HRALXSYNCF67.
INCLUDE HRALXSYNCF68.
INCLUDE HRALXSYNCF69.
INCLUDE HRALXSYNCF70.
INCLUDE HRALXSYNCF71.
INCLUDE HRALXSYNCF72.
INCLUDE HRALXSYNCF73.
INCLUDE HRALXSYNCF74.
INCLUDE HRALXSYNCF75.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = lt_restrict.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = gc_set_x IMPORTING act_plvar = gv_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.



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