I_MAIFDynamicFormObjectTypeVH
Mobile App Dynamic Form Object Types
I_MAIFDynamicFormObjectTypeVH is a Composite CDS View that provides data about "Mobile App Dynamic Form Object Types" in SAP S/4HANA. It reads from 1 data source (I_MAIFDynamicFormAgent) and exposes 4 fields with key fields MAIFDynamicFormObjectType, MobileUserApplication.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MAIFDynamicFormAgent | I_MAIFDynamicFormAgent | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.technicalName | IMADYNAMICFORMOBJECTTYPEVH | view | |
| EndUserText.label | Mobile App Dynamic Form Object Types | view | |
| VDM.viewType | #COMPOSITE | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | MAIFDynamicFormObjectType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MAIFDynamicFormObjectType | MAIFDynamicFormObjectType | ||
| KEY | MobileUserApplication | MobileUserApplication | ||
| MAIFDynamicFormAgent | MAIFDynamicFormAgent | |||
| MAIFDynamicFormAgentHandler | MAIFDynamicFormAgentHandler |
@AccessControl.authorizationCheck: #MANDATORY
@Analytics.technicalName: 'IMADYNAMICFORMOBJECTTYPEVH'
@EndUserText.label: 'Mobile App Dynamic Form Object Types'
@VDM.viewType: #COMPOSITE
@Consumption.ranked: true
@Search.searchable: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'MAIFDynamicFormObjectType',
resultSet.sizeCategory: #XS,
usageType: {
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
}
@Metadata.ignorePropagatedAnnotations: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_MAIFDynamicFormObjectTypeVH
as select from I_MAIFDynamicFormAgent
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
key MAIFDynamicFormObjectType,
@UI.hidden: true
key MobileUserApplication,
@UI.hidden: true
MAIFDynamicFormAgent,
@UI.hidden: true
MAIFDynamicFormAgentHandler
}
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