TLVT_MANUAL_VAL SAP (Book Values for Manual Valuation of Positions) Table details

Dictionary Type: Table
Description: Book Values for Manual Valuation of Positions




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




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

TLVT_MANUAL_VAL is a standard SAP Table which is used to store Book Values for Manual Valuation of Positions data and is available within R/3 SAP systems depending on the version and release level.

The TLVT_MANUAL_VAL table consists of various fields, each holding specific information or linking keys about Book Values for Manual Valuation of Positions data available in SAP. These include KEY_DATE (Key Date for Valuation), VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class), COMPANY_CODE (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: 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 TLVT_MANUAL_VAL 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_DATEKey Date for Valuation TPM_VAL_KEYDATEDATS8DATUM
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13VDARLALPHARANLRAN
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
OBV_EC_CLNew Book Value Exclusive of Costs - Clean - Position Crcy TPM_NBV_EC_IDX_CLEAN_PCCURR21(2) TPM_AMOUNT
OBV_EC_PCNew Book Value Exclusive of Costs in Position Currency TPM_NBV_EC_PCCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5TCURCWAERS
OBV_EC_VCNew Book Value Excluding Costs in Valuation Currency TPM_NBV_EC_VCCURR21(2) TPM_AMOUNT
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5TCURCWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLVT_MANUAL_VAL
INTO CORRESPONDING FIELDS OF WA_TLVT_MANUAL_VAL
WHERE...

How to access SAP table TLVT_MANUAL_VAL

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