I_REPETITIVEMFGPLANNINGGROUP

CDS View

Repetitive Manufacturing Planning Group

I_REPETITIVEMFGPLANNINGGROUP is a CDS View in S/4HANA. Repetitive Manufacturing Planning Group. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProductionVersionGroup view from BASIC Production Version Group
@AbapCatalog.sqlViewName: 'IREMPLANNING'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 002}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'RepetitiveMfgPlanningGroup'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Repetitive Manufacturing Planning Group'

define view I_RepetitiveMfgPlanningGroup
  as select from t437p 

  association [1..1] to I_Plant         as _Plant        on  $projection.Plant = _Plant.Plant
  association [0..1] to I_UnitOfMeasure as _PlanningUnit on  $projection.RepetitiveMfgPlanningUnit = _PlanningUnit.UnitOfMeasure
{
      @ObjectModel.foreignKey.association: '_Plant'
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  key werks     as Plant,
      @ObjectModel.text.element: ['RepetitiveMfgPlanningGroupText']
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key plan_id   as RepetitiveMfgPlanningGroup,

      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
      @Semantics.text: true
      plid_text as RepetitiveMfgPlanningGroupText,

      @Semantics.unitOfMeasure: true
      meng_einh as RepetitiveMfgPlanningUnit,

      // Associations

      _Plant,
      _PlanningUnit
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T437P"
],
"ASSOCIATED":
[
"I_PLANT",
"I_UNITOFMEASURE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/