SAP Reports / Programs

RCF_CORRECT_DUP SAP ABAP Report - SAP E-Recruiting: Remove Inconsistent Data in KPRO







RCF_CORRECT_DUP 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 group together in one directory the documents of an object that were stored in multiple directories and to then delete the duplicate directory...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 RCF_CORRECT_DUP 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 RCF_CORRECT_DUP. "Basic submit
SUBMIT RCF_CORRECT_DUP AND RETURN. "Return to original report after report execution complete
SUBMIT RCF_CORRECT_DUP 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: P_HROBJ = D .
Selection Text: P_OTYPE = D .
Title: SAP E-Recruiting: Remove Inconsistent Data in KPRO
Text Symbol: REQ = Requisition
Text Symbol: R2A = Checking of Duplicates for Object IDs
Text Symbol: R1B = Removal of Duplicate Directory
Text Symbol: R1A = Checking of General Directory of Object Type
Text Symbol: POS = Job Posting
Text Symbol: PLV = Plan Version
Text Symbol: OTY = Obj. Type
Text Symbol: OID = Object ID
Text Symbol: OBJ = Select.
Text Symbol: MS3 = Some Inconsistencies Could Not Be Removed Without Errors. Check Error Log.
Text Symbol: MS2 = Inconsistencies Were Removed W/out Errors
Text Symbol: MS1 = Select At Least One Entry
Text Symbol: MOD = Processing Mode
Text Symbol: LOK = HR Object &1 Is Locked by User &2
Text Symbol: ESE = Extended Selection
Text Symbol: ERR = Error Log
Text Symbol: CAN = Candidate
Text Symbol: BON = Processing in Background
Text Symbol: BOF = Immediately
Text Symbol: BGT = Following Objects Were Compared Successfully:
Text Symbol: ASS = Assignment
Text Symbol: ALV = Inconsistencies in Folder of Following Objects
Text Symbol: 100 = Error Message
Text Symbol: 090 = Error Type
Text Symbol: 080 = Check the program documentation before you execute the "Remove Inconsistencies" function in the following view
Text Symbol: 070 = Error When Adding Documents to Object
Text Symbol: 060 = No Error Log Exists
Text Symbol: 050 = Error When Adding Change Pointer
Text Symbol: 040 = Reading of Document in Folder of Object Not Possible
Text Symbol: 030 = Error When Deleting Document for Object
Text Symbol: 020 = Folder for Object Cannot Be Locked
Text Symbol: 010 = Error When Reading Document for Object
Text Symbol: 003 = Check the documentation before you execute the "Remove Inconsistencies" function on the following page
Text Symbol: 002 = Inconsistencies Were Removed Successfully
Text Symbol: 001 = Select At Least One Line





INCLUDES used within this REPORT RCF_CORRECT_DUP

INCLUDE RCF_INITIALIZE_KPROT01.
INCLUDE RCF_INITIALIZE_KPROF01.
INCLUDE RCF_CORRECT_DUP_F02.
INCLUDE RCF_CORRECT_DUP_F03.


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