ROIRE_RECON_FILE_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter ROIRE_RECON_FILE_DISPLAY 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: P_DETAGG = D Det/Agg-Indicator
Selection Text: P_MAXHIT = max. number of transactions
Selection Text: P_REPEAT = Repeat selection criteria?
Selection Text: P_VARI = D Layout
Selection Text: P_VKDATF = D Date of sale
Selection Text: S_BRTWR = D Gross amount
Selection Text: S_CCINS = D Paym.card type
Selection Text: S_CHOBJ = D Clearing house
Selection Text: S_CNTCH = D CH Counter
Selection Text: S_PBLNR = D Business location ID
Selection Text: S_RECON = D Reconciliation no
Selection Text: S_SETLNR = D CH settlement no.
Selection Text: S_UPLDAT = D Upload date
Selection Text: S_UPLNR = D CH Upload Number
Selection Text: S_UPLTIM = D Upload time
Selection Text: S_VKDAT = D Date of sale
Selection Text: S_VKTIM = D Time of sale
Selection Text: S_WAERS = D Currency
Title: List payment card transactions
Text Symbol: H19 = not between
Text Symbol: H18 = not equal
Text Symbol: H17 = to
Text Symbol: H16 = not specified
Text Symbol: H15 = all
Text Symbol: H14 = Det/Agg.-Indicator :
Text Symbol: H13 = CH Settlement no. :
Text Symbol: 001 = Sales date
Text Symbol: 002 = Sales time
Text Symbol: 003 = to
Text Symbol: B00 = DTF Selection Criteria
Text Symbol: B01 = Main Selection Criteria
Text Symbol: B02 = PC Transaction criteria
Text Symbol: B03 = Additional selection criteria
Text Symbol: B70 = ALV Listvariant
Text Symbol: B90 = DB selection settings
Text Symbol: H00 = Selected records :
Text Symbol: H01 = Clearing house(s) :
Text Symbol: H02 = PC type(s) :
INCLUDE ROIRE_RECON_DISP_TOP.
INCLUDE ROIRE_RECON_DISP_SELSCRN_MAIN.
INCLUDE ROIRE_RECON_DISP_F01.
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.
ROIRE_RECON_FILE_DISPLAY - List payment card transactions ROIRE_RECON_FILE_DISPLAY - List payment card transactions ROIRE_RECON_DIS_SELSCREEN - Include ROIRE_RECON_DIS_SELSCREEN ROIRE_RECON_DISP_TOP - Include ROIREDTF_TOP ROIRE_RECON_DISP_SELSCRN_MAIN - Include ROIREDTF_MAIN_SELSCREEN ROIRE_RECON_DISP_F01 - Include ROIREDTF_FORMS