C_KanbanCtnDetQtyMonitor

DDL: C_KANBANCTNDETQTYMONITOR Type: view_entity CONSUMPTION Package: ODATA_PP_KAB_FIO_MONI_KAN_CONT

Monitor Kanban Container Detailed Quantity

C_KanbanCtnDetQtyMonitor is a Consumption CDS View that provides data about "Monitor Kanban Container Detailed Quantity" in SAP S/4HANA. It reads from 1 data source (I_KanbanCtnDetailedQty) and exposes 10 fields with key fields KanbanContainer, Batch. It is exposed through 2 OData services (ASQL_F5723, UI_KANBANCONTAINER_MONITOR). Part of development package ODATA_PP_KAB_FIO_MONI_KAN_CONT.

Data Sources (1)

SourceAliasJoin Type
I_KanbanCtnDetailedQty I_KanbanCtnDetailedQty from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Monitor Kanban Container Detailed Quantity view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F5723 ASQL_F5723 C2 NOT_RELEASED
UI_KANBANCONTAINER_MONITOR UI_KANBANCONTAINER_MONITOR V4 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY KanbanContainer KanbanContainer
KEY Batch Batch Lot No.
Plant Plant Valuation Area
Product Product Product Sold
ActualQuantityInBaseUnit ActualQuantityInBaseUnit Actual Quantity
BaseUnit BaseUnit Unit of Measure
_Container _Container
Supplier Supplier Supplier
_Supplier _Supplier
_SupplierCompanyByPlant _SupplierCompanyByPlant

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 C_KanbanCtnDetQtyMonitor.
-- 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.

CREATE VIEW C_KanbanCtnDetQtyMonitor AS
SELECT
  KanbanContainer,
  Batch,
  Plant,
  Product,
  ActualQuantityInBaseUnit,
  BaseUnit,
  Supplier
FROM I_KanbanCtnDetailedQty
;