A_InsurClmDmgdItmProperUseText
Clm Dmgd Itm Proper Use - Txt
A_InsurClmDmgdItmProperUseText is a Consumption CDS View that provides data about "Clm Dmgd Itm Proper Use - Txt" in SAP S/4HANA. It reads from 1 data source (I_InsurClmDmgdItmProperUseText) and exposes 4 fields with key fields Language, InsurClmInsuredObjectCategory, InsurClmDmgdItmPropUse. It is exposed through 1 OData service (API_INSCLMDMGDITMPROPERUSE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmDmgdItmProperUseText | I_InsurClmDmgdItmProperUseText | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Clm Dmgd Itm Proper Use - Txt | view | |
| ObjectModel.representativeKey | InsurClmDmgdItmPropUse | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| OData.entityType.name | InsurClmDmgdItmProperUseText_Type | view | |
| Search.searchable | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_INSCLMDMGDITMPROPERUSE | API_INSCLMDMGDITMPROPERUSE | V4 | C2 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | InsurClmInsuredObjectCategory | InsurClmInsuredObjectCategory | ||
| KEY | InsurClmDmgdItmPropUse | InsurClmDmgdItmPropUse | ||
| InsurClmDmgdItmPropUseName | InsurClmDmgdItmPropUseName |
@EndUserText.label: 'Clm Dmgd Itm Proper Use - Txt'
@ObjectModel: {
representativeKey: 'InsurClmDmgdItmPropUse',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
lifecycle.contract.type: #PUBLIC_REMOTE_API,
viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurClmDmgdItmProperUseText_Type'
@Search.searchable: true
define view entity A_InsurClmDmgdItmProperUseText
as projection on I_InsurClmDmgdItmProperUseText
{
@Semantics.language: true
key Language,
@ObjectModel.foreignKey.association: '_InsurClmInsrdObjCat'
key InsurClmInsuredObjectCategory,
key InsurClmDmgdItmPropUse,
@Search.defaultSearchElement: true
@Semantics.text: true
@Search.ranking: #LOW
InsurClmDmgdItmPropUseName,
/* Associations */
_DmgdItmProperUse : redirected to parent A_InsurClmDmgdItmProperUse,
_InsurClmInsrdObjCat : redirected to A_InsurClmInsrdObjCat
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA