FILA_RE_TR_I SAP (Tranche Item: Selection Result for Refinancing) Table details

Dictionary Type: Table
Description: Tranche Item: Selection Result for Refinancing




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




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

FILA_RE_TR_I is a standard SAP Table which is used to store Tranche Item: Selection Result for Refinancing data and is available within R/3 SAP systems depending on the version and release level.

The FILA_RE_TR_I table consists of various fields, each holding specific information or linking keys about Tranche Item: Selection Result for Refinancing data available in SAP. These include MANDT (Client), TRNO (Tranche Number), OBJID (Object Number), SUBID (Subobject Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FILA_RE_TR_I table 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
MANDTClient MANDTCLNT3T000MANDT
TRNOTranche Number FILA_RE_E_TRNOCHAR10FILA_RE_TR_HFILA_RE_TRNO
OBJIDObject Number FILA_OBJIDRAW16LAE_CRM_ITEMS
SUBIDSubobject Number FILA_SUBIDNUMC5LAE_CRM_ITEMS
TMSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15LAE_CRM_ITEMSTZNTSTMPS
VTYPEPartner Contract Type of Source Document FILA_RE_E_VTYPECHAR1FILA_RE_VTYPE
OBJECTIDContract Number FILA_REFOBJCHAR10Assigned to domainALPHAFILA_REFOBJFILA_REFOBJFILA_REFOBJ
ITEMNOItem Number FILA_ITEMNONUMC10KPO
STATUS_TR_IStatus of Tranche Item Data (Refinancing) FILA_RE_E_TRI_STATCHAR2FILA_RE_TRI_STAT
DAT_STATUSDate of Status FILA_RE_E_DAT_STATUSDATS8DDAT
PRESVALPresent Value FILA_RE_E_PRESVALCURR17(2) T_PRESVAL
RESVAL_SResidual Value of Source Document FILA_RE_E_RESVAL_SCURR17(2) T_PRESVAL
RESVAL_TResidual Value of Target Document FILA_RE_E_RESVAL_TCURR17(2) T_PRESVAL
ADD_AMOUNTAdditional Amount FILA_RE_E_ADD_AMOUNTCURR17(2) T_PRESVAL
DP_AMOUNTLeasing Special Payment FILA_RE_E_DP_AMOUNTCURR17(2) T_PRESVAL
SALES_PRICESales Price FILA_RE_E_SALES_PRICECURR17(2) T_PRESVAL
RESIDUALTERMRemaining Term FILA_RE_E_RESIDUALTERMNUMC3NUMC3
INTERESTInterest Rate for Refinancing FILA_RE_E_INTERESTDEC10(7) DEC3_7
INTEREST_INSTALInterest Rate for Present Value Calculation FILA_RE_E_INTEREST_INSTALDEC10(7) DEC3_7
OUTSTAND_PAYTotal of Outstanding Payments FILA_RE_E_OUTSTAND_PAYCURR17(2) T_PRESVAL
PRGNORefinancing Program Number FILA_RE_E_PRGNOCHAR10FILA_RE_PRGALPHAFILA_RE_PRGNO
DUEDue Date of Return Transaction (Lease Refinancing) FILA_RE_E_DUENUMC1FILA_RE_DUE
CLUSTER_TYPCluster Type in Refinancing FILA_RE_E_CLUSTER_TYPCHAR2FILA_RE_CLUSTER_TYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RSTATUS_TR_IStatus of Tranche Item Data (Return Transaction) FILA_RE_E_TRI_STAT_RETCHAR2FILA_RE_TRI_STAT_RET
CANCEL_REASONCancellation Reason FILA_RE_E_CANCEL_REASONCHAR4FILA_RE_CANCEL_REASON
RESVAL_MANMarket Value at End of Refinancing FILA_RE_E_RESVAL_MANCURR17(2) T_PRESVAL
SELMODESelection Mode for Return Transaction Report FILA_RE_E_SELMODECHAR1FILA_RE_SELMODE
PVTYPEPartner Contract Type of Target Document FILA_RE_E_PVTYPECHAR1FILA_RE_VTYPE
PBUKRSCompany code of partner PBUKRSCHAR4T001BUKRSBUK
POBJIDObject Number of Reference Object FILA_OBJID_REFRAW16
PSUBIDReference Sub-Object Number FILA_SUBID_REFNUMC5
PTMSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
POBJECTIDContract Number of Reference Object FILA_RE_E_FILA_REFOBJ_REFCHAR10Assigned to domainALPHAFILA_REFOBJFILA_REFOBJFILA_REFOBJ
PITEMNOItem Number of Reference Object FILA_RE_E_FILA_ITEMNO_REFNUMC10KPO
CREATED_ATCreated On FILA_RE_E_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYCreated By FILA_RE_E_CREATED_BYCHAR12UNAME
CHANGED_ATChanged On FILA_RE_E_CHANGED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYChanged By FILA_RE_E_CHANGED_BYCHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table FILA_RE_TR_I using ABAP code

The following ABAP code Example will allow you to do a basic selection on FILA_RE_TR_I to SELECT all data from the table
DATA: WA_FILA_RE_TR_I TYPE FILA_RE_TR_I.

SELECT SINGLE *
FROM FILA_RE_TR_I
INTO CORRESPONDING FIELDS OF WA_FILA_RE_TR_I
WHERE...

How to access SAP table FILA_RE_TR_I

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