I_KnbnExtProcmtCtrlType
Kanban External Procurement Control Type
I_KnbnExtProcmtCtrlType is a Basic CDS View (Dimension) that provides data about "Kanban External Procurement Control Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field KnbnCtrlCycExtProcmtCtrlType. It has 1 association to related views. Part of development package VDM_PP_KAB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_KnbnExtProcmtCtrlTypeTxt | _Text | $projection.KnbnCtrlCycExtProcmtCtrlType = _Text.KnbnCtrlCycExtProcmtCtrlType |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IKNBEPCTRLTY | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Kanban External Procurement Control Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | KnbnCtrlCycExtProcmtCtrlType | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.sapObjectNodeType.name | KnbnCtrlCycExtProcmtCtrlType | 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | KnbnCtrlCycExtProcmtCtrlType | |||
| DomainValue | domvalue_l | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IKNBEPCTRLTY'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Kanban External Procurement Control Type'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'KnbnCtrlCycExtProcmtCtrlType'
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #S, dataClass: #META }
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.sapObjectNodeType.name: 'KnbnCtrlCycExtProcmtCtrlType'
@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_KnbnExtProcmtCtrlType
as select from dd07l
association [0..*] to I_KnbnExtProcmtCtrlTypeTxt as _Text on $projection.KnbnCtrlCycExtProcmtCtrlType = _Text.KnbnCtrlCycExtProcmtCtrlType
{
@ObjectModel.text.association: '_Text'
key cast(substring(domvalue_l, 1, 1) as pksaf) as KnbnCtrlCycExtProcmtCtrlType,
@Consumption.hidden:true
@Analytics.hidden:true
domvalue_l as DomainValue,
_Text
}
where
domname = 'PKSAF'
and as4local = 'A'
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