CMS_SEC_VALUE SAP (Securities value details for every ISIN) Table details

Dictionary Type: Table
Description: Securities value details for every ISIN




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




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

CMS_SEC_VALUE is a standard SAP Table which is used to store Securities value details for every ISIN data and is available within R/3 SAP systems depending on the version and release level.

The CMS_SEC_VALUE table consists of various fields, each holding specific information or linking keys about Securities value details for every ISIN data available in SAP. These include ISIN (Unique ID for a Position in a Securities Account), CURRENT_PRICE (Current Price of a Securities Postion per Unit), CURR_PRICE_CURR (Currency of Current Price of a Securities Position), CURR_PRICE_PCT (Current Price of a Unit of a Securities Position).. 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: Not classified


SAP CMS_SEC_VALUE 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 MANDTCLNT3Assigned to domainMANDT
ISINUnique ID for a Position in a Securities Account CMS_DTE_SEC_ACC_POS_ISINCHAR20CMS_SEC_CL_MSTCMS_SEC_POS_ISIN
CURRENT_PRICECurrent Price of a Securities Postion per Unit CMS_DTE_SEC_ACC_POS_CP_AMTCURR17(2) CMS_SEC_AMOUNT
CURR_PRICE_CURRCurrency of Current Price of a Securities Position CMS_DTE_SEC_ACC_POS_CP_CURRCUKY5TCURCWAERS
CURR_PRICE_PCTCurrent Price of a Unit of a Securities Position CMS_DTE_SEC_ACC_POS_CP_PCTDEC10(6) CMS_SEC_PCT
CURR_PRICE_ATTime Stamp - Short Format TZNTSTMPSLNUMC15TSTPSTZNTSTMPSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMS_SEC_VALUE
INTO CORRESPONDING FIELDS OF WA_CMS_SEC_VALUE
WHERE...

How to access SAP table CMS_SEC_VALUE

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