I_OMDOMODELENTITYTYPE
OMDO Model Entity Type
I_OMDOMODELENTITYTYPE is a CDS View in S/4HANA. OMDO Model Entity Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_OMDOModTechEntyTypeAssgmt | view_entity | from | COMPOSITE | OMDO Model Tech Entity Type Assignment |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'OMDO Model Entity Type'
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #M
}
@VDM.viewType: #BASIC
define view entity I_OMDOModelEntityType
as select from /mfnd/c_om001
{
key entity_type_id as OMDOModelEntityTypeUUID,
@EndUserText.label: 'Entity Type Name'
entity_type_name as OMDOModelEntityTypeName,
omdo_id as ODataMobileDataObject,
@EndUserText.label: 'Technical Entity Type'
tech_entity_type as OMDOTechnicalEntityType,
@EndUserText.label: 'Reference Structure'
ref_struct as OMDOTechEntyTypeRefStructure,
mobile_app as MaintenanceMobileApplication,
odata_service_id as ODataMobileDataObjectModelUUID,
active as MaintMblApplActivationType,
is_media as OMDOModelEntityTypeIsMedia,
bind_conversion as OMDOModEntyTypeCnvrsnIsEnabled,
tag_id as OMDOTagIdentifier,
feature_id as MaintMobileApplicationFeature,
created_by as CreatedByUser,
created_ts as CreationDateTime,
changed_by as LastChangedByUser,
changed_ts as LastChangeDateTime
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/MFND/C_OM001"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/