I_InsurClmTasksPending

DDL: I_INSURCLMTASKSPENDING SQL: IICLTASKSPENDING Type: view COMPOSITE

Pending Tasks on Claim

I_InsurClmTasksPending is a Composite CDS View that provides data about "Pending Tasks on Claim" in SAP S/4HANA. It reads from 1 data source (I_InsurClaimTask) and exposes 50 fields with key fields InsuranceClaim, InsurClmSubclm, InsurClmActivitySequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_InsurClaimTask I_InsurClaimTask from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IICLTASKSPENDING view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Pending Tasks on Claim view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (50)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim InsuranceClaim Claim Number
KEY InsurClmSubclm InsurClmSubclm Subclaim
KEY InsurClmActivitySequenceNumber InsurClmActivitySequenceNumber No.
CreationDateTime Timestamp
ChangedOnDateTime Last Changed At
clientNULLasCreationDate
InsurClmActivity InsurClmActivity VAT Activity
InsurClmTaskManualFlag InsurClmTaskManualFlag Manually
InsurClmDueDateTime
clientNULLasInsurClmDueDate
InsurClmTaskCompleted InsurClmTaskCompleted Completed
InsurClmActivityStatus InsurClmActivityStatus Task Status
InsurClmProposedHandler InsurClmProposedHandler Claim Handler
InsurClmProposeHandlerCategory InsurClmProposeHandlerCategory Clm Hdlr Cat.
InsurClmSubActivityUsed InsurClmSubActivityUsed Activity Used
InsurClmSubobjectCategory InsurClmSubobjectCategory Subobject Cat.
InsurClmNavigate InsurClmNavigate Navigatn Target
InsurClmTaskName InsurClmTaskName User Group
InsurClmSubobject InsurClmSubobject Claim Subobject
InsurClmActyAssgmtSts InsurClmActyAssgmtSts Assgmt Status
InsurClmActyHdlrType InsurClmActyHdlrType Clm Hdlr Cat.
InsurClmActyHdlr InsurClmActyHdlr Clm Hdlr for Task
InsurClmActyHdlrTypeGrp InsurClmActyHdlrTypeGrp Clm Hdlr Cat.
InsurClmActyHdlrGrp InsurClmActyHdlrGrp CH Gp Task
InsurClmActyResubmsnDteTme InsurClmActyResubmsnDteTme
InsurClmActyTaskType InsurClmActyTaskType Task Type
InsurClmActyExprOrign InsurClmActyExprOrign Expressn Resp.
InsurClmActy1stSubmsnDuDteTme InsurClmActy1stSubmsnDuDteTme
InsurClmActyLtstStrtDteTme InsurClmActyLtstStrtDteTme
InsurClmActyLtstEndDteTme InsurClmActyLtstEndDteTme
InsurClmActyWrkflwPrio InsurClmActyWrkflwPrio Priority
InsurClmActyAuthznGrp InsurClmActyAuthznGrp Authorization Group
InsurClmActyIsSystActy InsurClmActyIsSystActy System Activity
InsurClmWorkflowStatus InsurClmWorkflowStatus WF Status
InsurClmActyIdOfWrkItm InsurClmActyIdOfWrkItm WorkItem ID
InsurClmActyIsMnlTsk InsurClmActyIsMnlTsk Only Manl Task
InsurClaimBundleType InsurClaimBundleType Clm Bundle Type
InsurClaimBundleTaskLogEntry InsurClaimBundleTaskLogEntry Task/Log Entry
InsurClaimIsManualCharacter InsurClaimIsManualCharacter Manl Character
InsurClmObjectCategory InsurClmObjectCategory Object Category
InsuranceClaimObject InsuranceClaimObject Reference Object
InsurClmSubclaimReferenceTask InsurClmSubclaimReferenceTask Ref.Subclaim
InsurClmRefNmbrActySqncNmbr InsurClmRefNmbrActySqncNmbr Ref. Number
InsuranceClaimReferenceTaskCat InsuranceClaimReferenceTaskCat Ref. Category
InsuranceClaimParentSubclaim InsuranceClaimParentSubclaim Higher-Level Claim Subobject - Subclaim
InsurClmParSubobjCat InsurClmParSubobjCat Higher-Level Claim Subobject - Category
InsuranceClaimParentSubobject InsuranceClaimParentSubobject Higher-Level Claim Subobject - Object
InsuranceClaimTextLanguage InsuranceClaimTextLanguage Language Text
InsuranceClaimIsForwarded InsuranceClaimIsForwarded Boole
InsuranceDataAgingObjectDate InsuranceDataAgingObjectDate Data Aging

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 I_InsurClmTasksPending.
-- 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.
-- SQL view name: IICLTASKSPENDING

CREATE VIEW I_InsurClmTasksPending AS
SELECT
  InsuranceClaim,
  InsurClmSubclm,
  InsurClmActivitySequenceNumber,
  cast( CreationDateTime as icl_achangetime_fiori preserving type ) AS CreationDateTime,
  cast( ChangedOnDateTime as icl_achangetime_fiori preserving type ) AS ChangedOnDateTime,
  tstmp_to_dats( CreationDateTime, abap_system_timezone( $session.client,'NULL' ), $session.client, 'NULL' ) as CreationDate AS clientNULLasCreationDate,
  InsurClmActivity,
  InsurClmTaskManualFlag,
  cast( InsurClmDueDateTime as icl_achangetime_fiori preserving type ) AS InsurClmDueDateTime,
  tstmp_to_dats( InsurClmDueDateTime, abap_system_timezone( $session.client,'NULL' ), $session.client, 'NULL' ) as InsurClmDueDate AS clientNULLasInsurClmDueDate,
  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
FROM I_InsurClaimTask
;