_JOINTVENTUREORDERDATA

_JOINTVENTUREORDERDATA is an SAP database table in S/4HANA. It contains 7 fields.

Fields (7)

KeyField CDS FieldsUsed in Views
KEY InternalOrder InternalOrder 1
InternalOrderDescription InternalOrderDescription 1
OrderCategory OrderCategory 2
OrderDescription OrderDescription 1
OrderID OrderID 1
OrderType OrderType 2
ReferenceOrder ReferenceOrder 2

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _JOINTVENTUREORDERDATA (
    INTERNALORDER,
    INTERNALORDERDESCRIPTION,
    ORDERCATEGORY,
    ORDERDESCRIPTION,
    ORDERID,
    ORDERTYPE,
    REFERENCEORDER,
    PRIMARY KEY (INTERNALORDER)
);