A_InsurPlcyContractStatus

DDL: A_INSURPLCYCONTRACTSTATUS Type: view_entity CONSUMPTION Package: VDM_PM_PLCY_AUX_API

Insur Plcy Contract Status

A_InsurPlcyContractStatus is a Consumption CDS View that provides data about "Insur Plcy Contract Status" in SAP S/4HANA. It reads from 1 data source (I_InsurPlcyContractStatus) and exposes 2 fields with key field InsurPlcyContrLifeCycleStatus. It is exposed through 1 OData service (API_INSURPLCYCONTRACTSTATUS). Part of development package VDM_PM_PLCY_AUX_API.

Data Sources (1)

SourceAliasJoin Type
I_InsurPlcyContractStatus I_InsurPlcyContractStatus projection

Annotations (11)

NameValueLevelField
EndUserText.label Insur Plcy Contract Status view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsurPlcyContrLifeCycleStatus view
ObjectModel.sapObjectNodeType.name InsurPlcyContractStatus 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 InsurPlcyContractStatus_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSURPLCYCONTRACTSTATUS API_INSURPLCYCONTRACTSTATUS V4 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyContrLifeCycleStatus InsurPlcyContrLifeCycleStatus
InsurPlcyContrLifeCycleStsNamelocalized
@EndUserText.label: 'Insur Plcy Contract Status'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
                representativeKey: 'InsurPlcyContrLifeCycleStatus',
                sapObjectNodeType.name: 'InsurPlcyContractStatus',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurPlcyContractStatus_Type'
define root view entity A_InsurPlcyContractStatus
  as projection on I_InsurPlcyContractStatus

{
      @ObjectModel.text.element: ['InsurPlcyContrLifeCycleStsName']
  key InsurPlcyContrLifeCycleStatus,
      @Semantics.text: true
      _Text.InsurPlcyContrLifeCycleStsName : localized,
      _Text : redirected to composition child A_InsurPlcyContractStatusT
}