E_FlxMtPlObjVarModel
Extension View for Model
E_FlxMtPlObjVarModel is a Extension CDS View that provides data about "Extension View for Model" in SAP S/4HANA. It reads from 1 data source (dfs_fmpo_model) and exposes 1 field with key field FlxMtPlObjVariantModelUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dfs_fmpo_model | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EFMPOVARMODEL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| EndUserText.label | Extension View for Model | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| VDM.viewType | #EXTENSION | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FlxMtPlObjVariantModelUUID | dfs_fmpo_model | flxmtplobjvariantmodeluuid |
@AbapCatalog.sqlViewName: 'EFMPOVARMODEL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Extension View for Model'
@ObjectModel.usageType.serviceQuality: #P
@VDM.viewType: #EXTENSION
define view E_FlxMtPlObjVarModel
as select from dfs_fmpo_model as Persistence
{
key Persistence.flxmtplobjvariantmodeluuid as FlxMtPlObjVariantModelUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DFS_FMPO_MODEL"
],
"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