I_MAINTORDERTYPECONTROLPARAM

CDS View

Maintenance Order Type Control Parameters

I_MAINTORDERTYPECONTROLPARAM is a CDS View in S/4HANA. Maintenance Order Type Control Parameters. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_MaintOrdResponsiblePartner view inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY OrderType MaintenanceOrderType 1
MaintPriorityType MaintPriorityType 1
@AbapCatalog.sqlViewName: 'IORDCNTRLPARAM'
@EndUserText.label: 'Maintenance Order Type Control Parameters'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

define view I_MaintOrderTypeControlParam
  as select from t350
{
  key t350.auart           as OrderType,

      t350.qmart           as NotificationType,
      t350.parvw_vera      as MaintOrderRespPartnerFunction,
      t350.artpr           as MaintPriorityType,
      t350.bezzt_ord       as RefTimeForOrderCompletion,
      t350.eams_ime_active as MaintOrdTypeHasActvPhaseModel,
      t350.service         as MaintOrderTypeIsService
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T350"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/