R_FldLogsMngKitInitItmDraft

DDL: R_FLDLOGSMNGKITINITITMDRAFT Type: view_entity BASIC

Manage Kit Initial Items - Query

R_FldLogsMngKitInitItmDraft is a Basic CDS View that provides data about "Manage Kit Initial Items - Query" in SAP S/4HANA. It reads from 1 data source (flog_mngkitinitd) and exposes 56 fields with key fields FieldLogisticsKitItemUUID, FieldLogisticsKitHeaderUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
flog_mngkitinitd FldLogsShptKitInitialItmDraft from

Associations (1)

CardinalityTargetAliasCondition
[0..1] E_FldLogsShptKitInitialItmDrft _KitInitItmDraft $projection.FieldLogisticsKitItemUUID = _KitInitItmDraft.FieldLogisticsKitItemUUID

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Manage Kit Initial Items - Query view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix MKI view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (56)

KeyFieldSource TableSource FieldDescription
KEY FieldLogisticsKitItemUUID fieldlogisticskititemuuid Kit Item ID
KEY FieldLogisticsKitHeaderUUID fieldlogisticskitheaderuuid kit header id
FldLogsKitItmRefDocument1 fldlogskititmrefdocument1 Reference Doc Number
FldLogsKitItmRefDocument2 fldlogskititmrefdocument2 Reference Doc Number
FldLogsKitItmRefDocument3 fldlogskititmrefdocument3 Reference Doc Number
FldLogsReferenceDocumentNumber fldlogsreferencedocumentnumber Reference Doc Number
FldLogsDrvdRefDocNumber fldlogsdrvdrefdocnumber
FldLogsSrceStorLocID fldlogssrcestorlocid Location
FldLogsManageKitItemStorLoc fldlogsmanagekititemstorloc Location
FldLogsManageKitItemStatus fldlogsmanagekititemstatus Kit Item Status
FldLogsMngKitItmStsCritlty fldlogsmngkititmstscritlty INT1
FldLogsShptLocationID fldlogsshptlocationid Location Id.
FldLogsManageKitItemQty fldlogsmanagekititemqty Item Qty
OrderQuantityUnit orderquantityunit Sales Unit
PurchaseRequisition purchaserequisition Requisition
PurchaseRequisitionItem purchaserequisitionitem Requisn. item
FldLogsKitPlannedDeliveryDate fldlogskitplanneddeliverydate Delivery Date
ItemDescription itemdescription Description
Material material Vehicle Model
Reservation reservation Reservation
ReservationItem reservationitem Reservation Item
FldLogsDelivIsHeldOnShore fldlogsdelivisheldonshore Hold On-Shore
RequirementDate requirementdate Requirement Date
Quantity quantity Value
BaseUnit baseunit Unit of Measure
OpenQuantity openquantity PBE Entry Open Qty
ReceivedQuantity receivedquantity Quantity Received
GoodsRecipientName goodsrecipientname Recipient Name
UnloadingPointName unloadingpointname Unloading Point Name
RecipientLocationCode recipientlocationcode Recipient Loc.
MaintenanceOrder maintenanceorder Order
LastChangeDateTime lastchangedatetime Timestamp
FldLogsSrcePlnt fldlogssrceplnt Plant
IsEndOfPurposeBlocked isendofpurposeblocked Busin. Purp. Cmpltd.
BOMItemCategory bomitemcategory Item Category
GoodsMovementType goodsmovementtype Movement Type
InventorySpecialStockType inventoryspecialstocktype Special Stock Type
Plant plant Valuation Area
FldLogsSupplyProcess fldlogssupplyprocess Supply Process
DangerousGoodsIndProfile dangerousgoodsindprofile DGIndProfile
ValuationCategory valuationcategory Valuation Cat.
SerialNumberProfile serialnumberprofile SerialNoProfile
IsBatchManagementRequired isbatchmanagementrequired Batch Mgmt Rqt(Plnt)
WarehouseStorageBin warehousestoragebin Storage Bin
PurchaseOrder purchaseorder Purchasing Document
PurchaseOrderItem purchaseorderitem Purchasing Document Item
MaterialBaseUnit materialbaseunit Valuation Unit
InventoryValuationType inventoryvaluationtype Valuation Type
SemanticObject semanticobject Semantic Object
FldLogsItemIsRestricted FldLogsItemIsRestricted Truth Value
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes

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 R_FldLogsMngKitInitItmDraft.
-- 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 R_FldLogsMngKitInitItmDraft AS
SELECT
  FieldLogisticsKitItemUUID,
  FieldLogisticsKitHeaderUUID,
  FldLogsKitItmRefDocument1,
  FldLogsKitItmRefDocument2,
  FldLogsKitItmRefDocument3,
  FldLogsReferenceDocumentNumber,
  FldLogsDrvdRefDocNumber,
  FldLogsSrceStorLocID,
  FldLogsManageKitItemStorLoc,
  FldLogsManageKitItemStatus,
  FldLogsMngKitItmStsCritlty,
  FldLogsShptLocationID,
  FldLogsManageKitItemQty,
  OrderQuantityUnit,
  PurchaseRequisition,
  PurchaseRequisitionItem,
  FldLogsKitPlannedDeliveryDate,
  ItemDescription,
  Material,
  Reservation,
  ReservationItem,
  FldLogsDelivIsHeldOnShore,
  RequirementDate,
  Quantity,
  BaseUnit,
  OpenQuantity,
  ReceivedQuantity,
  GoodsRecipientName,
  UnloadingPointName,
  RecipientLocationCode,
  MaintenanceOrder,
  LastChangeDateTime,
  FldLogsSrcePlnt,
  IsEndOfPurposeBlocked,
  BOMItemCategory,
  GoodsMovementType,
  InventorySpecialStockType,
  Plant,
  FldLogsSupplyProcess,
  DangerousGoodsIndProfile,
  ValuationCategory,
  SerialNumberProfile,
  IsBatchManagementRequired,
  WarehouseStorageBin,
  PurchaseOrder,
  PurchaseOrderItem,
  MaterialBaseUnit,
  InventoryValuationType,
  SemanticObject,
  FldLogsItemIsRestricted,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM flog_mngkitinitd AS FldLogsShptKitInitialItmDraft
LEFT OUTER JOIN E_FldLogsShptKitInitialItmDrft AS _KitInitItmDraft ON FieldLogisticsKitItemUUID = _KitInitItmDraft.FieldLogisticsKitItemUUID  -- association [0..1]
;