I_InvgCsMCasePriority

DDL: I_INVGCSMCASEPRIORITY SQL: IICMCASEPRIORITY Type: view BASIC

Basic View for ICM Case Priority

I_InvgCsMCasePriority is a Basic CDS View that provides data about "Basic View for ICM Case Priority" in SAP S/4HANA. It reads from 1 data source (scmgattr_prio) and exposes 1 field with key field InvgCsMPriority.

Data Sources (1)

SourceAliasJoin Type
scmgattr_prio scmgattr_prio from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IICMCASEPRIORITY view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic View for ICM Case Priority view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InvgCsMPriority 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_InvgCsMCasePriority.
-- 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: IICMCASEPRIORITY

CREATE VIEW I_InvgCsMCasePriority AS
SELECT
  priority AS InvgCsMPriority
FROM scmgattr_prio
;