R_INSURCLMSRVCSTASKTP
Claim Services Tasks TP
R_INSURCLMSRVCSTASKTP is a CDS View in S/4HANA. Claim Services Tasks TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClaimServicesTask | view_entity | projection | CONSUMPTION | Claim Services Task |
@EndUserText.label: 'Claim Services Tasks TP'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel: {
semanticKey: [ 'InsuranceClaim' ],
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@ObjectModel.sapObjectNodeType.name: 'InsuranceClaimsServices'
define view entity R_InsurClmSrvcsTaskTP
as select from I_InsurClmTasksPending
association to parent R_InsurClmSrvcsInsurClaimTP as _InsurClaim on $projection.InsuranceClaim = _InsurClaim.InsuranceClaim
{
key InsuranceClaim,
key InsurClmSubclm,
key InsurClmActivitySequenceNumber,
CreationDateTime,
ChangedOnDateTime,
CreationDate,
InsurClmActivity,
InsurClmTaskManualFlag,
InsurClmDueDateTime,
InsurClmDueDate,
InsurClmTaskTimeDifference,
InsurClmTaskCompleted,
InsurClmActivityStatus,
InsurClmProposedHandler,
InsurClmProposeHandlerCategory,
InsurClmSubActivityUsed,
InsurClmSubobjectCategory,
InsurClmNavigate,
InsurClmTaskName,
InsurClmSubobject,
InsurClmActyAssgmtSts,
InsurClmActyHdlrType,
InsurClmActyHdlr,
InsurClmActyHdlrTypeGrp,
InsurClmActyHdlrGrp,
InsurClmActyResubmsnDteTme,
InsurClmActyTaskType,
InsurClmActyExprOrign,
InsurClmActy1stSubmsnDuDteTme,
InsurClmActyLtstStrtDteTme,
InsurClmActyLtstEndDteTme,
InsurClmActyWrkflwPrio,
InsurClmActyAuthznGrp,
InsurClmActyIsSystActy,
InsurClmWorkflowStatus,
InsurClmActyIdOfWrkItm,
InsurClmActyIsMnlTsk,
InsurClaimBundleType,
InsurClaimBundleTaskLogEntry,
InsurClaimIsManualCharacter,
InsurClmObjectCategory,
InsuranceClaimObject,
InsurClmSubclaimReferenceTask,
InsurClmRefNmbrActySqncNmbr,
InsuranceClaimReferenceTaskCat,
InsuranceClaimParentSubclaim,
InsurClmParSubobjCat,
InsuranceClaimParentSubobject,
InsuranceClaimTextLanguage,
InsuranceClaimIsForwarded,
InsuranceDataAgingObjectDate,
cast ('' as bu_chind preserving type ) as InsuranceClaimChangeCategory,
//Association
_InsurClaim
}