I_KnbnInhProdnCtrlType

DDL: I_KNBNINHPRODNCTRLTYPE SQL: IKNBIHCTRLTY Type: view BASIC

Kanban Inhouse Production Control Type

I_KnbnInhProdnCtrlType is a Basic CDS View (Dimension) that provides data about "Kanban Inhouse Production Control Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field KnbnCtrlCycInhProdnCtrlType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_KnbnInhProdnCtrlTypeTxt _Text $projection.KnbnCtrlCycInhProdnCtrlType = _Text.KnbnCtrlCycInhProdnCtrlType

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IKNBIHCTRLTY view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Kanban Inhouse Production Control Type view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey KnbnCtrlCycInhProdnCtrlType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY KnbnCtrlCycInhProdnCtrlType
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IKNBIHCTRLTY'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Kanban Inhouse Production Control Type'

@Metadata.ignorePropagatedAnnotations: true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'KnbnCtrlCycInhProdnCtrlType'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #S, dataClass: #META }
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@Analytics.internalName: #LOCAL 
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

define view I_KnbnInhProdnCtrlType
  as select from dd07l

  association [0..*] to I_KnbnInhProdnCtrlTypeTxt as _Text on $projection.KnbnCtrlCycInhProdnCtrlType = _Text.KnbnCtrlCycInhProdnCtrlType

{
      @ObjectModel.text.association: '_Text'
  key cast(substring(domvalue_l, 1, 1) as pksar)  as KnbnCtrlCycInhProdnCtrlType,
      @Consumption.hidden:true
      @Analytics.hidden:true
      domvalue_l as DomainValue,
      _Text
}
where
      domname  = 'PKSAR'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_KNBNINHPRODNCTRLTYPETXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/