VALS_RATE_PRICE_VAL_CALC_BASIS SAP (Obsolete - Treasury: Calculation Basis of Rate Valuation) Structure details

Dictionary Type: Structure
Description: Obsolete - Treasury: Calculation Basis of Rate Valuation




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




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

VALS_RATE_PRICE_VAL_CALC_BASIS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Obsolete - Treasury: Calculation Basis of Rate Valuation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VALS_RATE_PRICE_VAL_CALC_BASIS TYPE VALS_RATE_PRICE_VAL_CALC_BASIS.

The VALS_RATE_PRICE_VAL_CALC_BASIS table consists of various fields, each holding specific information or linking keys about Obsolete - Treasury: Calculation Basis of Rate Valuation data available in SAP. These include LOANS_CONTRACT (Contract Number), FLG_COMP_COSTS (Indicator: if Components are Managed for Costs), UNITS (Units), NOMINAL_AMT (Nominal Amount).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VALS_RATE_PRICE_VAL_CALC_BASIS structure 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
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
FLG_COMP_COSTSIndicator: if Components are Managed for Costs TPM_COMP_COSTSCHAR1XFELD
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
PRICE_DATEDate of Found Rate or Present Value TPM_VALID_DATEDATS8DATS
RATE_DATESystem Date SYDATUMDATS8SYDATS
ACV_EC_CLPurchase Value Clean TPM_ACV_EC_CLCURR21(2) TPM_AMOUNT
ACV_EC_PCPurchase Value in Position Currency TPM_ACV_EC_PCCURR21(2) TPM_AMOUNT
ACV_EC_VCPurchase Value in Valuation Currency TPM_ACV_EC_VCCURR21(2) TPM_AMOUNT
ACV_CO_PCCosts in Position Currency TPM_ACV_CO_PCCURR21(2) TPM_AMOUNT
ACV_CO_VCCosts in Valuation Currency TPM_ACV_CO_VCCURR21(2) TPM_AMOUNT
ACP_ECPurchase Rate TPM_ACP_ECDEC15(6) VVPKTKUR
ACR_FEPurchase Exchange Rate TPM_ACR_FEDEC9(5) EXCRTUKURS
ACR_FE_FExchange Rate (Internal Display) TPM_INT_CURR_RATEFLTP16(16) FLOATING
OBV_EC_CLOld Book Value Excluding Costs - Clean TPM_OBV_EC_IDX_CLEAN_PCCURR21(2) TPM_AMOUNT
OBV_EC_PCOld Book Value Excluding Costs in Position Currency TPM_OBV_EC_PCCURR21(2) TPM_AMOUNT
OBV_EC_VCOld Book Value Exclusive of Costs in Valuation Currency TPM_OBV_EC_VCCURR21(2) TPM_AMOUNT
OBV_CO_PCOld Book Value of Costs in Position Currency TPM_OBV_CO_PCCURR21(2) TPM_AMOUNT
OBV_CO_VCOld Book Value of Costs in Valuation Currency TPM_OBV_CO_VCCURR21(2) TPM_AMOUNT
OBP_ECOld Book Rate Excluding Costs TPM_OBP_ECDEC15(6) VVPKTKUR
OBR_FEOld Foreign Exchange Book Rate TPM_OBR_FEDEC9(5) EXCRTUKURS
OBR_FE_FExchange Rate (Internal Display) TPM_INT_CURR_RATEFLTP16(16) FLOATING
MAV_PCMarket Value in Position Currency TPM_MAV_PCCURR21(2) TPM_AMOUNT
MAV_VCMarket Value in Valuation Currency TPM_MAV_VCCURR21(2) TPM_AMOUNT
MAPMarket Price TPM_MAPDEC15(6) VVPKTKUR
MAR_FEExchange Rate - Position/Valuation Currency on Market TPM_MAR_FEDEC9(5) EXCRTUKURS
OVV_EC_TI_PCAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
OVV_EC_TI_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
OVV_EC_FE_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
OVV_CO_TI_PCAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
OVV_CO_TI_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
OVV_CO_FE_VCAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT

Key field Non-key field



How do I retrieve data from SAP structure VALS_RATE_PRICE_VAL_CALC_BASIS using ABAP code?

As VALS_RATE_PRICE_VAL_CALC_BASIS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VALS_RATE_PRICE_VAL_CALC_BASIS as there is no data to select.

How to access SAP table VALS_RATE_PRICE_VAL_CALC_BASIS

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