A_InsurApplLifeCycleStatus

DDL: A_INSURAPPLLIFECYCLESTATUS Type: view_entity CONSUMPTION Package: VDM_PM_PLCY_AUX_API

Insur Application Life Cycle Status

A_InsurApplLifeCycleStatus is a Consumption CDS View that provides data about "Insur Application Life Cycle Status" in SAP S/4HANA. It reads from 1 data source (I_InsurApplLifeCycleStatus) and exposes 2 fields with key field InsurApplLifeCycSts. It is exposed through 1 OData service (API_INSURAPPLLIFECYCLESTATUS). Part of development package VDM_PM_PLCY_AUX_API.

Data Sources (1)

SourceAliasJoin Type
I_InsurApplLifeCycleStatus I_InsurApplLifeCycleStatus projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Application Life Cycle Status view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsurApplLifeCycSts view
ObjectModel.sapObjectNodeType.name InsurApplLifeCycleStatus 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 InsurApplLifeCycleStatus_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURAPPLLIFECYCLESTATUS API_INSURAPPLLIFECYCSTATUS V4 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurApplLifeCycSts InsurApplLifeCycSts
InsurApplLifeCycStsNamelocalized
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Application Life Cycle Status'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
                representativeKey: 'InsurApplLifeCycSts',
                sapObjectNodeType.name: 'InsurApplLifeCycleStatus',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
                
}
@VDM : { 
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurApplLifeCycleStatus_Type'
define root view entity A_InsurApplLifeCycleStatus
  as projection on I_InsurApplLifeCycleStatus
{       
        @ObjectModel.text.element: ['InsurApplLifeCycStsName']
        @Search.defaultSearchElement: true
        @Search.ranking: #HIGH
    key InsurApplLifeCycSts,
        @Search.defaultSearchElement: true
        @Search.fuzzinessThreshold: 0.8
        @Search.ranking: #LOW
        @Semantics.text: true
        _Text.InsurApplLifeCycStsName : localized,
        _Text : redirected to composition child A_InsurApplLifeCycleStatusT

}