VALS_NEW_DATA SAP (New Position Values after a Valuation Step) Structure details

Dictionary Type: Structure
Description: New Position Values after a Valuation Step




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




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

VALS_NEW_DATA 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 "New Position Values after 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_NEW_DATA TYPE VALS_NEW_DATA.

The VALS_NEW_DATA table consists of various fields, each holding specific information or linking keys about New Position Values after a Valuation Step data available in SAP. These include NAM_VALUE_PC (New Amortized Acquisition Value in Position Currency), NAM_VALUE_VC (New Amortized Acquisition Value in Valuation Currency), NBV_EC_CL (New Book Value Exclusive of Costs - Clean - Position Crcy), NBV_EC_PC (New Book Value Exclusive of Costs in Position 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: Cannot Be Enhanced


SAP VALS_NEW_DATA 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
NAM_VALUE_CLNew Amortized Acquisition Value - Clean TPM_NAM_VALUE_CLCURR21(2) TPM_AMOUNT
NAM_VALUE_PCNew Amortized Acquisition Value in Position Currency TPM_NAM_VALUE_PCCURR21(2) TPM_AMOUNT
NAM_VALUE_VCNew Amortized Acquisition Value in Valuation Currency TPM_NAM_VALUE_VCCURR21(2) TPM_AMOUNT
NBV_EC_CLNew Book Value Exclusive of Costs - Clean - Position Crcy TPM_NBV_EC_IDX_CLEAN_PCCURR21(2) TPM_AMOUNT
NBV_EC_PCNew Book Value Exclusive of Costs in Position Currency TPM_NBV_EC_PCCURR21(2) TPM_AMOUNT
NBV_EC_VCNew Book Value Excluding Costs in Valuation Currency TPM_NBV_EC_VCCURR21(2) TPM_AMOUNT
NBV_CO_PCNew Book Value Costs in Position Currency TPM_NBV_CO_PCCURR21(2) TPM_AMOUNT
NBV_CO_VCNew Book Value Costs in Valuation Currency TPM_NBV_CO_VCCURR21(2) TPM_AMOUNT
NBP_ECNew Book Rate Exclusive of Costs TPM_NBP_ECDEC15(6) VVPKTKUR
NBR_FENew Forex Book Rate TPM_NBR_FEDEC9(5) EXCRTUKURS
NBR_FE_FExchange Rate (Internal Display) TPM_INT_CURR_RATEFLTP16(16) FLOATING
NVM_VCNew Variation Margin in Valuation Currency TPM_NVM_VCCURR21(2) TPM_AMOUNT
NHADJ_CLNew Hedge Adjustment, Clean TPM_NHADJ_CLCURR21(2) TPM_AMOUNT
NHADJ_PCNew Hedge Adjustment in Position Currency TPM_NHADJ_PCCURR21(2) TPM_AMOUNT
NHADJ_VCNew Hedge Adjustment in Valuation Currency TPM_NHADJ_VCCURR21(2) TPM_AMOUNT

Key field Non-key field



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

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

How to access SAP table VALS_NEW_DATA

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