A_InsurClmPrimBldngMatlText

DDL: A_INSURCLMPRIMBLDNGMATLTEXT Type: view_entity CONSUMPTION

Insur Clm Prim Bldng Matl -Txt

A_InsurClmPrimBldngMatlText is a Consumption CDS View that provides data about "Insur Clm Prim Bldng Matl -Txt" in SAP S/4HANA. It reads from 1 data source (I_InsurClmPrimBldngMatlText) and exposes 3 fields with key fields Language, InsurClmPrimaryMaterial.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmPrimBldngMatlText I_InsurClmPrimBldngMatlText projection

Annotations (12)

NameValueLevelField
EndUserText.label Insur Clm Prim Bldng Matl -Txt view
ObjectModel.representativeKey InsurClmPrimaryMaterial 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
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name InsuranceClaimPrimBldngMatlText_Type view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClmPrimaryMaterial InsurClmPrimaryMaterial
InsurClmPrimaryMaterialTxt InsurClmPrimaryMaterialTxt
@EndUserText.label: 'Insur Clm Prim Bldng Matl -Txt'
@ObjectModel: {
               representativeKey: 'InsurClmPrimaryMaterial',
               dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'InsuranceClaimPrimBldngMatlText_Type' 
@Search.searchable: true
define view entity A_InsurClmPrimBldngMatlText as projection on I_InsurClmPrimBldngMatlText  {
  
  @Semantics.language: true
  key Language,
  key InsurClmPrimaryMaterial,

       
   @Search.defaultSearchElement: true
   @Semantics.text: true
   @Search.ranking: #LOW
   InsurClmPrimaryMaterialTxt,
  //Associations

   _InsurClmPrimBldngMatl  : redirected to parent  A_InsurClmPrimBldngMatl
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMPRIMBLDNGMATLTEXT"
],
"ASSOCIATED":
[
"A_INSURCLMPRIMBLDNGMATL"
],
"BASE":
[
"I_INSURCLMPRIMBLDNGMATLTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/