I_FulfillmentProcessPhase
Fullfillment Process Phase
I_FulfillmentProcessPhase is a Basic CDS View (Dimension) that provides data about "Fullfillment Process Phase" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field FulfillmentProcessPhase. It has 1 association to related views. Part of development package ODATA_SD_SOFA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FulfillmentProcessPhaseText | _Text | $projection.FulfillmentProcessPhase = _Text.FulfillmentProcessPhase |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | FulfillmentProcessPhase | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| EndUserText.label | Fullfillment Process Phase | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | ISOFLFLMTPROCPH | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FulfillmentProcessPhase | |||
| DomainValue | dd07l | domvalue_l | ||
| _Text | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin
@ObjectModel.representativeKey: 'FulfillmentProcessPhase'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@EndUserText.label: 'Fullfillment Process Phase'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISOFLFLMTPROCPH'
define view I_FulfillmentProcessPhase
as select from dd07l
association [0..*] to I_FulfillmentProcessPhaseText as _Text on $projection.FulfillmentProcessPhase = _Text.FulfillmentProcessPhase
{
@ObjectModel.text.association: '_Text'
key SUBSTRING(dd07l.domvalue_l, 1, 1) as FulfillmentProcessPhase,
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue,
//Associations
_Text
}
where (dd07l.domname = 'SLS_ORD_FLFLLMNT_PROCESS_PHASE') and (dd07l.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