SAP CMS_STR_INS_FEATURES Special features for description of insurances Table data and field list

CMS_STR_INS_FEATURES 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 "Special features for description of insurances" 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_INS_FEATURES TYPE CMS_STR_INS_FEATURES.

The CMS_STR_INS_FEATURES table consists of various fields, each holding specific information or linking keys about Special features for description of insurances data available in SAP. These include CONTRACT_STRT_DT (Contract begin date), CONTRACT_END_DT (Contract end date), CONTRACT_CON_DT (Date of conclusion of contract), INSUR_STATUS (Status of insurance)... 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. .

CMS_STR_INS_FEATURES structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CMS_STR_INS_FEATURES structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CMS_STR_INS_FEATURES table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TARRIFInsurance tariff CMS_DTE_INS_TARRIFCHAR30CMS_INS_TARRIF
CONTRACT_STRT_DTContract begin date CMS_DTE_INS_CNTRT_STRT_DTDATS8DATUM
CONTRACT_END_DTContract end date CMS_DTE_INS_CNTRT_END_DTDATS8DATUM
CONTRACT_CON_DTDate of conclusion of contract CMS_DTE_INS_CNTRT_CON_DTDATS8DATUM
INSUR_STATUSStatus of insurance CMS_DTE_INS_STATUSCHAR6CMS_ATT_ID_TYP
INSUR_STATUS_DTStatus date of insurance CMS_DTE_INS_STATUS_DTDATS8DATUM
SUM_ONE_TM_CONSum of one time contribution CMS_DTE_INS_SUM_ONE_TM_CONCURR17(2) CMS_AMOUNT
ONE_TM_CON_CKYCurrency CMS_DTE_INS_ONE_TM_CON_CKYCUKY5TCURCWAERS
DYNAMICSDynamics CMS_DTE_INS_DYNAMICSCHAR1CMS_INS_FLG
PER_DYNAMICSPercentage of the dynamics CMS_DTE_INS_PER_DYNAMICSDEC10(6) CMS_SEC_PCT
TERMIN_PRDTermination period CMS_DTE_INS_TERMIN_PRDNUMC4CMS_INS_FREQ_OF_PAYMENT
TERM_PRD_UNITIndicator: Units of termination period CMS_DTE_INS_TERM_PRD_UNITCHAR2CMS_INS_IND_FREQ_UNT
RECALL_PRDRecall period CMS_DTE_INS_RECALL_PRDNUMC4CMS_INS_FREQ_OF_PAYMENT
RECALL_PRD_UNITIndicator: Units of Recall Period CMS_DTE_INS_RECALL_PRD_UNITCHAR2CMS_INS_IND_FREQ_UNT
INS_SUM_SRVLInsurance sum incase of survival CMS_DTE_INS_SUM_IN_SURVIVALCURR17(2) CMS_AMOUNT
INS_SUM_SRVL_CKYInsurance survival Currency CMS_DTE_INS_SUM_IN_SURVIVL_CKYCUKY5TCURCWAERS
INS_SUM_DTHInsurance sum in case of death CMS_DTE_INS_SUM_IN_DEATHCURR17(2) CMS_AMOUNT
INS_SUM_DTH_CKYDeath benefit currency CMS_DTE_INS_SUM_IN_DEATH_CKYCUKY5TCURCWAERS
INS_BENF_EXPProbable benefit on expiry CMS_DTE_INS_PROB_BENFCURR17(2) CMS_AMOUNT
INS_BENF_EXP_CKYCurrency for probable benefit on expiry CMS_DTE_INS_PROB_BENF_CKYCUKY5TCURCWAERS
DT_PROB_BEN_EXPDate of probable benefit on expiry CMS_DTE_INS_DT_PRO_BEN_EXPDATS8DATUM

Key field Non-key field



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

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

How to access SAP table CMS_STR_INS_FEATURES

Within an ECC or HANA version of SAP you can also view further information about CMS_STR_INS_FEATURES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).