E_FlxMtPlObjVarModel

DDL: E_FLXMTPLOBJVARMODEL SQL: EFMPOVARMODEL Type: view EXTENSION

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)

SourceAliasJoin Type
dfs_fmpo_model Persistence from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/