DURN

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

Fields (10)

KeyField CDS FieldsUsed in Views
ActualDurationInWorkdays MfgOrdItemGdsRcptActDuration 1
actualexecutiondurninworkdays OpActualExecutionDays 2
DLZBrutto OrderRuntimeDuration 1
DLZNetto OrderLeadTimeDuration 1
ErlstSchedldExecDurnInWorkdays ErlstSchedldExecDurnInWorkdays 2
LtstSchedldExecDurnInWorkdays LtstSchedldExecDurnInWorkdays 1
MaintObjectPhaseRunTimeInDays MaintObjectPhaseRunTimeInDays 1
MaintObjPhseRunTimeInWrkDays MaintObjPhseRunTimeInWrkDays 1
PlannedDurationInWorkdays MfgOrdItemGdsRcptPlndDuration 1
ScheduledDurationInWorkdays MfgOrdItemGdsRcptSchdldDurn 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 DURN (
    ACTUALDURATIONINWORKDAYS,
    ACTUALEXECUTIONDURNINWORKDAYS,
    DLZBRUTTO,
    DLZNETTO,
    ERLSTSCHEDLDEXECDURNINWORKDAYS,
    LTSTSCHEDLDEXECDURNINWORKDAYS,
    MAINTOBJECTPHASERUNTIMEINDAYS,
    MAINTOBJPHSERUNTIMEINWRKDAYS,
    PLANNEDDURATIONINWORKDAYS,
    SCHEDULEDDURATIONINWORKDAYS
);