I_EWM_SerialNumberHeader_2
Serial Number Header
I_EWM_SerialNumberHeader_2 is a Basic CDS View (Dimension) that provides data about "Serial Number Header" in SAP S/4HANA. It reads from 1 data source (/scwm/serh2) and exposes 7 fields with key fields EWMWarehouse, EntitledToDisposeParty, ProductUUID. It has 2 associations to related views. Part of development package VDM_EWM_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /scwm/serh2 | /scwm/serh2 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_EWM_WarehouseNumber_2 | _Warehouse | $projection.EWMWarehouse = _Warehouse.EWMWarehouse |
| [0..1] | I_BusinessPartner | _BusinessPartner | $projection.EntitledToDisposeParty = _BusinessPartner.BusinessPartner |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.technicalName | IEWMSERH3 | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.representativeKey | ProductUUID | view | |
| Analytics.internalName | #LOCAL | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Serial Number Header | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EWMWarehouse | lgnum | ||
| KEY | EntitledToDisposeParty | entitled | ||
| KEY | ProductUUID | |||
| SerialNumberRequiredLevel | stock | |||
| IsBusinessPurposeCompleted | _BusinessPartner | IsBusinessPurposeCompleted | ||
| _Warehouse | _Warehouse | |||
| _BusinessPartner | _BusinessPartner |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType:#BASIC
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IEWMSERH3'
@ObjectModel.usageType: {serviceQuality: #A,
dataClass: #MASTER,
sizeCategory: #M}
@Metadata.ignorePropagatedAnnotations:true
@AccessControl.personalData.blocking:#REQUIRED
@ObjectModel.representativeKey: 'ProductUUID'
@Analytics.internalName: #LOCAL
@Metadata.allowExtensions:true
@EndUserText.label: 'Serial Number Header'
define view entity I_EWM_SerialNumberHeader_2 as select from /scwm/serh2
association [0..1] to I_EWM_WarehouseNumber_2 as _Warehouse on $projection.EWMWarehouse = _Warehouse.EWMWarehouse
//association [0..1] to I_EWM_BusinessPartner as _BusinessPartner on $projection.EntitledToDisposeParty = _BusinessPartner.BusinessPartner
association [0..1] to I_BusinessPartner as _BusinessPartner on $projection.EntitledToDisposeParty = _BusinessPartner.BusinessPartner
{
@ObjectModel.foreignKey.association: '_Warehouse'
key lgnum as EWMWarehouse,
@ObjectModel.foreignKey.association: '_BusinessPartner'
key entitled as EntitledToDisposeParty,
key cast( matid as matid_no_conv preserving type ) as ProductUUID,
stock as SerialNumberRequiredLevel,
@Semantics.booleanIndicator: true
_BusinessPartner.IsBusinessPurposeCompleted,
_Warehouse,
_BusinessPartner
}
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