RCL_FINANCE_DATA SAP (Correspondence Fields for Financial Data) Structure details

Dictionary Type: Structure
Description: Correspondence Fields for Financial Data




ABAP Code to SELECT data from RCL_FINANCE_DATA
Related tables to RCL_FINANCE_DATA
Access table RCL_FINANCE_DATA




Structure field list including key, data, relationships and ABAP select examples

RCL_FINANCE_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Correspondence Fields for Financial Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCL_FINANCE_DATA TYPE RCL_FINANCE_DATA.

The RCL_FINANCE_DATA table consists of various fields, each holding specific information or linking keys about Correspondence Fields for Financial Data data available in SAP. These include BAZHPF (Disbursement Obligation), BAUSBEAKT (Value-dated capital), BRESTKAPS (Remaining capital on the basis of posted debit positions), ACCOUNT_BALANCE (Balance of Receivables in Contract Currency).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RCL_FINANCE_DATA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONTRACT_AMOUNTContract capital VVBVERTRCURR13(2) WERTV7
BAZHPFDisbursement Obligation VVBAZHPFCURR13(2) WERTV7
BAUSBEAKTValue-dated capital BAUSKAPCURR13(2) WERTV7
BRESTKAPSRemaining capital on the basis of posted debit positions BRESTKAPSCURR13(2) WERTV7
ACCOUNT_BALANCEBalance of Receivables in Contract Currency TB_BRECEIV_BALANCECURR13(2) WERTV7
DATE_OF_FULL_PAYMENTDate of Full Disbursement TB_VIEW_DATE_OF_FULL_PAYMENTDATS8DATUM
ORIGINAL_TERMOriginal Term in Months TB_VIEW_ORIGINAL_TERMNUMC3
RATE_COUNTNumber of Payment Installments Requested by Loans Partner TB_MODEL_RATE_COUNTINT410T_MODEL_RATE_COUNT
OVERALL_RUNTIMEOverall Term TB_VIEW_OVERALL_RUNTIMENUMC3
CLEARING_RATEAmount for Final Loan Installment Payment TB_VIEW_CLEARING_RATECURR13(2) WERTV7
DATE_FIRST_RATEDue Date for First Installment to Include a Repayment Amount TB_VIEW_DATE_FIRST_RATEDATS8DATUM
DATE_NEXT_RATEDue Date of Next Installment TB_VIEW_DATE_NEXT_RATEDATS8DATUM
LAST_DUE_DATELast Due Date TB_VIEW_LAST_DUE_DATEDATS8DATUM
NUMBER_OF_RATESNumber of Payment Installments Still to Be Made TB_VIEW_NUMBER_OF_RATESNUMC3
DATE_OF_REPAYMENTStart Date for Repayment TB_VIEW_DATE_REPAYMENTDATS8DATUM
CONTRACT_RATENormal Payment Installment for Loan TB_VIEW_CONTRACT_RATECURR13(2) WERTV7
ORIG_CREDIT_SUMOriginal Total Loan Amount TB_VIEW_ORIGINAL_CREDIT_SUMCURR13(2) WERTV7
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NOMINAL_INTEREST_RATENominal Interest Rate FTI_NOMINALZINSDEC10(7) DEC3_7
EFF_INT_L_PYMNPEffective Interest Rate for Last Change to Installment Plan TB_MODEL_EFFECTIV_INTERSTS_PPCDEC10(7) DEC3_7
DEFF_INT_L_PYMNPKey Date for Last Change to Installment Plan TB_MODEL_DATE_LAST_PAYMENTPLANDATS8DATUM
INSURANCE_INCLUDEDSingle Credit Life Ins. Premium Included in Contract Capital TB_INSURANCE_INCLUDED_IN_LOANCHAR1BOOLE
SINGLE_PREMIUMSingle Premium for Credit Life Insurance TB_CLI_AMOUNT_INSUREDCURR13(2) WERTV7
CHARGECharges TB_VIEW_CHARGECURR13(2) WERTV7
ORIG_INTEREST_SUMOriginal Interest Total TB_ORIGINAL_INTEREST_SUMCURR13(2) WERTV7
NET_LOAN_AMOUNTNet Loan Amount TB_VIEW_REQUESTED_AMOUNTCURR13(2) WERTV7
FIRST_RATE_ADJUSTEDNormal Payment Installment for Loan TB_VIEW_CONTRACT_RATECURR13(2) WERTV7
SECOND_DATE_DUEDate DATUMDATS8DATUM
ODD_DAYSLead Days TB_ODD_DAYSNUMC2TAG01

Key field Non-key field



How do I retrieve data from SAP structure RCL_FINANCE_DATA using ABAP code?

As RCL_FINANCE_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCL_FINANCE_DATA as there is no data to select.

How to access SAP table RCL_FINANCE_DATA

Within an ECC or HANA version of SAP you can also view further information about RCL_FINANCE_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!