R_MAIFDynamicFormAgentAllTP
MAIF Dynamic Form Agent All - TP
R_MAIFDynamicFormAgentAllTP is a Transactional CDS View that provides data about "MAIF Dynamic Form Agent All - TP" in SAP S/4HANA. It reads from 1 data source (I_Language) and exposes 4 fields with key field MAIFDynFormAgentSingletonID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Language | I_Language | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | R_MAIFDynamicFormAgentTP | _Agent | |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | MAIF Dynamic Form Agent All - TP | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MAIFDynFormAgentSingletonID | 1 | ||
| TransportRequestID | ||||
| LastChangeDateTime | ||||
| _Agent | _Agent |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'MAIF Dynamic Form Agent All - TP'
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #M
}
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define root view entity R_MAIFDynamicFormAgentAllTP
as select from I_Language
left outer to many join P_MAIFDynFmAgentLastChangeInfo as LastChangeInfo on 1 = 1
composition [1..*] of R_MAIFDynamicFormAgentTP as _Agent
{
key 1 as MAIFDynFormAgentSingletonID,
cast( '' as sxco_transport ) as TransportRequestID,
@Semantics.systemDateTime.lastChangedAt: true
cast( max( LastChangeInfo.LastChangeDateTime ) as timestamp preserving type ) as LastChangeDateTime,
_Agent
}
where
I_Language.Language = $session.system_language
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