RDATA_IL_FINDAT_OVERVIEW SAP (Component for IL Financial Data) Structure details

Dictionary Type: Structure
Description: Component for IL Financial Data




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




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

RDATA_IL_FINDAT_OVERVIEW 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 "Component for IL 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_RDATA_IL_FINDAT_OVERVIEW TYPE RDATA_IL_FINDAT_OVERVIEW.

The RDATA_IL_FINDAT_OVERVIEW table consists of various fields, each holding specific information or linking keys about Component for IL Financial Data data available in SAP. These include DZUSAGE (Loan - Date of Commitment by Lender), DVERTRAM (Contract creation date), DAT_FULL_PAY (Date of Full Disbursement), BZUSAGE (Commitment capital).. 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 RDATA_IL_FINDAT_OVERVIEW 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
DERFFirst Entered on DERFDATS8DATUM
DZUSAGELoan - Date of Commitment by Lender DZUSAGEDATS8DATUM
DVERTRAMContract creation date DVERTRAMDATS8DATUM
DAT_FULL_PAYDate of Full Disbursement TB_VIEW_DATE_OF_FULL_PAYMENTDATS8DATUM
BZUSAGECommitment capital BZUSAGECURR13(2) WERTV7
SANTWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
ORIG_CREDIT_SUMOriginal Total Loan Amount TB_VIEW_ORIGINAL_CREDIT_SUMCURR13(2) WERTV7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
PEFFZINS_ORIGINOriginal Effective Interest Rate PEFFZINS_ORIGINDEC10(7) DEC3_7
SEFFM2Effective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
PMANEFFZInternal Effective Interest Rate PEFFZINS_INTERNDEC10(7) DEC3_7
DATE_REPAYMENTStart Date for Repayment TB_VIEW_DATE_REPAYMENTDATS8DATUM
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
STILGARTRepayment Type Indicator STILGARTNUMC1STILGART
DATE_FIRST_RATEDue Date for First Installment to Include a Repayment Amount TB_VIEW_DATE_FIRST_RATEDATS8DATUM
CLEARING_RATEAmount for Final Loan Installment Payment TB_VIEW_CLEARING_RATECURR13(2) WERTV7
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
ORIGINAL_TERMOriginal Term in Months TB_VIEW_ORIGINAL_TERMNUMC3
OVERALL_RUNTIMEOverall Term TB_VIEW_OVERALL_RUNTIMENUMC3
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PAPR_ORIGINOriginal U.S. Effective Interest Rate TB_PAPR_ORIGINDEC10(7) DECV3_7
DLASTDUEDATEDue date DFAELLDATS8DATUM
BIACCRITDInterest Accrued TB_B_INTEREST_ACRRUEDCURR13(2) WERTV7
BIACCRYTDAccrued Interest - Year-to-Date TB_B_INTEREST_ACRRUED_YTDCURR13(2) WERTV7
BIACCRMTDAccrued Interest - Month-to-Date TB_B_INTEREST_ACRRUED_MTDCURR13(2) WERTV7
BIPAIDITDInterest Paid TB_B_INTEREST_PAIDCURR13(2) WERTV7
BIPAIDYTDInterest Paid - Year-to-Date TB_B_INTEREST_PAID_YTDCURR13(2) WERTV7
BIPAIDMTDInterest Paid - Month-to-Date TB_B_INTEREST_PAID_MTDCURR13(2) WERTV7
PDAILYCURRDaily Interest TB_P_INTEREST_DAILY_RATEDEC10(7) DECV3_7
PNOMINTRATENominal Interest Rate TB_P_NOMINAL_INT_RATEDEC10(7) DECV3_7
PNORPAYMENTAmount of Regular Payment Installment for Loan TB_P_NORMAL_PAYMENTCURR13(2) WERTV7
ASUMARCAPCapitalization of Overdue Items (Posted) TB_B_CAP_OVERD_POSTEDCURR13(2) WERTV7
ASUMARCAP_ACTCapitalization of Overdue Items (Planned) TB_B_CAP_OVERD_PLANNEDCURR13(2) WERTV7
BIOUTCURROutstanding Interest Accrued TB_B_OUTST_ACC_INTERESTCURR13(2) WERTV7
BIDUECURROutstanding Interest Accrued (Due) TB_B_OUTST_ACC_INT_DUECURR13(2) WERTV7
BINDUECURROutstanding Interest Accrued (Not Due) TB_B_OUTST_ACC_INT_NDUECURR13(2) WERTV7
BAVWRLoans: Disbursement Obligation in Position Currency BAVWRCURR15(2) WERTV8_TR
BVAWRLoans: Value-Dated Capital in Position Currency BVAWRCURR15(2) WERTV8_TR
BPERDIEMInterest per Day TB_INTEREST_PER_DIEMDEC17(6) T_INTEREST_PER_DIEM
BPDCURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BTOBTotal Outstanding Balance (TOB) TB_B_TOTAL_OUTST_BALANCECURR13(2) WERTV7
DCALCDATECalculation Date TB_D_CALCULATION_DATEDATS8DATUM

Key field Non-key field



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

As RDATA_IL_FINDAT_OVERVIEW 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 RDATA_IL_FINDAT_OVERVIEW as there is no data to select.

How to access SAP table RDATA_IL_FINDAT_OVERVIEW

Within an ECC or HANA version of SAP you can also view further information about RDATA_IL_FINDAT_OVERVIEW 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!