SAP Reports / Programs

RFICO_CORR_OVERL_VALID_DATES SAP ABAP Report - FICO: Correction of Multiple Records or Overlaps







RFICO_CORR_OVERL_VALID_DATES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report checks all standard and individual conditions to see if the following situations exist for the same condition, and corrects this: Validity periods with the same Valid From date and/or Overlapping validity periods ...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 RFICO_CORR_OVERL_VALID_DATES 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 RFICO_CORR_OVERL_VALID_DATES. "Basic submit
SUBMIT RFICO_CORR_OVERL_VALID_DATES AND RETURN. "Return to original report after report execution complete
SUBMIT RFICO_CORR_OVERL_VALID_DATES 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_TEST = Test Mode
Selection Text: CON_LOW = Condition List to
Selection Text: CON_HIGH = Condition List From
Title: FICO: Correction of Multiple Records or Overlaps
Text Symbol: 018 = Component ID
Text Symbol: 017 = Status
Text Symbol: 016 = End Date
Text Symbol: 015 = Valid From
Text Symbol: 014 = Condition ID
Text Symbol: 013 = Condition List ID
Text Symbol: 012 = Problem With Calculation of Valid-to Date
Text Symbol: 011 = Entries were changed in &1
Text Symbol: 010 = Update Error
Text Symbol: 009 = Records With Identical Valid-From Date
Text Symbol: 008 = Contract ID
Text Symbol: 007 = Incorrect Records
Text Symbol: 006 = No &1 exists
Text Symbol: 005 = Overlaps
Text Symbol: 004 = Table
Text Symbol: 003 = Condition Lists From - To:
Text Symbol: 002 = T E S T R U N
Text Symbol: 001 = No condition list specified


INCLUDES used within this REPORT RFICO_CORR_OVERL_VALID_DATES

No INCLUDES are used within this REPORT code!


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