I_InsuranceClaimShadowTask
Schattentabelle: Aufgabe bei Fallschäden
I_InsuranceClaimShadowTask is a Basic CDS View that provides data about "Schattentabelle: Aufgabe bei Fallschäden" in SAP S/4HANA. It reads from 1 data source (icsactivity) and exposes 54 fields with key fields InsuranceClaim, InsurClmSubclm, InsurClmActivitySequenceNumber, clientNULLasInsurClmChangeDate, clientNULLasInsurClmChangedTime.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| icsactivity | icsactivity | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IICLCLMSHDWTASK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Schattentabelle: Aufgabe bei Fallschäden | view |
Fields (54)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | claim | Policy Snapshot | |
| KEY | InsurClmSubclm | subclaim | Subclaim | |
| KEY | InsurClmActivitySequenceNumber | actnumber | No. | |
| KEY | clientNULLasInsurClmChangeDate | |||
| KEY | clientNULLasInsurClmChangedTime | |||
| ChangedOnDateTime | Created | |||
| CreationDateTime | Time | |||
| InsurClmActivity | activity | VAT Activity | ||
| InsurClmTaskManualFlag | xmanual | Manually | ||
| InsurClmTaskName | text | User Group | ||
| InsurClmDueDateTime | Due Time | |||
| InsurClmTaskCompleted | xdone | Completed | ||
| InsurClmActivityStatus | act_status | Task Status | ||
| InsurClmSubobjectCategory | subobjcat | Subobject Cat. | ||
| InsurClmSubobject | subobject | Triggering obj. | ||
| InsurClmProposedHandler | man_actorid | Claim Handler | ||
| InsurClmSubActivityUsed | subactivityused | Activity Used | ||
| InsurClmProposeHandlerCategory | man_otype | Clm Hdlr Cat. | ||
| InsurClmNavigate | navigate | Navigatn Target | ||
| InsurClmChangedBy | changedby | User Name | ||
| InsurClmDatabaseLineStatus | deleted | Truth Value | ||
| CreatedByUser | createdby | User Name | ||
| InsurClmActyAssgmtSts | act_assign_state | Assgmt Status | ||
| InsurClmActyHdlrType | act_handlertype | Clm Hdlr Cat. | ||
| InsurClmActyHdlr | act_handler | Clm Hdlr for Task | ||
| InsurClmActyHdlrTypeGrp | act_hndlrtp_grp | Clm Hdlr Cat. | ||
| InsurClmActyHdlrGrp | act_handler_grp | CH Gp Task | ||
| InsurClmActyResubmsnDteTme | Resubmission | |||
| InsurClmActyTaskType | act_grp_cat | Task Type | ||
| InsurClmActyExprOrign | expression_orig | Expressn Resp. | ||
| InsurClmActy1stSubmsnDuDteTme | 1st Submssn | |||
| InsurClmActyLtstStrtDteTme | Latest Start | |||
| InsurClmActyLtstEndDteTme | Latest End | |||
| InsurClmActyWrkflwPrio | priority_wf | Priority | ||
| InsurClmActyAuthznGrp | authgrp | Authorization Group | ||
| InsurClaimBundleType | cctype | Clm Bundle Type | ||
| InsurClaimBundleTaskLogEntry | task_ccevent | Task/Log Entry | ||
| InsurClmActyIsSystActy | xsystem_activity | System Activity | ||
| InsurClmActyIsMnlTsk | manual_task_only | Only Manl Task | ||
| InsurClaimIsManualCharacter | manual_character | Manl Character | ||
| InsurClmWrkflwRlvt | wf_relevant | Workflow | ||
| InsurClmWorkflowStatus | wf_status | Workflow Status | ||
| InsurClmObjectCategory | ref_objcat | Object Category | ||
| InsuranceClaimObject | ref_object | Reference Object | ||
| InsurClmSubclaimReferenceTask | reftask_subclaim | Ref.Subclaim | ||
| InsurClmRefNmbrActySqncNmbr | reftask_actno | Ref. Number | ||
| InsuranceClaimReferenceTaskCat | reftask_category | Ref. Category | ||
| InsuranceClaimParentSubclaim | parent_subclaim | Higher-Level Claim Subobject - Subclaim | ||
| InsurClmParSubobjCat | parent_subobjcat | Higher-Level Claim Subobject - Category | ||
| InsuranceClaimParentSubobject | parent_subobject | Higher-Level Claim Subobject - Object | ||
| InsurClmActyIdOfWrkItm | wi_id | WorkItem ID | ||
| InsuranceClaimTextLanguage | text_langu | Language Text | ||
| InsuranceClaimIsForwarded | xforwarded | Boole | ||
| InsurClmActyPrio | priority | Workflow priority |
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_InsuranceClaimShadowTask.
-- 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: IICLCLMSHDWTASK
CREATE VIEW I_InsuranceClaimShadowTask AS
SELECT
claim AS InsuranceClaim,
subclaim AS InsurClmSubclm,
actnumber AS InsurClmActivitySequenceNumber,
tstmp_to_dats( changetime, abap_system_timezone( $session.client,'NULL' ), $session.client, 'NULL' ) as InsurClmChangeDate AS clientNULLasInsurClmChangeDate,
tstmp_to_tims( changetime, abap_system_timezone( $session.client,'NULL' ), $session.client, 'NULL' ) as InsurClmChangedTime AS clientNULLasInsurClmChangedTime,
cast(changetime as timestamp) AS ChangedOnDateTime,
cast(createtime as timestamp) AS CreationDateTime,
activity AS InsurClmActivity,
xmanual AS InsurClmTaskManualFlag,
text AS InsurClmTaskName,
cast(duetime as timestamp) AS InsurClmDueDateTime,
xdone AS InsurClmTaskCompleted,
act_status AS InsurClmActivityStatus,
subobjcat AS InsurClmSubobjectCategory,
subobject AS InsurClmSubobject,
man_actorid AS InsurClmProposedHandler,
subactivityused AS InsurClmSubActivityUsed,
man_otype AS InsurClmProposeHandlerCategory,
navigate AS InsurClmNavigate,
changedby AS InsurClmChangedBy,
deleted AS InsurClmDatabaseLineStatus,
createdby AS CreatedByUser,
act_assign_state AS InsurClmActyAssgmtSts,
act_handlertype AS InsurClmActyHdlrType,
act_handler AS InsurClmActyHdlr,
act_hndlrtp_grp AS InsurClmActyHdlrTypeGrp,
act_handler_grp AS InsurClmActyHdlrGrp,
cast ( resubm_time as icl_achangetime_fiori preserving type) AS InsurClmActyResubmsnDteTme,
act_grp_cat AS InsurClmActyTaskType,
expression_orig AS InsurClmActyExprOrign,
cast ( duedate_time1 as icl_achangetime_fiori preserving type) AS InsurClmActy1stSubmsnDuDteTme,
cast ( duedate_time2 as icl_achangetime_fiori preserving type) AS InsurClmActyLtstStrtDteTme,
cast ( duedate_time3 as icl_achangetime_fiori preserving type) AS InsurClmActyLtstEndDteTme,
priority_wf AS InsurClmActyWrkflwPrio,
authgrp AS InsurClmActyAuthznGrp,
cctype AS InsurClaimBundleType,
task_ccevent AS InsurClaimBundleTaskLogEntry,
xsystem_activity AS InsurClmActyIsSystActy,
manual_task_only AS InsurClmActyIsMnlTsk,
manual_character AS InsurClaimIsManualCharacter,
wf_relevant AS InsurClmWrkflwRlvt,
wf_status AS InsurClmWorkflowStatus,
ref_objcat AS InsurClmObjectCategory,
ref_object AS InsuranceClaimObject,
reftask_subclaim AS InsurClmSubclaimReferenceTask,
reftask_actno AS InsurClmRefNmbrActySqncNmbr,
reftask_category AS InsuranceClaimReferenceTaskCat,
parent_subclaim AS InsuranceClaimParentSubclaim,
parent_subobjcat AS InsurClmParSubobjCat,
parent_subobject AS InsuranceClaimParentSubobject,
wi_id AS InsurClmActyIdOfWrkItm,
text_langu AS InsuranceClaimTextLanguage,
xforwarded AS InsuranceClaimIsForwarded,
priority AS InsurClmActyPrio
FROM icsactivity
;
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