R_InsurClmSrvcsTaskTP

DDL: R_INSURCLMSRVCSTASKTP Type: view_entity TRANSACTIONAL

Claim Services Tasks TP

R_InsurClmSrvcsTaskTP is a Transactional CDS View that provides data about "Claim Services Tasks TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmTasksPending) and exposes 53 fields with key fields InsuranceClaim, InsurClmSubclm, InsurClmActivitySequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_InsurClmTasksPending I_InsurClmTasksPending from

Annotations (9)

NameValueLevelField
EndUserText.label Claim Services Tasks TP view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.sapObjectNodeType.name InsuranceClaimsServices view

Fields (53)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim Claim Number
KEY InsurClmSubclm InsurClmSubclm Subclaim
KEY InsurClmActivitySequenceNumber InsurClmActivitySequenceNumber
CreationDateTime CreationDateTime Timestamp
ChangedOnDateTime ChangedOnDateTime Last Changed At
CreationDate CreationDate Time Stamp
InsurClmActivity InsurClmActivity
InsurClmTaskManualFlag InsurClmTaskManualFlag
InsurClmDueDateTime InsurClmDueDateTime
InsurClmDueDate InsurClmDueDate
InsurClmTaskTimeDifference InsurClmTaskTimeDifference
InsurClmTaskCompleted InsurClmTaskCompleted
InsurClmActivityStatus InsurClmActivityStatus
InsurClmProposedHandler InsurClmProposedHandler
InsurClmProposeHandlerCategory InsurClmProposeHandlerCategory
InsurClmSubActivityUsed InsurClmSubActivityUsed
InsurClmSubobjectCategory InsurClmSubobjectCategory Subobject Cat.
InsurClmNavigate InsurClmNavigate
InsurClmTaskName InsurClmTaskName
InsurClmSubobject InsurClmSubobject Claim Subobject
InsurClmActyAssgmtSts InsurClmActyAssgmtSts Assgmt Status
InsurClmActyHdlrType InsurClmActyHdlrType
InsurClmActyHdlr InsurClmActyHdlr
InsurClmActyHdlrTypeGrp InsurClmActyHdlrTypeGrp
InsurClmActyHdlrGrp InsurClmActyHdlrGrp
InsurClmActyResubmsnDteTme InsurClmActyResubmsnDteTme
InsurClmActyTaskType InsurClmActyTaskType
InsurClmActyExprOrign InsurClmActyExprOrign
InsurClmActy1stSubmsnDuDteTme InsurClmActy1stSubmsnDuDteTme
InsurClmActyLtstStrtDteTme InsurClmActyLtstStrtDteTme
InsurClmActyLtstEndDteTme InsurClmActyLtstEndDteTme
InsurClmActyWrkflwPrio InsurClmActyWrkflwPrio
InsurClmActyAuthznGrp InsurClmActyAuthznGrp
InsurClmActyIsSystActy InsurClmActyIsSystActy
InsurClmWorkflowStatus InsurClmWorkflowStatus WF Status
InsurClmActyIdOfWrkItm InsurClmActyIdOfWrkItm
InsurClmActyIsMnlTsk InsurClmActyIsMnlTsk
InsurClaimBundleType InsurClaimBundleType Clm Bundle Type
InsurClaimBundleTaskLogEntry InsurClaimBundleTaskLogEntry
InsurClaimIsManualCharacter InsurClaimIsManualCharacter
InsurClmObjectCategory InsurClmObjectCategory
InsuranceClaimObject InsuranceClaimObject
InsurClmSubclaimReferenceTask InsurClmSubclaimReferenceTask
InsurClmRefNmbrActySqncNmbr InsurClmRefNmbrActySqncNmbr
InsuranceClaimReferenceTaskCat InsuranceClaimReferenceTaskCat
InsuranceClaimParentSubclaim InsuranceClaimParentSubclaim
InsurClmParSubobjCat InsurClmParSubobjCat
InsuranceClaimParentSubobject InsuranceClaimParentSubobject
InsuranceClaimTextLanguage InsuranceClaimTextLanguage
InsuranceClaimIsForwarded InsuranceClaimIsForwarded
InsuranceDataAgingObjectDate InsuranceDataAgingObjectDate Data Aging
InsuranceClaimChangeCategory
_InsurClaim _InsurClaim

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_InsurClmSrvcsTaskTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_InsurClmSrvcsTaskTP AS
SELECT
  InsuranceClaim,
  InsurClmSubclm,
  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
FROM I_InsurClmTasksPending
;