_EAMUSERDEFAULTVALUES

_EAMUSERDEFAULTVALUES is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
CompleteBusinessAndSetNotifSts CompleteBusinessAndSetNotifSts 2
CompleteTechlyAndSetNotifSts CompleteTechlyAndSetNotifSts 3
DoNotExectOrderAndSetNotifSts DoNotExectOrderAndSetNotifSts 2
IssuingPlant IssuingPlant 1
ResetDeltnFlagAndSetNotifSts ResetDeltnFlagAndSetNotifSts 1
ResetTechCompltnAndSetNotifSts ResetTechCompltnAndSetNotifSts 2
SetDeletionFlagAndNotifStatus SetDeletionFlagAndNotifStatus 1
StorageLocation StorageLocation 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 _EAMUSERDEFAULTVALUES (
    COMPLETEBUSINESSANDSETNOTIFSTS,
    COMPLETETECHLYANDSETNOTIFSTS,
    DONOTEXECTORDERANDSETNOTIFSTS,
    ISSUINGPLANT,
    RESETDELTNFLAGANDSETNOTIFSTS,
    RESETTECHCOMPLTNANDSETNOTIFSTS,
    SETDELETIONFLAGANDNOTIFSTATUS,
    STORAGELOCATION
);