I_KanbanOutput
Kanban Card
I_KanbanOutput (Composite)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Manufacturing
I_KanbanOutput is a Composite CDS View that provides data about "Kanban Card" in SAP S/4HANA. It reads from 3 data sources (I_KanbanContainer, I_KanbanControlCycle, I_Language) and exposes 24 fields with key fields Kanban, Language. It has 9 associations to related views.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Manufacturing |
| Application Component | PP-KAB |
| Capabilities | Output: Form Data Provider |
| Package | Manufacturing for SAP S/4HANA Cloud Private Edition |
| Description | <p>This CDS view provides access to information contained in the kanban card for a kanban container.</p> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| I_KanbanContainer | KanbanContainer | from |
| I_KanbanControlCycle | KanbanControlCycle | inner |
| I_Language | Language | cross |
Associations (9)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ProductText | _ProductText | _ProductText.Language = Language.Language and _ProductText.Product = KanbanControlCycle.Product |
| [0..1] | I_ProductionSupplyAreaText | _ProductionSupplyAreaText | _ProductionSupplyAreaText.Language = Language.Language and _ProductionSupplyAreaText.Plant = KanbanContainer.Plant and _ProductionSupplyAreaText.ProductionSupplyArea = KanbanControlCycle.ProductionSupplyArea |
| [0..1] | I_Supplier | _Supplier | $projection.Supplier = _Supplier.Supplier |
| [0..1] | I_SupplierCompanyByPlant | _SupplierCompanyByPlant | $projection.Supplier = _SupplierCompanyByPlant.Supplier and $projection.Plant = _SupplierCompanyByPlant.Plant |
| [0..1] | I_UnitOfMeasure | _UnitOfMeasure | $projection.BaseUnit = _UnitOfMeasure.UnitOfMeasure |
| [1..1] | I_KanbanContainer | _KanbanContainer | _KanbanContainer.KanbanContainer = KanbanContainer.KanbanContainer |
| [1..1] | I_KnbnCtrlCycProdMstrDta | _KnbnCtrlCycProdMstrDta | $projection.KanbanControlCycle = _KnbnCtrlCycProdMstrDta.KanbanControlCycle |
| [0..1] | E_KanbanControlCycle | _ControlCycleExtension | $projection.KanbanControlCycle = _ControlCycleExtension.KanbanControlCycle |
| [0..1] | E_KanbanContainer | _ContainerExtension | $projection.Kanban = _ContainerExtension.KanbanContainer |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IKANBANOUTPUT | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Kanban Card | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.modelingPattern | #OUTPUT_FORM_DATA_PROVIDER | view | |
| VDM.viewType | #COMPOSITE | view | |
| OData.entitySet.name | QueryNodeSet | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Kanban | I_KanbanContainer | KanbanContainer | Kanban Container |
| KEY | Language | I_Language | Language | Report Text Language |
| KanbanControlCycle | I_KanbanContainer | KanbanControlCycle | Kanban Control Cycle | |
| KanbanControlCycleItem | I_KanbanContainer | KanbanControlCycleItem | Kanban Control Cycle Item | |
| Plant | I_KanbanControlCycle | Plant | Valuation Area | |
| KanbanQuantity | I_KanbanControlCycle | KanbanContainerQuantityInBsUnt | Kanban Container Quantity | |
| BaseUnit | I_KanbanControlCycle | BaseUnit | Base Unit of Measure | |
| ProductionSupplyArea | I_KanbanControlCycle | ProductionSupplyArea | Production Supply Area | |
| ProductionSupplyAreaName | _ProductionSupplyAreaText | ProductionSupplyAreaName | Production Supply Area Name | |
| Material | I_KanbanControlCycle | Product | Product Number | |
| MaterialName | _ProductText | ProductName | Product Description | |
| SetKanbanStatusWaitingBarCode | Barcode for Waiting Kanban Container | |||
| SetKanbanStatusEmptyBarCode | Barcode for Emtpy Kanban Container | |||
| SetKanbanStatusProcessBarCode | Barcode for Kanban Container in Process | |||
| SetKanbanStatusTransitBarCode | Barcode for Kanban Container in Transit | |||
| SetKanbanStatusFullBarCode | Barcode for Full Kanban Container | |||
| SetKanbanStatusInUseBarCode | Barcode for Kanban Container in Use | |||
| Supplier | I_KanbanContainer | Supplier | Supplier's Account Number | |
| _Supplier | _Supplier | |||
| _SupplierCompanyByPlant | _SupplierCompanyByPlant | |||
| _UnitOfMeasure | _UnitOfMeasure | |||
| _KanbanControlCycle | I_KanbanContainer | _KanbanControlCycle | ||
| _KanbanContainer | _KanbanContainer | |||
| _KnbnCtrlCycProdMstrDta | _KnbnCtrlCycProdMstrDta |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_KanbanOutput.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IKANBANOUTPUT
CREATE VIEW I_KanbanOutput AS
SELECT
KanbanContainer.KanbanContainer AS Kanban,
Language.Language AS Language,
KanbanContainer.KanbanControlCycle AS KanbanControlCycle,
KanbanContainer.KanbanControlCycleItem AS KanbanControlCycleItem,
KanbanControlCycle.Plant AS Plant,
KanbanControlCycle.KanbanContainerQuantityInBsUnt AS KanbanQuantity,
KanbanControlCycle.BaseUnit AS BaseUnit,
KanbanControlCycle.ProductionSupplyArea AS ProductionSupplyArea,
_ProductionSupplyAreaText.ProductionSupplyAreaName AS ProductionSupplyAreaName,
KanbanControlCycle.Product AS Material,
_ProductText.ProductName AS MaterialName,
cast(concat(KanbanContainer.KanbanContainer, '1') as pk_barcode_waiting) AS SetKanbanStatusWaitingBarCode,
cast(concat(KanbanContainer.KanbanContainer, '2') as pk_barcode_empty) AS SetKanbanStatusEmptyBarCode,
cast(concat(KanbanContainer.KanbanContainer, '3') as pk_barcode_in_process) AS SetKanbanStatusProcessBarCode,
cast(concat(KanbanContainer.KanbanContainer, '4') as pk_barcode_in_transit) AS SetKanbanStatusTransitBarCode,
cast(concat(KanbanContainer.KanbanContainer, '5') as pk_barcode_full) AS SetKanbanStatusFullBarCode,
cast(concat(KanbanContainer.KanbanContainer, '6') as pk_barcode_in_use) AS SetKanbanStatusInUseBarCode,
KanbanContainer.Supplier AS Supplier,
KanbanContainer._KanbanControlCycle AS _KanbanControlCycle
FROM I_KanbanContainer AS KanbanContainer
CROSS JOIN I_Language AS Language
INNER JOIN I_KanbanControlCycle AS KanbanControlCycle ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_ProductText AS _ProductText ON _ProductText.Language = Language.Language AND _ProductText.Product = KanbanControlCycle.Product -- association [0..1]
LEFT OUTER JOIN I_ProductionSupplyAreaText AS _ProductionSupplyAreaText ON _ProductionSupplyAreaText.Language = Language.Language AND _ProductionSupplyAreaText.Plant = KanbanContainer.Plant AND _ProductionSupplyAreaText.ProductionSupplyArea = KanbanControlCycle.ProductionSupplyArea -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier -- association [0..1]
LEFT OUTER JOIN I_SupplierCompanyByPlant AS _SupplierCompanyByPlant ON Supplier = _SupplierCompanyByPlant.Supplier AND Plant = _SupplierCompanyByPlant.Plant -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _UnitOfMeasure ON BaseUnit = _UnitOfMeasure.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_KanbanContainer AS _KanbanContainer ON _KanbanContainer.KanbanContainer = KanbanContainer.KanbanContainer -- association [1..1]
LEFT OUTER JOIN I_KnbnCtrlCycProdMstrDta AS _KnbnCtrlCycProdMstrDta ON KanbanControlCycle = _KnbnCtrlCycProdMstrDta.KanbanControlCycle -- association [1..1]
LEFT OUTER JOIN E_KanbanControlCycle AS _ControlCycleExtension ON KanbanControlCycle = _ControlCycleExtension.KanbanControlCycle -- association [0..1]
LEFT OUTER JOIN E_KanbanContainer AS _ContainerExtension ON Kanban = _ContainerExtension.KanbanContainer -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA