A_InsuranceClaimDocumentCodeT

DDL: A_INSURANCECLAIMDOCUMENTCODET Type: view_entity CONSUMPTION

Ins Clm Document Code - Text

A_InsuranceClaimDocumentCodeT is a Consumption CDS View that provides data about "Ins Clm Document Code - Text" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimDocumentCodeT) and exposes 3 fields with key fields Language, InsuranceClaimDocumentCode.

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimDocumentCodeT I_InsuranceClaimDocumentCodeT projection

Annotations (12)

NameValueLevelField
EndUserText.label Ins Clm Document Code - Text view
ObjectModel.representativeKey InsuranceClaimDocumentCode 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 InsuranceClaimDocumentCodeT_Type view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsuranceClaimDocumentCode InsuranceClaimDocumentCode
InsuranceClaimDocumentCodeName InsuranceClaimDocumentCodeName
@EndUserText.label: 'Ins Clm Document Code - Text'
@ObjectModel: {
               representativeKey: 'InsuranceClaimDocumentCode',
               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: 'InsuranceClaimDocumentCodeT_Type'
@Search.searchable: true
define view entity A_InsuranceClaimDocumentCodeT as projection on I_InsuranceClaimDocumentCodeT
 {
@Semantics.language:true
  key Language,
  key InsuranceClaimDocumentCode,
   @Search.defaultSearchElement: true
   @Semantics.text: true
   @Search.ranking: #LOW
   InsuranceClaimDocumentCodeName,
  //Associations

   _DocumentCode  : redirected to parent  A_InsuranceClaimDocumentCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURANCECLAIMDOCUMENTCODET"
],
"ASSOCIATED":
[
"A_INSURANCECLAIMDOCUMENTCODE",
"I_INSURANCECLAIMDOCUMENTCODE"
],
"BASE":
[
"I_INSURANCECLAIMDOCUMENTCODET"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/