RFFCRD20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Payment cards: Log file processing Using program
If you would like to execute this report or see the full code listing simply enter RFFCRD20 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CRF4 - Credit Cards: Edit Log
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: R_TRDAT = Transaction date
Selection Text: R_SCODE = Selection Code for Log
Selection Text: R_CCNUM = Card number
Selection Text: R_CCINS = Card type
Title: Payment Cards: Select and Process Log Records Individually
Text Symbol: L08 = Trans. Date
Text Symbol: L09 = Auth. Numb.
Text Symbol: L10 = FCurr.
Text Symbol: L11 = Amount(FCurr)
Text Symbol: L13 = Vendor Name
Text Symbol: L14 = Vendor ;
Text Symbol: L15 = StatmtDate
Text Symbol: L16 = Cat ; Category
Text Symbol: L18 = LCurr.
Text Symbol: L20 = Tax (LCurr.)
Text Symbol: L21 = Tax (FCurr.)
Text Symbol: L22 = Card Doc.
Text Symbol: P10 = M
Text Symbol: P11 = T
Text Symbol: P12 = Message
Text Symbol: PER = Period
Text Symbol: ST1 = Save changes first?
Text Symbol: STT = Cancel
Text Symbol: T01 = Already Paid:
Text Symbol: T02 = Debit Total:
Text Symbol: T03 = Credit Total:
Text Symbol: T04 = To Pay:
Text Symbol: 001 = Totals Overview:
Text Symbol: 008 = P; Period
Text Symbol: 009 = Selected Files
Text Symbol: 010 = Year
Text Symbol: 011 = CTyp; Card Type
Text Symbol: 012 = File
Text Symbol: 013 = Date
Text Symbol: 014 = Time
Text Symbol: 015 = User
Text Symbol: 100 = Record no.
Text Symbol: 110 = Ref.Doc.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FCRF_CHECK_AUTHORITY CALL FUNCTION 'FCRF_CHECK_AUTHORITY' EXPORTING I_ACTIVITY = ACT_DISPLAYAUDITTRAIL I_CCINS = SPACE I_CRDSCODE = SPACE I_MSGTY = 'S'.
RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING P_SUBMIT_INFO = SUBINFO EXCEPTIONS OTHERS = 1.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'SELSCR' * p_program = sy-repid TABLES P_EXCLUDE = T_EXCL EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFCRD20 - Payment Cards: Select and Process Log Records Individually RFFCRD20 - Payment Cards: Select and Process Log Records Individually RFFCRD10 - Payment Cards: Display File, Create Postings, Edit Log RFFCRD10 - Payment Cards: Display File, Create Postings, Edit Log RFFCRD05 - Payment Cards: Delete Saved File RFFCRD05 - Payment Cards: Delete Saved File