CMS_STR_SEC_AST_DATA_DB SAP (SEC ACC DB Asset Details - not used) Structure details

Dictionary Type: Structure
Description: SEC ACC DB Asset Details - not used




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




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

CMS_STR_SEC_AST_DATA_DB 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 "SEC ACC DB Asset Details - not used" 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_CMS_STR_SEC_AST_DATA_DB TYPE CMS_STR_SEC_AST_DATA_DB.

The CMS_STR_SEC_AST_DATA_DB table consists of various fields, each holding specific information or linking keys about SEC ACC DB Asset Details - not used data available in SAP. These include RISK_CODE (Risk Code), SFTY_IND (Indicates that the asset has a default sfty discount or not), SFTY_DSCNT (Safety discount), SFTY_AMOUNT (Safety discount as an 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: Not classified


SAP CMS_STR_SEC_AST_DATA_DB 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
RISK_CODERisk Code CMS_DTE_SEC_RISK_CODECHAR6Assigned to domainCMS_RISK_CODE
SFTY_INDIndicates that the asset has a default sfty discount or not CMS_DTE_SEC_IND_SFTY_DISCCHAR2CMS_IND_SFTY
SFTY_DSCNTSafety discount CMS_DTE_SEC_SAFETY_DSCNTDEC10(6) CMS_SFTY_PCT
SFTY_AMOUNTSafety discount as an amount CMS_DTE_SEC_SAFETY_AMTCURR17(2) CMS_SEC_AMOUNT
SFTY_AMT_CURRCurrency of the Safety discount amount CMS_DTE_SEC_SAFETY_AMT_CURRCUKY5TCURCWAERS
UNIT_VALN_FREQIndicator : Valuation Frequency of Securities Account CMS_DTE_SEC_IND_FREQUENCYCHAR2CMS_IND_AST_VALN_FREQ_UNIT
PERIOD_VALN_FREQPeriod of revaluation for securities CMS_DTE_SEC_VALN_FREQ_PERIODNUMC4CMS_AST_VALN_FREQ_PERIOD
START_DATEValuation Start date CMS_DTE_SEC_START_DATEDATS8CMS_DATE
END_DATEValuation End date CMS_DTE_SEC_END_DATEDATS8CMS_DATE
LENDING_RATE_INDIndicates that the asset has a default lending rate or not CMS_DTE_SEC_IND_LND_RTECHAR2CMS_IND_LRTE
LENDING_RATE1Lending rate 1 CMS_DTE_SEC_LRTE_PCT1DEC10(6) CMS_PCT
LIQD_TYPLiquidation type CMS_DTE_SEC_LIQD_TYPCHAR6CMS_TYPCMS_AST_LIQTYP
LIQD_REASONLiquidation Reason CMS_DTE_ATT_ID_TY_AST004CHAR6CMS_ATT_ID_TYP
LIQD_DATEDate of Liquidation of Collateral CMS_DTE_SEC_LIQD_DATEDATS8CMS_DATE
LIQD_AMTProceeds obtained from liquidation of the collateral CMS_DTE_SEC_LIQD_VALUECURR17(2) CMS_SEC_AMOUNT
LIQD_CURRCurrency of Liquidation value CMS_DTE_SEC_LIQD_CURRCUKY5TCURCWAERS

Key field Non-key field



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

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

How to access SAP table CMS_STR_SEC_AST_DATA_DB

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