_SELF

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

Fields (7)

KeyField CDS FieldsUsed in Views
currency assoc_currency 1
gross_price assoc_total_gross_price 1
net_price assoc_average_net_price 1
PurchaseOrder PurchaseOrder 2
PurchaseOrderItem PurchaseOrderItem 2
quantity assoc_quantity 1
quantity_unit assoc_quantity_unit 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 _SELF (
    CURRENCY,
    GROSS_PRICE,
    NET_PRICE,
    PURCHASEORDER,
    PURCHASEORDERITEM,
    QUANTITY,
    QUANTITY_UNIT
);