I_FLDLOGSSTOCKTP

CDS View

FL - Return Items

I_FLDLOGSSTOCKTP is a CDS View in S/4HANA. FL - Return Items. It contains 6 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_FldLogsStock view_entity projection CONSUMPTION Field Logistics Initiate Returns App
I_FldLogsRetsHndlgUnitOutpReq view_entity from TRANSACTIONAL Field Logistics Returns Output Request
I_FldLogsReturnsOutputRequest view_entity from TRANSACTIONAL Field Logistics Returns Output Request
I_FldLogsReturnsProductTP view_entity projection TRANSACTIONAL Field Logistics Return - TP
R_FldLogsRcptsRetsAtRemoteTP view_entity from TRANSACTIONAL TP View for Receipts and Returns At Remote

Fields (6)

KeyField CDS FieldsUsed in Views
KEY FldLogsMaintenanceOrder FldLogsMaintenanceOrder 1
KEY FldLogsReferenceDocumentNumber FldLogsReferenceDocumentNumber 1
KEY FldLogsRemotePlant FldLogsRemotePlant 1
KEY Material Material 1
KEY ReferenceDocumentItem ReferenceDocumentItem 1
KEY RemoteStorageLocation RemoteStorageLocation 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- FL - Return Items
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_FLDLOGSSTOCKTP (
    FLDLOGSMAINTENANCEORDER,
    FLDLOGSREFERENCEDOCUMENTNUMBER,
    FLDLOGSREMOTEPLANT,
    MATERIAL,
    REFERENCEDOCUMENTITEM,
    REMOTESTORAGELOCATION,
    PRIMARY KEY (FLDLOGSMAINTENANCEORDER, FLDLOGSREFERENCEDOCUMENTNUMBER, FLDLOGSREMOTEPLANT, MATERIAL, REFERENCEDOCUMENTITEM, REMOTESTORAGELOCATION)
);