I_OperationActivityNetwork
Operation Activity Network
I_OperationActivityNetwork is a Basic CDS View (Dimension) that provides data about "Operation Activity Network" in SAP S/4HANA. It reads from 1 data source (mpe_oan) and exposes 11 fields with key fields OperationActivityNetwork, OpActyNtwkVersionCounter. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mpe_oan | OperationActivityNetwork | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_OpActyNtwkInternalID | _OpActyNtwkInternalId | $projection.OperationActivityNetwork = _OpActyNtwkInternalId.OperationActivityNetwork -- Text |
| [0..*] | I_OperationActivityNtwkText | _Text | $projection.OperationActivityNetwork = _Text.OperationActivityNetwork and $projection.OpActyNtwkVersionCounter = _Text.OpActyNtwkVersionCounter |
| [1..1] | I_OANSegmentType | _OANSegmentType | $projection.OpActyNtwkSegmentType = _OANSegmentType.OpActyNtwkSegmentType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPEOAN | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.representativeKey | OpActyNtwkVersionCounter | view | |
| EndUserText.label | Operation Activity Network | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.allowExtensions | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationActivityNetwork | mpe_oan | id | WorklistID |
| KEY | OpActyNtwkVersionCounter | mpe_oan | version_no | Version No |
| OpActyNtwkSegmentType | mpe_oan | segment_type | OA Segment Type | |
| IsReleased | mpe_oan | released | TRUE | |
| CreatedByUser | mpe_oan | created_by | Version Created By | |
| CreationDateTime | mpe_oan | created_at | Uploaded On | |
| ChangedBy | mpe_oan | changed_by | User Name | |
| LastChangeDateTime | mpe_oan | changed_at | Timestamp | |
| Associations_OpActyNtwkInternalId | ||||
| _Text | _Text | |||
| _OANSegmentType | _OANSegmentType |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_OperationActivityNetwork.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IMPEOAN
CREATE VIEW I_OperationActivityNetwork AS
SELECT
OperationActivityNetwork.id AS OperationActivityNetwork,
OperationActivityNetwork.version_no AS OpActyNtwkVersionCounter,
OperationActivityNetwork.segment_type AS OpActyNtwkSegmentType,
OperationActivityNetwork.released AS IsReleased,
OperationActivityNetwork.created_by AS CreatedByUser,
OperationActivityNetwork.created_at AS CreationDateTime,
OperationActivityNetwork.changed_by AS ChangedBy,
OperationActivityNetwork.changed_at AS LastChangeDateTime
FROM mpe_oan AS OperationActivityNetwork
LEFT OUTER JOIN I_OpActyNtwkInternalID AS _OpActyNtwkInternalId ON OperationActivityNetwork = _OpActyNtwkInternalId.OperationActivityNetwork -- association [1..1]
LEFT OUTER JOIN I_OperationActivityNtwkText AS _Text ON OperationActivityNetwork = _Text.OperationActivityNetwork AND OpActyNtwkVersionCounter = _Text.OpActyNtwkVersionCounter -- association [0..*]
LEFT OUTER JOIN I_OANSegmentType AS _OANSegmentType ON OpActyNtwkSegmentType = _OANSegmentType.OpActyNtwkSegmentType -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA