I_OMDOMODADDLOMDOASSIGNMENT

CDS View

OMDO Model Additional OMDO Assignment

I_OMDOMODADDLOMDOASSIGNMENT is a CDS View in S/4HANA. OMDO Model Additional OMDO Assignment. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_OMDOModTechEntyTypeAssgmt view_entity union_all COMPOSITE OMDO Model Tech Entity Type Assignment

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ODataMobileDataObject ODataMobileDataObject 1
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@EndUserText.label: 'OMDO Model Additional OMDO Assignment'

@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #M
}

@VDM.viewType: #BASIC

define view entity I_OMDOModAddlOMDOAssignment
  as select from /mfnd/c_om001s
{
  key entity_type_id           as OMDOModelEntityTypeUUID,
  key entity_omdo_assign_id    as OMDOAssignmentUUID,

      omdo_id                  as ODataMobileDataObject,
      tech_entity_type         as OMDOTechnicalEntityType,
      flag_read_aggregation    as OMDOAssgmtReadAggrgnIsEnabled,
      flag_update_substitution as OMDOAssgmtUpdtSubstnIsAllowed,
      mobile_app               as MaintenanceMobileApplication,
      tag_id                   as OMDOTagIdentifier,
      flag_disabled            as OMDOAssignmentIsDisabled,
      act_by_feature           as IsActvtdByMaintMblApplFeature,
      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_OM001S"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/