I_BOMMassMaintJobStatus

DDL: I_BOMMASSMAINTJOBSTATUS SQL: IBOMMASSMNTJBST Type: view BASIC

BOM Mass Maintenance Execution or Simulation Job Status

I_BOMMassMaintJobStatus is a Basic CDS View that provides data about "BOM Mass Maintenance Execution or Simulation Job Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BOMJobStatusValue. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BOMMassMaintJobStatusTxt _Text

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBOMMASSMNTJBST view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BOM Mass Maintenance Execution or Simulation Job Status view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BOMJobStatusValue view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #L view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BOMJobStatusValue
_Text _Text
@AbapCatalog.sqlViewName: 'IBOMMASSMNTJBST'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'BOM Mass Maintenance Execution or Simulation Job Status'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BOMJobStatusValue'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #L
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define root view I_BOMMassMaintJobStatus
  as select from dd07l 
  composition [0..*] of I_BOMMassMaintJobStatusTxt as _Text
{
      @ObjectModel.text.association: '_Text'
      key cast( dd07l.domvalue_l as abap.char( 10 ) ) as BOMJobStatusValue,
      _Text
} 
where dd07l.domname  = 'BOM_MASS_MAINT_STATUS'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BOMMASSMAINTJOBSTATUSTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/