SAP Reports / Programs

RPTMC_TP_SYNC_EDU_WE_RCF SAP ABAP Report - Synchronization of Talent Profile with Candidate Profile







RPTMC_TP_SYNC_EDU_WE_RCF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to transfer data stored in E-Recruiting in the categories Work Experience and Education of the candidate profile to the corresponding categories of the talent profile in Talent Management in Human Resources (HR)...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 RPTMC_TP_SYNC_EDU_WE_RCF into the relevant SAP transactions such as SE38 or SE80


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 RPTMC_TP_SYNC_EDU_WE_RCF. "Basic submit
SUBMIT RPTMC_TP_SYNC_EDU_WE_RCF AND RETURN. "Return to original report after report execution complete
SUBMIT RPTMC_TP_SYNC_EDU_WE_RCF 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: PA_DEST = D .
Selection Text: SO_TG = Talent Group
Selection Text: PA_WEXP = Work Experience
Selection Text: PA_TEST = Test Run
Selection Text: PA_PART = Block Size for COMMIT
Selection Text: PA_LOGDT = Detailed Log
Selection Text: PA_LANG = Language for Customizing Check
Selection Text: PA_EDU = Education
Selection Text: PA_DATE = Assignment Exists On
Title: Synchronization of Talent Profile with Candidate Profile
Text Symbol: S04 = Education
Text Symbol: S03 = Work Experience
Text Symbol: S02 = Profile Category
Text Symbol: S01 = Options for Data Synchronization
Text Symbol: F12 = Attachments
Text Symbol: F11 = Language
Text Symbol: F10 = Comment
Text Symbol: F09 = Value in Candidate Profile
Text Symbol: F08 = Value in Talent Profile
Text Symbol: F06 = Field in Candidate Profile
Text Symbol: F05 = Field in Talent Profile
Text Symbol: F04 = Period in Candidate Profile
Text Symbol: S06 = Status of Assignment
Text Symbol: S07 = Nominated or Approved
Text Symbol: S08 = Approved Only
Text Symbol: S09 = Restriction to Talent Groups
Text Symbol: S10 = Profile Properties
Text Symbol: S11 = Only Persons with Data in Candidate Profile
Text Symbol: S12 = Only Persons Without Data in Talent Profile
Text Symbol: S13 = Only Persons with Released Candidate Profile
Text Symbol: S14 = Mode
Text Symbol: S15 = Assignment Valid on or After
Text Symbol: S16 = Restrict to Talent Group Assignment
Text Symbol: S17 = Language for Customizing Check
Text Symbol: T16 = Sortable Name
Text Symbol: F03 = Period in Talent Profile
Text Symbol: 003 = RFC Connection:
Text Symbol: A01 = Profile Category:





Text Symbol: A02 = Education
Text Symbol: A04 = Work Experience
Text Symbol: A06 = Test Run
Text Symbol: A09 = Released
Text Symbol: A10 = Candidate Profile Is Released
Text Symbol: A11 = No Profile Matchup Performed Yet
Text Symbol: A12 = Inconsistency: Candidate Does Not Exist
Text Symbol: A13 = Profiles Are Different
Text Symbol: A14 = Profiles Are Same
Text Symbol: A15 = Name
Text Symbol: A16 = Attchmts
Text Symbol: A17 = Attachments Exist in Talent Profile
Text Symbol: A18 = Personnel Number
Text Symbol: A19 = ID: Central Person
Text Symbol: A20 = ID: Candidate
Text Symbol: A21 = ID: Central Person Candidate
Text Symbol: A23 = CandProf.
Text Symbol: A24 = Data Exists in Candidate Profile
Text Symbol: A25 = TalntProf.
Text Symbol: A26 = Data Exists in Talent Profile
Text Symbol: A27 = Status
Text Symbol: A28 = Simulate Import
Text Symbol: A29 = Import
Text Symbol: A31 = Persons Total:
Text Symbol: A33 = Profiles:
Text Symbol: A34 = Imported Profiles:
Text Symbol: A35 = Profiles Are Different (Personnel Number &1)
Text Symbol: A36 = Profiles Are Same (Personnel Number &1)
Text Symbol: A37 = Profiles Are Empty (Personnel Number &1)
Text Symbol: A38 = Status (Technical)
Text Symbol: A39 = Same: &1; Different: &2; Unknown: &3
Text Symbol: A40 = Of Which &1 Without Candidate
Text Symbol: A41 = Log


INCLUDES used within this REPORT RPTMC_TP_SYNC_EDU_WE_RCF

INCLUDE RPTMC_TP_SYNC_EDU_WE_DATA.
INCLUDE RPTMC_TP_SYNC_EDU_WE_MSG_LIST.
INCLUDE RPTMC_TP_SYNC_EDU_WE_SELSCREEN.
INCLUDE RPTMC_TP_SYNC_EDU_WE_FORMS.
INCLUDE RPTMC_TP_SYNC_EDU_WE_FORMS_ALV.
INCLUDE RPTMC_TP_SYNC_EDU_WE_MAPPING.





INCLUDE RPTMC_TP_SYNC_EDU_WE_LOG.


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:

No SAP FUNCTION MODULES are executed within this report code!



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