A_InsurContrPlannedProcessing

DDL: A_INSURCONTRPLANNEDPROCESSING Type: view_entity CONSUMPTION

Contract Planned Processing

A_InsurContrPlannedProcessing is a Consumption CDS View that provides data about "Contract Planned Processing" in SAP S/4HANA. It reads from 1 data source (R_InsurContrPlndProcessingTP) and exposes 8 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr.

Data Sources (1)

SourceAliasJoin Type
R_InsurContrPlndProcessingTP R_InsurContrPlndProcessingTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Contract Planned Processing view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
OData.entityType.name InsurContrPlannedProcessing_Type view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyUUID InsurPlcyUUID
KEY InsurPlcyInsurContr InsurPlcyInsurContr
InsurPolicyContractPackageID InsurPolicyContractPackageID
InsurPlcyPlannedProcessingType InsurPlcyPlannedProcessingType
InsurPolicyTimeModelFunction InsurPolicyTimeModelFunction
InsurPlcyPlndProcgEffctvDate InsurPlcyPlndProcgEffctvDate
InsurPlcyPlndProcgProcgRelDte InsurPlcyPlndProcgProcgRelDte
InsurPlcyPlannedDateCategory InsurPlcyPlannedDateCategory
@EndUserText.label: 'Contract Planned Processing'
@VDM: {
  viewType:#CONSUMPTION,
  lifecycle.contract.type:#PUBLIC_REMOTE_API,
  usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata: {
  ignorePropagatedAnnotations:true
}
@ObjectModel: {
   semanticKey: [ 'InsurPlcyPlannedProcessingType' ],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}
@OData.entityType.name: 'InsurContrPlannedProcessing_Type'

define view entity A_InsurContrPlannedProcessing
  as projection on R_InsurContrPlndProcessingTP

{
  key    InsurPlcyUUID,
  key    InsurPlcyInsurContr,
         InsurPolicyContractPackageID,
         @ObjectModel.sapObjectNodeTypeReference: 'InsurPlcyPlannedProcessingType'
         InsurPlcyPlannedProcessingType,
         @ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyTimeModelFunction'
         InsurPolicyTimeModelFunction,
         InsurPlcyPlndProcgEffctvDate,
         InsurPlcyPlndProcgProcgRelDte,
         @ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyPlannedDateCategory'
         InsurPlcyPlannedDateCategory,

         /* Associations */
         _InsuranceContract : redirected to parent A_InsuranceContract

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