I_EWM_WaveTypeText_2

DDL: I_EWM_WAVETYPETEXT_2 Type: view_entity BASIC

Warehouse Wave Type - Text

I_EWM_WaveTypeText_2 is a Basic CDS View that provides data about "Warehouse Wave Type - Text" in SAP S/4HANA. It reads from 1 data source (/scwm/twavetypet) and exposes 4 fields with key fields Language, EWMWarehouse, WaveType.

Data Sources (1)

SourceAliasJoin Type
/scwm/twavetypet WaveTypeText from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Warehouse Wave Type - Text view
VDM.viewType #BASIC view
ObjectModel.representativeKey WaveType view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IEWMWVTYPET2 view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language langu Primary lang.
KEY EWMWarehouse lgnum Whse Number
KEY WaveType wave_type Wave Type
WaveTypeName text User Group

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_WaveTypeText_2.
-- 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.

CREATE VIEW I_EWM_WaveTypeText_2 AS
SELECT
  langu AS Language,
  lgnum AS EWMWarehouse,
  wave_type AS WaveType,
  text AS WaveTypeName
FROM /scwm/twavetypet AS WaveTypeText
;