_SUPPLIERLIST

_SUPPLIERLIST is an SAP database table in S/4HANA. It contains 10 fields.

Fields (10)

KeyField CDS FieldsUsed in Views
_SuplrListStatus _SuplrListStatus 1
_SupplierListType _SupplierListType 1
CreatedByUser CreatedByUser 1
PurchaserRespWorkAgreement PurchaserRespWorkAgreement 1
SuplrListLifecycleStatus SuplrListLifecycleStatus 1
SupplierList SupplierList 1
SupplierListIsPublic SupplierListIsPublic 1
SupplierListName SupplierListName 2
SupplierListType SupplierListType 1
SupplierListUUID SupplierListUUID 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 _SUPPLIERLIST (
    _SUPLRLISTSTATUS,
    _SUPPLIERLISTTYPE,
    CREATEDBYUSER,
    PURCHASERRESPWORKAGREEMENT,
    SUPLRLISTLIFECYCLESTATUS,
    SUPPLIERLIST,
    SUPPLIERLISTISPUBLIC,
    SUPPLIERLISTNAME,
    SUPPLIERLISTTYPE,
    SUPPLIERLISTUUID
);