I_MAIFDynamicFormObjectTypeVH
Mobile App Dynamic Form Object Type
I_MAIFDynamicFormObjectTypeVH is a Composite CDS View that provides data about "Mobile App Dynamic Form Object Type" in SAP S/4HANA. It reads from 1 data source (I_MAIFDynamicFormAgent) and exposes 1 field with key field MAIFDynamicFormObjectType. Part of development package RAP_MAO_MAIF_ADMIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MAIFDynamicFormAgent | I_MAIFDynamicFormAgent | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.technicalName | IMADYNAMICFORMOBJECTTYPEVH | view | |
| EndUserText.label | Mobile App Dynamic Form Object Type | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | MAIFDynamicFormObjectType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MAIFDynamicFormObjectType | MAIFDynamicFormObjectType |
@AccessControl.authorizationCheck: #MANDATORY
@Analytics.technicalName: 'IMADYNAMICFORMOBJECTTYPEVH'
@EndUserText.label: 'Mobile App Dynamic Form Object Type'
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'MAIFDynamicFormObjectType',
resultSet.sizeCategory: #XS,
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #M
}
}
@VDM.viewType: #COMPOSITE
define view entity I_MAIFDynamicFormObjectTypeVH
as select from I_MAIFDynamicFormAgent
{
key MAIFDynamicFormObjectType
}
where
MAIFDynamicFormAgentIsActive = 'X'
group by
MAIFDynamicFormObjectType
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