_BASICSETTINGS

_BASICSETTINGS is an SAP database table in S/4HANA. It contains 13 fields.

Fields (13)

KeyField CDS FieldsUsed in Views
AssgmtOfHndovrShelfIsEnabled AssgmtOfHndovrShelfIsEnabled 1
HierarchyLevel HierarchyLevel 1
PausedTimeAfterSubmitInSecs PausedTimeAfterSubmitInSecs 1
PrintContentListIsEnabled PrintContentListIsEnabled 1
PrintLabelIsEnabled PrintLabelIsEnabled 1
ProdHandOvrCanclnIsAllwd ProdHandOvrCanclnIsAllwd 1
ScanHandoverIsEnabled ScanHandoverIsEnabled 1
ScanHandoverToShelfIsEnabled ScanHandoverToShelfIsEnabled 1
ScanPickingRequestIsEnabled ScanPickingRequestIsEnabled 1
SessionExpirationTimeInMins SessionExpirationTimeInMins 1
StorePickingSequenceValue StorePickingSequenceValue 1
StoreProdRFIDCntSubmThldInPct StoreProdRFIDCntSubmThldInPct 1
UnprocessedSalesConsideration UnprocessedSalesConsideration 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 _BASICSETTINGS (
    ASSGMTOFHNDOVRSHELFISENABLED,
    HIERARCHYLEVEL,
    PAUSEDTIMEAFTERSUBMITINSECS,
    PRINTCONTENTLISTISENABLED,
    PRINTLABELISENABLED,
    PRODHANDOVRCANCLNISALLWD,
    SCANHANDOVERISENABLED,
    SCANHANDOVERTOSHELFISENABLED,
    SCANPICKINGREQUESTISENABLED,
    SESSIONEXPIRATIONTIMEINMINS,
    STOREPICKINGSEQUENCEVALUE,
    STOREPRODRFIDCNTSUBMTHLDINPCT,
    UNPROCESSEDSALESCONSIDERATION
);