SEPM_I_SlsOrdLifeCycleStatus
EPM Demo: Sales Order Life Cycle Status
SEPM_I_SlsOrdLifeCycleStatus is a CDS View of category Dimension that provides data about "EPM Demo: Sales Order Life Cycle Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SalesOrderLifeCycleStatus. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | SEPM_I_SlsOrdLifeCycleStatusT | _Text | $projection.SalesOrderLifeCycleStatus = _Text.SalesOrderLifeCycleStatus |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | EPM Demo: Sales Order Life Cycle Status | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | SEPM_ISOLCSTTS | view | |
| ObjectModel.representativeKey | SalesOrderLifeCycleStatus | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrderLifeCycleStatus | |||
| _Text | _Text |
@EndUserText.label: 'EPM Demo: Sales Order Life Cycle Status'
@Analytics:{ dataCategory: #DIMENSION, dataExtraction.enabled: true }
//@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'SEPM_ISOLCSTTS'
@ObjectModel.representativeKey: 'SalesOrderLifeCycleStatus'
@ObjectModel.usageType.serviceQuality:#C
@ObjectModel.usageType.sizeCategory:#S
@ObjectModel.usageType.dataClass: #MASTER
define view SEPM_I_SlsOrdLifeCycleStatus
as select from dd07l
association [0..*] to SEPM_I_SlsOrdLifeCycleStatusT as _Text
on $projection.SalesOrderLifeCycleStatus = _Text.SalesOrderLifeCycleStatus
{
@ObjectModel.text.association: '_Text'
key cast ( substring( domvalue_l, 1, 1 ) as snwd_so_lc_status_code preserving type ) as SalesOrderLifeCycleStatus,
_Text
}
where domname = 'D_SO_LC'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"SEPM_I_SLSORDLIFECYCLESTATUST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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