A_InsurClmDmgdItmProperUseText

DDL: A_INSURCLMDMGDITMPROPERUSETEXT Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_InsurClmDmgdItmProperUseText I_InsurClmDmgdItmProperUseText projection

Annotations (12)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
API_INSCLMDMGDITMPROPERUSE API_INSCLMDMGDITMPROPERUSE V4 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
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
}