I_EWM_WaveStatusText_2
Warehouse Wave Status - Text
I_EWM_WaveStatusText_2 is a Basic CDS View that provides data about "Warehouse Wave Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields domvalue_lasscwmde_stwaveasEWMWaveStatus, Language. Part of development package VDM_EWM_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | Domain | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Warehouse Wave Status - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | EWMWaveStatus | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
//@AbapCatalog.sqlViewName: 'IEWMWVSTATUST_2'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
//@AccessControl.authorizationCheck: #CHECK
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Warehouse Wave Status - Text'
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'EWMWaveStatus'
@VDM.viewType:#BASIC
@ObjectModel.usageType: {serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #M}
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities:[ #CDS_MODELING_DATA_SOURCE ]
define view entity I_EWM_WaveStatusText_2
as select from dd07t as Domain
{
@EndUserText.label: 'Warehouse Wave Status'
@ObjectModel.text.element: ['EWMWaveStatusName']
key cast( Domain.domvalue_l as /scwm/de_stwave )as EWMWaveStatus,
@Semantics.language: true
key Domain.ddlanguage as Language,
@EndUserText.label: 'Warehouse Wave Status Name'
@Semantics.text: true
@Search.defaultSearchElement: true
Domain.ddtext as EWMWaveStatusName
}
where
Domain.as4local = 'A'
and Domain.domname = '/SCWM/DO_STWAVE'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA