RFFCRDEX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RFFCRD00 serves to generate example data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFCRDEX into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CRTD - Payment Card: Create Example File
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: USE_PRES = Get file from local network
Selection Text: LOG_FILE = Logical File Name
Title: Payment cards: Read, Display, Check, Save Example File
Text Symbol: T04 = To Pay:
Text Symbol: T03 = Credit Total:
Text Symbol: T02 = Debit Total:
Text Symbol: T01 = Already Paid:
Text Symbol: LIN = CTyp; Card Type
Text Symbol: L21 = Tax (FCurr.)
Text Symbol: L20 = Tax (LCurr.)
Text Symbol: L18 = LCurr.
Text Symbol: L16 = Cat ; Category
Text Symbol: L15 = StatmtDate
Text Symbol: L14 = Vendor ;
Text Symbol: L13 = Vendor Name
Text Symbol: L11 = Amount(FCurr)
Text Symbol: L10 = FCurr.
Text Symbol: L09 = Auth. Numb.
Text Symbol: L08 = Trans. Date
Text Symbol: L07 = Posting Dte
Text Symbol: L06 = DC; Debits/credits ind.
Text Symbol: L05 = Amount
Text Symbol: L03 = Selection Code
Text Symbol: L02 = Card number
Text Symbol: L01 = L
Text Symbol: D03 = Credit Total:
Text Symbol: D02 = Debit Total:
Text Symbol: D01 = Already Paid:
Text Symbol: 200 = Log:
Text Symbol: 151 = Settlement &
Text Symbol: 150 = Receive Payment from Prior Period
Text Symbol: 112 = Segm. Text
Text Symbol: 111 = Doc. Hdr Text
Text Symbol: 110 = Ref.doc.
Text Symbol: 100 = Rec. Number;
Text Symbol: 001 = Totals Overview:
INCLUDE FCRDINC1.
INCLUDE INCLKONS.
No SAP DATABASE tables are accessed within this REPORT code!
FCRF_CHECK_AUTHORITY CALL FUNCTION 'FCRF_CHECK_AUTHORITY' EXPORTING i_activity = act_displayoriginal "/ display i_ccins = space i_crdscode = space i_msgty = 'S'.
FCRT_READ_TCRIN *call function 'FCRT_READ_TCRIN' * exporting * i_ccins = p_ccins * importing * f_tcrin = g_tcrin.
FCRA_READ_CRNUM CALL FUNCTION 'FCRA_READ_CRNUM' EXPORTING i_ccins = p_ccins i_ccnum = main_crnum-ccnum i_date = '00000000' IMPORTING f_crnum = main_crnum * F_CRACC = * TABLES * T_CRACC = EXCEPTIONS not_found = 1.
FCRA_CHECK_CRNUM CALL FUNCTION 'FCRA_CHECK_CRNUM' EXPORTING i_ccins = p_ccins i_ccnum = c01_crnum-ccnum m_crnum = main_crnum i_transactiondate = '00000000' IMPORTING f_crnum = c01_crnum * F_CRACC = * TABLES * T_CRACC = EXCEPTIONS not_found = 1 incompatible_company_code = 4.
FCRT_READ_TCRIN CALL FUNCTION 'FCRT_READ_TCRIN' EXPORTING i_ccins = p_ccins IMPORTING f_tcrin = g_tcrin EXCEPTIONS not_found = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFCRDEX - Payment cards: Read, Display, Check, Save Example File RFFCRDEX - Payment cards: Read, Display, Check, Save Example File RFFCRDDA - TOP Include RFFCRDDA RFFCRDCR - Payment Card: Convert Master Record: Fill CRACC from CRNUM RFFCRDCR - Payment Card: Convert Master Record: Fill CRACC from CRNUM RFFCRD99 - Payment Card: Save New Selection Codes from File in Table TCRSCODE