E_ActivityDocument
Activity Extension
E_ActivityDocument is a Extension CDS View that provides data about "Activity Extension" in SAP S/4HANA. It reads from 1 data source (crms4d_actv_h) and exposes 2 fields with key fields BusinessObjectType, ActivityDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| crms4d_actv_h | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EACTIVITYDOC | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Activity Extension | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessObjectType | crms4d_actv_h | objtype_h | |
| KEY | ActivityDocument | crms4d_actv_h | object_id |
@AbapCatalog.sqlViewName: 'EACTIVITYDOC'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Activity Extension'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #XL, dataClass: #MIXED}
define view E_ActivityDocument
as select from crms4d_actv_h as Persistence
{
key Persistence.objtype_h as BusinessObjectType,
key Persistence.object_id as ActivityDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMS4D_ACTV_H"
],
"ASSOCIATED":
[],
"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