I_InsurClmTasksPending
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)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClaimTask | I_InsurClaimTask | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA