I_FldLogsKitHeaderIdentifier

DDL: I_FLDLOGSKITHEADERIDENTIFIER Type: view_entity COMPOSITE Package: FLOG_SHIPMENT_PACKCTN

Kit Header Identifer

I_FldLogsKitHeaderIdentifier is a Composite CDS View that provides data about "Kit Header Identifer" in SAP S/4HANA. It reads from 1 data source (I_FieldLogisticsKitHeader) and exposes 3 fields with key field FieldLogisticsKitHeaderUUID. Part of development package FLOG_SHIPMENT_PACKCTN.

Data Sources (1)

SourceAliasJoin Type
I_FieldLogisticsKitHeader I_FieldLogisticsKitHeader from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Kit Header Identifer view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FieldLogisticsKitHeaderUUID FieldLogisticsKitHeaderUUID kit header id
FldLogsKitHeaderStatusCode FldLogsKitHeaderStatusCode Kit Status
FldLogsReferenceDocumentNumber FldLogsReferenceDocumentNumber Reference Doc Number

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_FldLogsKitHeaderIdentifier.
-- 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 I_FldLogsKitHeaderIdentifier AS
SELECT
  FieldLogisticsKitHeaderUUID,
  FldLogsKitHeaderStatusCode,
  FldLogsReferenceDocumentNumber
FROM I_FieldLogisticsKitHeader
;