TLVT_VAL_STEP SAP (Treasury: Valuation Step) Table details

Dictionary Type: Table
Description: Treasury: Valuation Step




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




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

TLVT_VAL_STEP is a standard SAP Table which is used to store Treasury: Valuation Step data and is available within R/3 SAP systems depending on the version and release level.

The TLVT_VAL_STEP table consists of various fields, each holding specific information or linking keys about Treasury: Valuation Step data available in SAP. These include VALUATION_TRANS (Object Identity in Database Format), STEP_NUMBER (Number of Valuation Step within a Business Transaction), STEP_CAT (Type of Step), SECURITY_PRICE (Price of Unit- or Percentage-Quoted Security).. 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 TLVT_VAL_STEP 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
VALUATION_TRANSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TLVT_VAL_TRANSTPM_DB_OS_GUID
STEP_NUMBERNumber of Valuation Step within a Business Transaction TPM_VAL_STEP_NRINT13TPM_VAL_STEP_NR
STEP_CATType of Step TPM_VAL_STEP_CATNUMC3Assigned to domainTPM_VAL_STEP_CAT
SECURITY_PRICEPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
EXCHANGE_RATEExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
FLG_FREESTANDINGIndicator: Freestanding Portion of the Position TPM_FLG_FREESTANDINGCHAR1XFELD
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
SUBPOSITION_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
MAV_PCMarket Value in Position Currency TPM_MAV_PCCURR21(2) TPM_AMOUNT
MAV_VCMarket Value in Valuation Currency TPM_MAV_VCCURR21(2) TPM_AMOUNT
MAV_PC_ORIGOriginal Market Value in Position Currency (w/o UoV) TPM_MAV_PC_ORIGCURR21(2) TPM_AMOUNT
MAV_VC_ORIGOriginal Market Value in Valuation Currency (w/o UoV) TPM_MAV_VC_ORIGCURR21(2) TPM_AMOUNT
MAV_PC_TRANSFERMarket Value Transferred for UoV in Pos Curr TPM_MAV_PC_TRANSCURR21(2) TPM_AMOUNT
MAV_VC_TRANSFERMarket Value Transferred for UoV in Val Curr TPM_MAV_VC_TRANSCURR21(2) TPM_AMOUNT
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
ADDNL_LOG_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
NPV_ICF_HITEM_PCNPV of Interest Cashflows of Hedged Item (PC) TPM_NPV_ICF_HITEM_PCCURR21(2) TPM_AMOUNT
NPV_ICF_HITEM_VCNPV of Interest Cashflows of Hedged Item (VC) TPM_NPV_ICF_HITEM_VCCURR21(2) TPM_AMOUNT
LOG_GUIDGUID of Log TPM_LOG_GUIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLVT_VAL_STEP
INTO CORRESPONDING FIELDS OF WA_TLVT_VAL_STEP
WHERE...

How to access SAP table TLVT_VAL_STEP

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