I_SUPLRINVCSELDINBBILLOFLADING

CDS View

SI Entered Bill of Ladings

I_SUPLRINVCSELDINBBILLOFLADING is a CDS View in S/4HANA. SI Entered Bill of Ladings. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SuplrInvcSeldInbBOLAPI01 view from BASIC Bill of Lading Ref for Supplier Invoice

Fields (3)

KeyField CDS FieldsUsed in Views
KEY FiscalYear FiscalYear 1
KEY InboundBillOfLading InboundBillOfLading 1
KEY SupplierInvoice SupplierInvoice 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.

-- SI Entered Bill of Ladings
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SUPLRINVCSELDINBBILLOFLADING (
    FISCALYEAR,
    INBOUNDBILLOFLADING,
    SUPPLIERINVOICE,
    PRIMARY KEY (FISCALYEAR, INBOUNDBILLOFLADING, SUPPLIERINVOICE)
);