A_InsuranceClaimNoteStatusText

DDL: A_INSURANCECLAIMNOTESTATUSTEXT Type: view_entity CONSUMPTION

Insur Claim Note Status - Txt

A_InsuranceClaimNoteStatusText is a Consumption CDS View that provides data about "Insur Claim Note Status - Txt" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimNoteStatusText) and exposes 4 fields with key fields Language, InsurClmNoteStatus.

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimNoteStatusText I_InsuranceClaimNoteStatusText projection

Annotations (11)

NameValueLevelField
EndUserText.label Insur Claim Note Status - Txt view
ObjectModel.representativeKey InsurClmNoteStatus 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 InsurClmNoteStatusText_Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClmNoteStatus InsurClmNoteStatus
DomainValue DomainValue
InsuranceClaimNoteStatusName InsuranceClaimNoteStatusName
@EndUserText.label: 'Insur Claim Note Status - Txt'
@ObjectModel: {
               representativeKey: 'InsurClmNoteStatus',
               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: 'InsurClmNoteStatusText_Type'

define view entity A_InsuranceClaimNoteStatusText as projection on I_InsuranceClaimNoteStatusText {
  
  @Semantics.language: true
  key Language,
  key InsurClmNoteStatus,
  DomainValue,
  @Semantics.text: true
  InsuranceClaimNoteStatusName,
  //Associations

  _NoteStatus : redirected to parent A_InsuranceClaimNoteStatus
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURANCECLAIMNOTESTATUSTEXT"
],
"ASSOCIATED":
[
"A_INSURANCECLAIMNOTESTATUS"
],
"BASE":
[
"I_INSURANCECLAIMNOTESTATUSTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/