TRLT_INIT_VAL_FU SAP (Initialization Values for TRL Futures Positions) Table details

Dictionary Type: Table
Description: Initialization Values for TRL Futures Positions




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




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

TRLT_INIT_VAL_FU is a standard SAP Table which is used to store Initialization Values for TRL Futures Positions data and is available within R/3 SAP systems depending on the version and release level.

The TRLT_INIT_VAL_FU table consists of various fields, each holding specific information or linking keys about Initialization Values for TRL Futures Positions data available in SAP. These include KEY_DATE (System Date), COMPANY_CODE (Company Code), VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class).. 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: Cannot Be Enhanced


SAP TRLT_INIT_VAL_FU 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
KEY_DATESystem Date SYDATUMDATS8SYDATS
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
PURCH_PCPurchase Value in Position Currency TPM_PURCH_PCCURR21(2) TPM_AMOUNT
PURCH_VCPurchase Value in Valuation Currency TPM_PURCH_VCCURR21(2) TPM_AMOUNT
CHARGE_PCCosts in Position Currency TPM_CHARGE_PCCURR21(2) TPM_AMOUNT
CHARGE_VCCosts in Valuation Currency TPM_CHARGE_VCCURR21(2) TPM_AMOUNT
VAL_TI_PCSecurity Valuation in Position Currency TPM_VAL_TI_PCCURR21(2) TPM_AMOUNT
VAL_TI_VCSecurity Valuation in Valuation Currency TPM_VAL_TI_VCCURR21(2) TPM_AMOUNT
VAL_FX_VCForeign Currency Valuation in Valuation Currency TPM_VAL_FX_VCCURR21(2) TPM_AMOUNT
VAR_MARGIN_PCVariation Margin in Position Currency TPM_VAR_MARGIN_PCCURR21(2) TPM_AMOUNT
VAR_MARGIN_VCVariation Margin in Valuation Currency TPM_VAR_MARGIN_VCCURR21(2) TPM_AMOUNT
FLG_TRANSStatus of Flow Related to Migration to CFM 1.0 TPM_MIGR_CFM10CHAR1TPM_MIGR_CFM10
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLT_INIT_VAL_FU
INTO CORRESPONDING FIELDS OF WA_TRLT_INIT_VAL_FU
WHERE...

How to access SAP table TRLT_INIT_VAL_FU

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