I_OperationActivityInternalID
Operation Activity Internal ID
I_OperationActivityInternalID is a Basic CDS View (Dimension) that provides data about "Operation Activity Internal ID" in SAP S/4HANA.
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPEOAID | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.representativeKey | OperationActivity | view | |
| EndUserText.label | Operation Activity Internal ID | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OperationActivity | mpe_oa | id |
@AbapCatalog.sqlViewName: 'IMPEOAID'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@Analytics: {dataCategory: #DIMENSION}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions: true
@ObjectModel.usageType: {
serviceQuality: #B,
sizeCategory: #M,
dataClass: #MASTER
}
@ObjectModel: {
representativeKey: 'OperationActivity'
}
@EndUserText.label: 'Operation Activity Internal ID'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_OperationActivityInternalID
as select distinct from mpe_oa
{
key mpe_oa.id as OperationActivity
}
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