C_InvgCsMCasePriorityVH

DDL: C_INVGCSMCASEPRIORITYVH SQL: CICMCASEPRIOVH Type: view CONSUMPTION

Consumption View for ICM Case Priority Value Help

C_InvgCsMCasePriorityVH is a Consumption CDS View that provides data about "Consumption View for ICM Case Priority Value Help" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMCasePriority) and exposes 2 fields with key field InvgCsMPriority. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMCasePriority I_InvgCsMCasePriority from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_InvgCsMCasePriorityText _PriorityText $projection.InvgCsMPriority = _PriorityText.InvgCsMPriority

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CICMCASEPRIOVH view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Consumption View for ICM Case Priority Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InvgCsMPriority InvgCsMPriority Workflow priority
_PriorityText _PriorityText

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 C_InvgCsMCasePriorityVH.
-- 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: CICMCASEPRIOVH

CREATE VIEW C_InvgCsMCasePriorityVH AS
SELECT
  InvgCsMPriority
FROM I_InvgCsMCasePriority
LEFT OUTER JOIN C_InvgCsMCasePriorityText AS _PriorityText ON InvgCsMPriority = _PriorityText.InvgCsMPriority  -- association [0..*]
;