ROIRE_RECON_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIRE_RECON_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3RECON3 - Display Paymt Card Reconciliation
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: SR_WAERS = D Currency
Selection Text: SR_UPLNR = D CH Upload Number
Selection Text: SR_UPLDT = D Upload date
Selection Text: SR_RECNO = D Reconciliation no
Selection Text: SR_PBLNR = D Business location ID
Selection Text: SR_ERNAM = D Created by
Selection Text: SR_DATUM = D Created on
Selection Text: SR_CHOBJ = D Clearing house
Selection Text: SR_CCINS = D Paym.card type
Selection Text: SR_BUKRS = D Company code
Title: Display Payment Card Reconciliation
Text Symbol: O2F = Card types
Text Symbol: 08B = to
Text Symbol: 08A = all
Text Symbol: 02P = Sales times
Text Symbol: 02O = Double click on a document number to view the document
Text Symbol: 02L = Sales dates
Text Symbol: 02K = SS locations
Text Symbol: 02J = Currencies
Text Symbol: 02I = CH upload dates
Text Symbol: 02H = CH upload numbers
Text Symbol: 02G = Company codes
Text Symbol: 02E = Clearing houses
Text Symbol: 02D = Recon. dates
Text Symbol: 02C = Recon. numbers
Text Symbol: 02B = Payment Card Reconciliation Summary Report
Text Symbol: 01G = Sales time
Text Symbol: 01E = Sales date
Text Symbol: 01C = Additional Selection
Text Symbol: 01B = Standard Selection
Text Symbol: 01A = Selection Criteria
INCLUDE ROIRE_RECON_TOP.
INCLUDE ROIRE_RECON_DIS_SELSCREEN.
INCLUDE ROIRE_CH_REPORT_INITIALIZE.
INCLUDE ROIRE_RECON_DISPLAY_CHECKS.
INCLUDE ROIRE_RECON_DISPLAY_MAIN.
INCLUDE ROIRE_RECON_DISPLAY_FORMS.
INCLUDE ROIRE_RECON_COMMONFORMS.
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.