_RUN

_RUN is an SAP database table in S/4HANA. It contains 30 fields.

Fields (30)

KeyField CDS FieldsUsed in Views
KEY BalanceCarryforwardToYear BalanceCarryforwardToYear 1
AllocActualPlanVariantText AllocActualPlanVariantText 2
AllocationActualPlanVariant AllocationActualPlanVariant 8
AllocationPostingType AllocationPostingType 8
AllocationPostingTypeText AllocationPostingTypeText 2
AllocationRunEndPeriod AllocationRunEndPeriod 2
AllocationRunIsCumulative AllocationRunIsCumulative 1
AllocationRunIsReversed AllocationRunIsReversed 2
AllocationRunIsTest AllocationRunIsTest 2
AllocationRunStartDate AllocationRunStartDate 2
AllocationRunStartPeriod AllocationRunStartPeriod 2
AllocationRunStartTime AllocationRunStartTime 2
AllocationRunStatus AllocationRunStatus 2
AllocationRunType AllocationRunType 2
AllocationRunUser AllocationRunUser 1
AllocationType AllocationType 4
AllocRunHasIncrmtlProcessing AllocRunHasIncrmtlProcessing 1
ApplicationJob ApplicationJob 1
ApplicationJobName ApplicationJobName 1
ApplicationLog ApplicationLog 1
BalanceCarryforwardFromYear BalanceCarryforwardFromYear 1
BalanceCarryforwardRunDate BalanceCarryforwardRunDate 1
FiscalYear FiscalYear 4
LastChangedByUser LastChangedByUser 1
Ledger AllocationExecutionLedger,Ledger 7
LedgerName LedgerName 1
StatryRptCategory StatryRptCategory 1
StatryRptgEntity StatryRptgEntity 1
StatryRptPhaseUUID StatryRptPhaseUUID 1
StatryRptTaskUUID StatryRptTaskUUID 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 _RUN (
    BALANCECARRYFORWARDTOYEAR,
    ALLOCACTUALPLANVARIANTTEXT,
    ALLOCATIONACTUALPLANVARIANT,
    ALLOCATIONPOSTINGTYPE,
    ALLOCATIONPOSTINGTYPETEXT,
    ALLOCATIONRUNENDPERIOD,
    ALLOCATIONRUNISCUMULATIVE,
    ALLOCATIONRUNISREVERSED,
    ALLOCATIONRUNISTEST,
    ALLOCATIONRUNSTARTDATE,
    ALLOCATIONRUNSTARTPERIOD,
    ALLOCATIONRUNSTARTTIME,
    ALLOCATIONRUNSTATUS,
    ALLOCATIONRUNTYPE,
    ALLOCATIONRUNUSER,
    ALLOCATIONTYPE,
    ALLOCRUNHASINCRMTLPROCESSING,
    APPLICATIONJOB,
    APPLICATIONJOBNAME,
    APPLICATIONLOG,
    BALANCECARRYFORWARDFROMYEAR,
    BALANCECARRYFORWARDRUNDATE,
    FISCALYEAR,
    LASTCHANGEDBYUSER,
    LEDGER,
    LEDGERNAME,
    STATRYRPTCATEGORY,
    STATRYRPTGENTITY,
    STATRYRPTPHASEUUID,
    STATRYRPTTASKUUID,
    PRIMARY KEY (BALANCECARRYFORWARDTOYEAR)
);