C_FldLogsManageKitItemBatchTP

DDL: C_FLDLOGSMANAGEKITITEMBATCHTP Type: view_entity CONSUMPTION

Manage Kit Item Batch

C_FldLogsManageKitItemBatchTP is a Consumption CDS View that provides data about "Manage Kit Item Batch" in SAP S/4HANA. It reads from 1 data source (R_FldLogsManageKitItemBatchTP) and exposes 9 fields with key fields FldLogsBatchUUID, FieldLogisticsKitItemUUID, FieldLogisticsKitHeaderUUID. It is exposed through 1 OData service (UI_MANAGEKITTING).

Data Sources (1)

SourceAliasJoin Type
R_FldLogsManageKitItemBatchTP R_FldLogsManageKitItemBatchTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Manage Kit Item Batch view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_MANAGEKITTING UI_MANAGEKITTING V4 C1 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY FldLogsBatchUUID FldLogsBatchUUID Batch UUID
KEY FieldLogisticsKitItemUUID FieldLogisticsKitItemUUID Kit Item ID
KEY FieldLogisticsKitHeaderUUID FieldLogisticsKitHeaderUUID kit header id
Batch Batch Lot No.
FldLogsManageKitItemBatchQty FldLogsManageKitItemBatchQty Item Qty
OrderQuantityUnit OrderQuantityUnit Sales Unit
Material Material Vehicle Model
Plant Plant Valuation Area
LastChangeDateTime LastChangeDateTime Timestamp

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_FldLogsManageKitItemBatchTP.
-- 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_FldLogsManageKitItemBatchTP AS
SELECT
  FldLogsBatchUUID,
  FieldLogisticsKitItemUUID,
  FieldLogisticsKitHeaderUUID,
  Batch,
  FldLogsManageKitItemBatchQty,
  OrderQuantityUnit,
  Material,
  Plant,
  LastChangeDateTime
FROM R_FldLogsManageKitItemBatchTP
;