I_EWM_WhseSystIsDecentralized

DDL: I_EWM_WHSESYSTISDECENTRALIZED SQL: IEWMWHSSYSTDEC Type: view BASIC

EWM Warehouse System Decentralized

I_EWM_WhseSystIsDecentralized is a Basic CDS View that provides data about "EWM Warehouse System Decentralized" in SAP S/4HANA. It reads from 1 data source (/scwm/tglobal_c) and exposes 1 field with key field WarehouseSystemIsDecentralized.

Data Sources (1)

SourceAliasJoin Type
/scwm/tglobal_c /scwm/tglobal_c from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IEWMWHSSYSTDEC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey WarehouseSystemIsDecentralized view
EndUserText.label EWM Warehouse System Decentralized view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY WarehouseSystemIsDecentralized is_decentral EWM is Decentralized

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_EWM_WhseSystIsDecentralized.
-- 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: IEWMWHSSYSTDEC

CREATE VIEW I_EWM_WhseSystIsDecentralized AS
SELECT
  is_decentral AS WarehouseSystemIsDecentralized
FROM /scwm/tglobal_c
;