ROIREDTF 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 ROIREDTF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3REDTF00 - Execute the DTF report
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_BUKRS = D Company Code
Selection Text: P_CHFIB = D Document Number
Selection Text: P_CHINV = D Sales document
Selection Text: P_CHOBJ = D Clearing house
Selection Text: P_CHYEAR = D Fiscal Year
Selection Text: P_COMPR = D Complaint result
Selection Text: P_DEFIB = D Document Number
Selection Text: P_DEYEAR = D Fiscal Year
Selection Text: P_DUMMI = with unassigned transactions.
Selection Text: P_DUMMO = only unassigned transactions
Selection Text: P_DUONLY = w/o unassigned
Selection Text: P_MAXHIT = max. number of transactions
Selection Text: P_OKVAL =
Selection Text: P_RECDAT = D Reconciliation date
Selection Text: P_RECON = D Reconciliation no
Selection Text: P_REPEAT = Repeat selection criteria?
Selection Text: P_SETLDT = D Transm. date to CH
Selection Text: P_SETLNR = D CH settlement no.
Selection Text: P_TRNSNR = D Transmission No.
Selection Text: P_VALST = D Validation routine
Selection Text: P_VARI = D Layout
Selection Text: S_CCINS = D Paym.card type
Selection Text: S_CCNUM = D PC number
Selection Text: S_CCTYP = D SSR PC category
Selection Text: S_DEINV = D Billing Document
Selection Text: S_MATNR = D Material
Selection Text: S_PBLNR = D Business location ID
Selection Text: S_SRCID = D Data source ind.
Selection Text: S_TERMNR = D Receipt number
Selection Text: S_VKDAT = D Date of sale
Title: List payment card transactions
Text Symbol: H16 = PC number(s) :
Text Symbol: H17 = PC category(s) :
Text Symbol: H18 = Receipt number(s) :
Text Symbol: H19 = Material number(s) :
Text Symbol: H20 = Clearing house :
Text Symbol: H21 = Settlement number :
Text Symbol: H22 = Transmission number:
INCLUDE ROIREDTF_TOP.
INCLUDE ROIREDTF_MAIN_SELSCREEN.
INCLUDE ROIREDTF_SELSCREEN.
INCLUDE ROIREDTF_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
AS_DATASOURCE_INIT CALL FUNCTION 'AS_DATASOURCE_INIT' EXPORTING i_report = sy-repid i_reporttype = space IMPORTING e_use_database = p_readdb e_use_archive = p_readar e_use_infosys = p_readas et_arch_sel = s_files[].
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 ROIREDTF or its description.
ROIREDTF - List payment card transactions ROIREDTF - List payment card transactions ROIRDC01 - Sapscript output for SSR Group output (daily claim) ROIRDC01 - Sapscript output for SSR Group output (daily claim) ROIRC_STOCKS_REVIEW_S01 - Include ROIRC_STOCKS_REVIEW_S01 ROIRC_STOCKS_REVIEW_F01 - Include ROIRC_STOCKS_REVIEW_F01