ICLPARTOCC
Participant Occurrence
ICLPARTOCC is an SAP database table in S/4HANA. Participant Occurrence. It contains 16 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_INS_ClaimParticipantOccrnc | view_entity | from | EXTENSION | Claim Participant Occurrence – Extension |
| E_InsuranceClaimParticipant | view_entity | from | EXTENSION | Insurance Claim Participant - Extension |
| E_InsurClmPrtcpntInquiry | view | from | EXTENSION | Kundenerweiterung für I_InsurClmPrtcpntInqry |
| I_InsurClmPrtcpntOccrnc | view | from | COMPOSITE | Schadenmeldung - Beteiligte |
| I_InsurClmPrtcpntOccrnc_2 | view_entity | from | BASIC | Basic Claim Participant Occurrence |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | active | ICL_ACTIVE | Active/Suspense | |||
| KEY | claim | ICL_CLAIM | Claim Number | |||
| KEY | subobjcat | ICL_SUBOBJCAT | Subobject Cat. | |||
| KEY | subobject | ICL_SUBOBJECT | Claim Subobject | |||
| KEY | role | ICL_ROLE | ParticipantRole | |||
| KEY | bpartner | ICL_PART | Participant | |||
| changetime | ICL_CHANGEUTC1 | Changed On | ||||
| changedby | ICL_CHANGEDBY | Changed By | ||||
| deleted | ICL_RECSTATUS | Status | ||||
| xmanual | ICL_PARTOCC01 | Manual Entry | ||||
| xinitialprovider | ICL_PARTOCC02 | InitialMedProv | ||||
| xprocure | ICL_XPROCURE | Procrmnt w. BP | ||||
| assign_guid | ICL_ASSIGN_GUID | Link UUID | ||||
| _dataaging | DATA_TEMPERATURE | Data Aging | ||||
| dummy_iclvdm_part_incl_eew_ps | CFD_DUMMY | Dummy |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Participant Occurrence
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ICLPARTOCC (
CLIENT, -- Client [MANDT]
ACTIVE, -- Active/Suspense [ICL_ACTIVE]
CLAIM, -- Claim Number [ICL_CLAIM]
SUBOBJCAT, -- Subobject Cat. [ICL_SUBOBJCAT]
SUBOBJECT, -- Claim Subobject [ICL_SUBOBJECT]
ROLE, -- ParticipantRole [ICL_ROLE]
BPARTNER, -- Participant [ICL_PART]
CHANGETIME, -- Changed On [ICL_CHANGEUTC1]
CHANGEDBY, -- Changed By [ICL_CHANGEDBY]
DELETED, -- Status [ICL_RECSTATUS]
XMANUAL, -- Manual Entry [ICL_PARTOCC01]
XINITIALPROVIDER, -- InitialMedProv [ICL_PARTOCC02]
XPROCURE, -- Procrmnt w. BP [ICL_XPROCURE]
ASSIGN_GUID, -- Link UUID [ICL_ASSIGN_GUID]
_DATAAGING, -- Data Aging [DATA_TEMPERATURE]
DUMMY_ICLVDM_PART_INCL_EEW_PS, -- Dummy [CFD_DUMMY]
PRIMARY KEY (CLIENT, ACTIVE, CLAIM, SUBOBJCAT, SUBOBJECT, ROLE, BPARTNER)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA