I_OperationActivityText
Operation Activity Text
I_OperationActivityText is a Basic CDS View that provides data about "Operation Activity Text" in SAP S/4HANA. It reads from 1 data source (mpe_oa_t) and exposes 11 fields with key fields OperationActivity, OperationActyVersionCounter, Language. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mpe_oa_t | OperationActivityText | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_OperationActivityInternalID | _OperationActivityInternalId | $projection.OperationActivity = _OperationActivityInternalId.OperationActivity -- Operation Activity |
| [1..1] | I_OperationActivity | _OperationActivity | $projection.OperationActivity = _OperationActivity.OperationActivity and $projection.OperationActyVersionCounter = _OperationActivity.OperationActyVersionCounter -- Language |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPEOATEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | OperationActyVersionCounter | view | |
| EndUserText.label | Operation Activity Text | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationActivity | mpe_oa_t | id | WorklistID |
| KEY | OperationActyVersionCounter | mpe_oa_t | version_no | Version No |
| KEY | Language | mpe_oa_t | spras | Off. Language |
| OperationActivityName | mpe_oa_t | text | User Group | |
| CreatedByUser | mpe_oa_t | created_by | Version Created By | |
| CreationDateTime | mpe_oa_t | created_at | Uploaded On | |
| ChangedBy | mpe_oa_t | changed_by | User Name | |
| LastChangeDateTime | mpe_oa_t | changed_at | Timestamp | |
| Associations_OperationActivityInternalId | ||||
| _Language | _Language | |||
| _OperationActivity | _OperationActivity |
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_OperationActivityText.
-- 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: IMPEOATEXT
CREATE VIEW I_OperationActivityText AS
SELECT
OperationActivityText.id AS OperationActivity,
OperationActivityText.version_no AS OperationActyVersionCounter,
OperationActivityText.spras AS Language,
OperationActivityText.text AS OperationActivityName,
OperationActivityText.created_by AS CreatedByUser,
OperationActivityText.created_at AS CreationDateTime,
OperationActivityText.changed_by AS ChangedBy,
OperationActivityText.changed_at AS LastChangeDateTime
FROM mpe_oa_t AS OperationActivityText
LEFT OUTER JOIN I_OperationActivityInternalID AS _OperationActivityInternalId ON OperationActivity = _OperationActivityInternalId.OperationActivity -- association [1..1]
LEFT OUTER JOIN I_OperationActivity AS _OperationActivity ON OperationActivity = _OperationActivity.OperationActivity AND OperationActyVersionCounter = _OperationActivity.OperationActyVersionCounter -- association [1..1]
LEFT OUTER JOIN I_Language AS _Language ON Language = _Language.Language -- association [0..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