FTI_MARKET_VALST SAP (Reporting: Buffer Table for Market Values - Evaluation Crcy) Table details

Dictionary Type: Table
Description: Reporting: Buffer Table for Market Values - Evaluation Crcy




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




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

FTI_MARKET_VALST is a standard SAP Table which is used to store Reporting: Buffer Table for Market Values - Evaluation Crcy data and is available within R/3 SAP systems depending on the version and release level.

The FTI_MARKET_VALST table consists of various fields, each holding specific information or linking keys about Reporting: Buffer Table for Market Values - Evaluation Crcy data available in SAP. These include RFHA (Financial Transaction), RANL (Security ID Number), RANLVD (Contract Number), BUKRS (Company Code).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FTI_MARKET_VALST 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
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RANLVDContract Number RANLCHAR13VDARLALPHARANLRAN
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RLDEPOSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
POSACC_LOFFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
KEYDATEKey Date FTI_STICHTAGDATS8VVSTDATKEYDATE
AUSWTEvaluation type in Risk Management TV_AUSWTCHAR4JBREVALJBREVAL
VAL_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
CALC_CCEvaluation Currency AFW_EVAL_CURRENCYCUKY5TCURCWAERS
NPV_CCRM NPV in Evaluation Currency TV_NPV_CCCURR15(2) WERTV8_TR
NPV_LONG_CCRM NPV of Incoming Side in Evaluation Currency TV_NPV_LONG_CCCURR15(2) WERTV8_TR
NPV_SHORT_CCRM NPV of Outgoing Side in Evaluation Currency TV_NPV_SHORT_CCCURR15(2) WERTV8_TR
CLEAN_PRICE_CCClean Price in Valuation Currency FTI_CLEAN_PRICE_CCCURR17(2) T_PRESVAL
BPVALUE_CCBasis Point Value in Evaluation Currency TV_VALBPCURR17(2) T_PRESVAL
CALC_CCYEvaluation Currency AFW_EVAL_CURRENCYCUKY5Assigned to domainWAERS
ERROR_GUIDBDS: 16 byte 'Raw' GUID BDS_16GUIDRAW16SYSUUID
CHANGED_ONChanged on AEDTMDATS8DATUM
CHANGED_BYChanged by USERCHAR12CHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTI_MARKET_VALST
INTO CORRESPONDING FIELDS OF WA_FTI_MARKET_VALST
WHERE...

How to access SAP table FTI_MARKET_VALST

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