I_KnbnInhProdnCtrlTypeTxt
Kanban Inhouse Production Control Type - Text
I_KnbnInhProdnCtrlTypeTxt is a Basic CDS View that provides data about "Kanban Inhouse Production Control Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields KnbnCtrlCycInhProdnCtrlType, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_KnbnInhProdnCtrlType | _KnbnInhProdnCtrlType | $projection.KnbnCtrlCycInhProdnCtrlType = _KnbnInhProdnCtrlType.KnbnCtrlCycInhProdnCtrlType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IKNBIHCTRLTYTX | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Kanban Inhouse Production Control Type - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | KnbnCtrlCycInhProdnCtrlType | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | KnbnCtrlCycInhProdnCtrlType | |||
| KEY | Language | |||
| KnbnInhProdnCtrlTypeName | ||||
| DomainValue | domvalue_l | |||
| _KnbnInhProdnCtrlType | _KnbnInhProdnCtrlType | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IKNBIHCTRLTYTX'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Kanban Inhouse Production Control Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'KnbnCtrlCycInhProdnCtrlType'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #S, dataClass: #META }
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics.dataExtraction.enabled: true
define view I_KnbnInhProdnCtrlTypeTxt
as select from dd07t
association [1..1] to I_KnbnInhProdnCtrlType as _KnbnInhProdnCtrlType on $projection.KnbnCtrlCycInhProdnCtrlType = _KnbnInhProdnCtrlType.KnbnCtrlCycInhProdnCtrlType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_KnbnInhProdnCtrlType'
key cast(substring(domvalue_l, 1, 1) as pksar) as KnbnCtrlCycInhProdnCtrlType,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key cast(ddlanguage as spras preserving type) as Language,
@Semantics.text: true
cast(ddtext as vdm_pksar_text preserving type) as KnbnInhProdnCtrlTypeName,
@Consumption.hidden:true
@Analytics.hidden:true
domvalue_l as DomainValue,
_KnbnInhProdnCtrlType,
_Language
}
where
domname = 'PKSAR'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_KNBNINHPRODNCTRLTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA