SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIRE_RECON_DISPLAY SAP ABAP Report - Display Payment Card Reconciliation







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3RECON3 - Display Paymt Card Reconciliation


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 ROIRE_RECON_DISPLAY. "Basic submit
SUBMIT ROIRE_RECON_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRE_RECON_DISPLAY 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: 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


INCLUDES used within this REPORT ROIRE_RECON_DISPLAY

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.




INCLUDE ROIRE_CH_ALL_COMMONFORMS.


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