I_IN_STOHISTORY

CDS View

Stock Transport Order History

I_IN_STOHISTORY is a CDS View in S/4HANA. Stock Transport Order History. It contains 12 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_IN_GRVerifiedSTO view from COMPOSITE GR Verified STO Document

Fields (12)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 1
Plant Plant 1
PostingDate PostingDate 1
PurchasingDocument PurchasingDocument 1
PurchasingDocumentCategory PurchasingDocumentCategory 1
PurchasingHistoryCategory PurchasingHistoryCategory 1
PurchasingHistoryDocument PurchasingHistoryDocument 1
PurchasingHistoryDocumentType PurchasingHistoryDocumentType 1
PurchasingHistoryDocumentYear PurchasingHistoryDocumentYear 1
STOCreationDate STOCreationDate 1
Supplier Supplier 1
SupplyingPlant SupplyingPlant 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.

-- Stock Transport Order History
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_IN_STOHISTORY (
    COMPANYCODE,
    PLANT,
    POSTINGDATE,
    PURCHASINGDOCUMENT,
    PURCHASINGDOCUMENTCATEGORY,
    PURCHASINGHISTORYCATEGORY,
    PURCHASINGHISTORYDOCUMENT,
    PURCHASINGHISTORYDOCUMENTTYPE,
    PURCHASINGHISTORYDOCUMENTYEAR,
    STOCREATIONDATE,
    SUPPLIER,
    SUPPLYINGPLANT
);