I_MaintExecutionObjectType

DDL: I_MAINTEXECUTIONOBJECTTYPE SQL: IMAINTEXECOBJTYP Type: view BASIC

Maintenance Execution Object Type View

I_MaintExecutionObjectType is a Basic CDS View that provides data about "Maintenance Execution Object Type View" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MaintExecutionObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintExecutionObjectTypeText _MaintExecutionObjectTypeText $projection.MaintExecutionObjectType = _MaintExecutionObjectTypeText.MaintExecutionObjectType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTEXECOBJTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maintenance Execution Object Type View view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey MaintExecutionObjectType view
ObjectModel.dataCategory #VALUE_HELP view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintExecutionObjectType
_MaintExecutionObjectTypeText _MaintExecutionObjectTypeText
@AbapCatalog.sqlViewName: 'IMAINTEXECOBJTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maintenance Execution Object Type View'

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'MaintExecutionObjectType'
@ObjectModel.dataCategory: #VALUE_HELP
define view I_MaintExecutionObjectType as select from dd07l 

  association [0..*] to I_MaintExecutionObjectTypeText as _MaintExecutionObjectTypeText on 
  $projection.MaintExecutionObjectType = _MaintExecutionObjectTypeText.MaintExecutionObjectType
{
   @ObjectModel.text.association: '_MaintExecutionObjectTypeText'
   key cast( dd07l.domvalue_l as eam_maint_exec_obj_type ) as MaintExecutionObjectType,
   _MaintExecutionObjectTypeText
}
where dd07l.domname = 'EAM_MAINT_EXEC_OBJ_TYPE'
      and dd07l.as4local = 'A'