A_InsurApplRejectionReasonT

DDL: A_INSURAPPLREJECTIONREASONT Type: view_entity CONSUMPTION

Insur Appl Rejection Reason - Text

A_InsurApplRejectionReasonT is a Consumption CDS View that provides data about "Insur Appl Rejection Reason - Text" in SAP S/4HANA. It reads from 1 data source (I_InsurApplRejectionReasonT) and exposes 3 fields with key fields Language, InsurApplRjcnRsn.

Data Sources (1)

SourceAliasJoin Type
I_InsurApplRejectionReasonT I_InsurApplRejectionReasonT projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Appl Rejection Reason - Text view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name InsurApplRejectionReasonT_Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurApplRjcnRsn InsurApplRjcnRsn
InsurApplRjcnRsnName InsurApplRjcnRsnName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Appl Rejection Reason - Text'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel: {
                dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM: {
        lifecycle.contract.type: #PUBLIC_REMOTE_API,
        viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurApplRejectionReasonT_Type'

define view entity A_InsurApplRejectionReasonT
  as projection on I_InsurApplRejectionReasonT

{

      @Semantics.language: true
  key Language,
      @ObjectModel.text.element: ['InsurApplRjcnRsnName']
  key InsurApplRjcnRsn,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      InsurApplRjcnRsnName,
      _InsurApplRejectionReason as _InsuranceApplRejectionReason : redirected to parent A_InsurApplRejectionReason

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURAPPLREJECTIONREASONT"
],
"ASSOCIATED":
[
"A_INSURAPPLREJECTIONREASON"
],
"BASE":
[
"I_INSURAPPLREJECTIONREASONT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/