C_FldLogsRetsHndlgUnitOutpReq

DDL: C_FLDLOGSRETSHNDLGUNITOUTPREQ Type: view_entity CONSUMPTION Package: FLOG_RETURN

FL Initiate Returns Output Request

C_FldLogsRetsHndlgUnitOutpReq is a Consumption CDS View that provides data about "FL Initiate Returns Output Request" in SAP S/4HANA. It reads from 1 data source (I_FldLogsRetsHndlgUnitOutpReq) and exposes 8 fields with key fields Material, FldLogsRemotePlant, FldLogsReferenceDocumentNumber, ReferenceDocumentItem, FldLogsMaintenanceOrder. Part of development package FLOG_RETURN.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsRetsHndlgUnitOutpReq I_FldLogsRetsHndlgUnitOutpReq from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label FL Initiate Returns Output Request view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY FldLogsRemotePlant FldLogsRemotePlant Plant
KEY FldLogsReferenceDocumentNumber FldLogsReferenceDocumentNumber Reference Doc Number
KEY ReferenceDocumentItem ReferenceDocumentItem Reference item
KEY FldLogsMaintenanceOrder FldLogsMaintenanceOrder
KEY RemoteStorageLocation RemoteStorageLocation
KEY HandlingUnitExternalID HandlingUnitExternalID Handling Unit
PackingStatus PackingStatus

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_FldLogsRetsHndlgUnitOutpReq.
-- 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_FldLogsRetsHndlgUnitOutpReq AS
SELECT
  Material,
  FldLogsRemotePlant,
  FldLogsReferenceDocumentNumber,
  ReferenceDocumentItem,
  FldLogsMaintenanceOrder,
  RemoteStorageLocation,
  HandlingUnitExternalID,
  PackingStatus
FROM I_FldLogsRetsHndlgUnitOutpReq
;