I_ProdEWMBackflushMethText
Basic View - Backflush Withdrawal Text
I_ProdEWMBackflushMethText is a Basic CDS View that provides data about "Basic View - Backflush Withdrawal Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, EWMProdBackflushWthdrwlMethod. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProdEWMBackflushMethod | _EWMProdBackflushWthdrwlMethod | $projection.EWMProdBackflushWthdrwlMethod = _EWMProdBackflushWthdrwlMethod.EWMProdBackflushWthdrwlMethod |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_EWM_BackflushMethodText | view | |
| AbapCatalog.sqlViewName | IPRDEWMBKFLSHTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Basic View - Backflush Withdrawal Text | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | EWMProdBackflushWthdrwlMethod | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | EWMProdBackflushWthdrwlMethod | |||
| DomainValue | domvalue_l | |||
| EWMProdBackflushWthdrwlMethTxt | ||||
| _EWMProdBackflushWthdrwlMethod | _EWMProdBackflushWthdrwlMethod | |||
| _Language | _Language |
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_EWM_BackflushMethodText'
@AbapCatalog.sqlViewName: 'IPRDEWMBKFLSHTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View - Backflush Withdrawal Text'
@Search.searchable: true
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'EWMProdBackflushWthdrwlMethod'
@ObjectModel: {
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
define view I_ProdEWMBackflushMethText
as select from dd07t
association [0..1] to I_ProdEWMBackflushMethod as _EWMProdBackflushWthdrwlMethod on $projection.EWMProdBackflushWthdrwlMethod = _EWMProdBackflushWthdrwlMethod.EWMProdBackflushWthdrwlMethod
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key cast( ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_EWMProdBackflushWthdrwlMethod'
key cast ( domvalue_l as ewmprodbackflushwthdrwl ) as EWMProdBackflushWthdrwlMethod,
@Consumption.hidden: true
domvalue_l as DomainValue,
@Semantics.text
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
cast ( ddtext as ewmprodbackflushwthdrwldesc preserving type ) as EWMProdBackflushWthdrwlMethTxt, //name
_EWMProdBackflushWthdrwlMethod,
_Language
}
where
domname = '/SCWM/DO_BACKFLUSH_PROD'
and as4local = 'A'
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