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
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
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: 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:
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.
RPTMC_TP_SYNC_EDU_WE_RCF - Synchronization of Talent Profile with Candidate Profile RPTMC_TP_SYNC_EDU_WE_RCF - Synchronization of Talent Profile with Candidate Profile RPTMC_TP_SYNC_EDU_WE_MSG_LIST - RPTMCTPSYNCEDUWEMSGLIST RPTMC_TP_SYNC_EDU_WE_MAPPING - RPTMCTPSYNCEDUWEMAPPING RPTMC_TP_SYNC_EDU_WE_LOG - RPTMCTPSYNCEDUWELOG RPTMC_TP_SYNC_EDU_WE_FORMS_ALV - RPTMCTPSYNCEDUWEFORMSALV