P_ProcIntegDsputCaseMultiple
P_ProcIntegDsputCaseMultiple is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_CaseAttribute, P_ProcIntegDsputCaseMultiLtst) and exposes 11 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_CaseAttribute | _CaseAttribute | inner |
| P_ProcIntegDsputCaseMultiLtst | _ProcIntegDsputCaseMultiLtst | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PDCASEMULTIPLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ObjectKey | P_ProcIntegDsputCaseMultiLtst | ObjectKey | Object Key | |
| CaseID | I_CaseAttribute | CaseID | Case ID | |
| CaseUniqueID | I_CaseAttribute | CaseUniqueID | UUID | |
| CasePriority | I_CaseAttribute | CasePriority | Priority | |
| CasePriorityName | ||||
| CaseTitle | I_CaseAttribute | CaseTitle | Case Title | |
| CaseReason | I_CaseAttribute | CaseReason | Reason | |
| CaseReasonName | ||||
| CaseStatus | I_CaseAttribute | CaseStatus | Status | |
| CaseStatusName | ||||
| CaseProcessor | I_CaseAttribute | CaseProcessor | Processor |
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 P_ProcIntegDsputCaseMultiple.
-- 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: PDCASEMULTIPLE
CREATE VIEW P_ProcIntegDsputCaseMultiple AS
SELECT
_ProcIntegDsputCaseMultiLtst.ObjectKey AS ObjectKey,
_CaseAttribute.CaseID AS CaseID,
_CaseAttribute.CaseUniqueID AS CaseUniqueID,
_CaseAttribute.CasePriority AS CasePriority,
_CaseAttribute._Priority._Text[1:Language = $session.system_language].CasePriorityName AS CasePriorityName,
_CaseAttribute.CaseTitle AS CaseTitle,
_CaseAttribute.CaseReason AS CaseReason,
_CaseAttribute._Reasons._Text[1:Language = $session.system_language].CaseReasonName AS CaseReasonName,
_CaseAttribute.CaseStatus AS CaseStatus,
_CaseAttribute._Individual._Text[1:Language = $session.system_language].CaseStatusName AS CaseStatusName,
_CaseAttribute.CaseProcessor AS CaseProcessor
FROM P_ProcIntegDsputCaseMultiLtst AS _ProcIntegDsputCaseMultiLtst
INNER JOIN I_CaseAttribute AS _CaseAttribute ON /* join condition not captured in parsed metadata */
;
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