CMS_STR_INS_COVER_DATA is an SAP Structure so does not store data like a database table does but can be used to process "Insurance cover" 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_COVER_DATA TYPE CMS_STR_INS_COVER_DATA .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
SCOPE_INS_COVER | CMS_DTE_INS_COVER | CHAR | 6 | not used -> package has to be changed CMS_OMS_INS |
Key field | |
Non-key field |
CMS_STR_INS_COVER_DATA - Insurance cover CMS_STR_INS_COMMON_MAP_CRT - Insurance common data CMS_STR_INS_COMMON_DATA - Insurance common data CMS_STR_INS_BP_MLT_MAP - Business partners for multiple insurance policies CMS_STR_INS_BP_MAP - Structure of business partners for insurance policy CMS_STR_INS_BP_DESC - Insurance - BuPa Description Data (Screen)