I_EWM_StorageTypeText_2
Storage Type - Text
I_EWM_StorageTypeText_2 is a Basic CDS View that provides data about "Storage Type - Text" in SAP S/4HANA. It reads from 1 data source (/scwm/t301t) and exposes 5 fields with key fields Language, EWMWarehouse, EWMStorageType. It has 1 association to related views. Part of development package VDM_EWM_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /scwm/t301t | StorageTypeName | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_EWM_WarehouseNumber_2 | _Warehouse | $projection.EWMWarehouse = _Warehouse.EWMWarehouse |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Storage Type - Text | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | EWMStorageType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IEWMSTRGTYPTXT2 | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | EWMWarehouse | lgnum | ||
| KEY | EWMStorageType | lgtyp | ||
| EWMStorageTypeName | ltypt | |||
| _Warehouse | _Warehouse |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Storage Type - Text'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'EWMStorageType'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IEWMSTRGTYPTXT2'
@ObjectModel.usageType: {serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #M}
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SEARCHABLE_ENTITY ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations:true
define view entity I_EWM_StorageTypeText_2
as select from /scwm/t301t as StorageTypeName
association [0..1] to I_EWM_WarehouseNumber_2 as _Warehouse on $projection.EWMWarehouse = _Warehouse.EWMWarehouse
{
@Semantics.language: true
key spras as Language,
@ObjectModel.foreignKey.association: '_Warehouse'
key lgnum as EWMWarehouse,
key lgtyp as EWMStorageType,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
ltypt as EWMStorageTypeName,
_Warehouse
}
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