VALS_CALC_BASIS_SUB SAP (Calculation Basis for a Valuation Step) Structure details

Dictionary Type: Structure
Description: Calculation Basis for a Valuation Step




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




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

VALS_CALC_BASIS_SUB 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 "Calculation Basis for a Valuation Step" 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_CALC_BASIS_SUB TYPE VALS_CALC_BASIS_SUB.

The VALS_CALC_BASIS_SUB table consists of various fields, each holding specific information or linking keys about Calculation Basis for a Valuation Step data available in SAP. These include OBV_EC_PC (Old Book Value Excluding Costs in Position Currency), OBV_EC_VC (Old Book Value Exclusive of Costs in Valuation Currency), OBV_CO_PC (Old Book Value of Costs in Position Currency), OBV_CO_VC (Old Book Value of Costs in Valuation Currency).. 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_CALC_BASIS_SUB 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
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
OVV_EC_TI_PCSecurity Valuation to Date in Position Currency TPM_OVV_EC_TI_PCCURR21(2) TPM_AMOUNT
OVV_EC_TI_VCSecurity Valuation to Date in Valuation Currency TPM_OVV_EC_TI_VCCURR21(2) TPM_AMOUNT
OVV_CO_TI_PCCosts, Security: Valuation to Date in Position Currency TPM_OVV_CO_TI_PCCURR21(2) TPM_AMOUNT
OVV_CO_TI_VCCosts, Security: Valuation to Date in Valuation Currency TPM_OVV_CO_TI_VCCURR21(2) TPM_AMOUNT
OVV_EC_FE_VCForeign Currency Valuation to Date in Valuation Currency TPM_OVV_EC_FE_VCCURR21(2) TPM_AMOUNT
OVV_CO_FE_VCCosts, FX: Valuation to Date in Valuation Currency TPM_OVV_CO_FE_VCCURR21(2) TPM_AMOUNT
OVV_EC_FE_VC_AAVForeign Currency Valuation to Date in Valuation Currency AAV TPM_OVV_EC_FE_VC_AAVCURR21(2) TPM_AMOUNT
OSV_VCValuation to Date for Sale Currency in Valuation Currency TPM_OSV_VCCURR21(2) TPM_AMOUNT
OPV_VCValuation to Date for Purchase Currency in Valuation Crcy TPM_OPV_VCCURR21(2) TPM_AMOUNT
PURCHASE_CURRPurchase Currency TPM_PURCHASE_CURRCUKY5Assigned to domainWAERS
SALE_CURRSale Currency TPM_SALE_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

As VALS_CALC_BASIS_SUB 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_CALC_BASIS_SUB as there is no data to select.

How to access SAP table VALS_CALC_BASIS_SUB

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