QUOTATIONITEM

QUOTATIONITEM is an SAP database table in S/4HANA. It contains 12 fields.

Fields (12)

KeyField CDS FieldsUsed in Views
KEY SalesQuotation SalesQuotation 1
KEY SalesQuotationItem SalesQuotationItem 1
_SourcingProjectQuotation _SourcingProjectQuotation 1
HigherLevelItem HigherLevelItem 1
MaterialByCustomer MaterialByCustomer 1
NetAmount NetAmount 1
OrderQuantity OrderQuantity 1
OrderQuantityUnit OrderQuantityUnit 1
SDProcessStatus SDProcessStatus 1
SourcingProjectQuotationUUID SourcingProjectQuotationUUID 1
SrcgProjQtnItemUUID SrcgProjQtnItemUUID 1
TransactionCurrency TransactionCurrency 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE QUOTATIONITEM (
    SALESQUOTATION,
    SALESQUOTATIONITEM,
    _SOURCINGPROJECTQUOTATION,
    HIGHERLEVELITEM,
    MATERIALBYCUSTOMER,
    NETAMOUNT,
    ORDERQUANTITY,
    ORDERQUANTITYUNIT,
    SDPROCESSSTATUS,
    SOURCINGPROJECTQUOTATIONUUID,
    SRCGPROJQTNITEMUUID,
    TRANSACTIONCURRENCY,
    PRIMARY KEY (SALESQUOTATION, SALESQUOTATIONITEM)
);