C_InvgCsMCasePriorityText

DDL: C_INVGCSMCASEPRIORITYTEXT SQL: CICMCASEPRIOT Type: view CONSUMPTION

Consumption View for ICM Case Priority Text

C_InvgCsMCasePriorityText is a Consumption CDS View that provides data about "Consumption View for ICM Case Priority Text" in SAP S/4HANA. It reads from 1 data source (I_InvgCsMCasePriorityText) and exposes 3 fields with key fields Language, InvgCsMPriority.

Data Sources (1)

SourceAliasJoin Type
I_InvgCsMCasePriorityText I_InvgCsMCasePriorityText from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CICMCASEPRIOT view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey InvgCsMPriority 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 Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY InvgCsMPriority InvgCsMPriority Workflow priority
InvgCsMCasePriorityText InvgCsMCasePriorityText Well Code Des.

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_InvgCsMCasePriorityText.
-- 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: CICMCASEPRIOT

CREATE VIEW C_InvgCsMCasePriorityText AS
SELECT
  Language,
  InvgCsMPriority,
  InvgCsMCasePriorityText
FROM I_InvgCsMCasePriorityText
;