T811C
Allocation-Cycles
T811C is an SAP database table in S/4HANA. Allocation-Cycles. It contains 52 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AllocationCycle | view | from | BASIC | Allocation Cycle |
| I_UniversalAllocationCycle | view_entity | from | BASIC | Universal Allocation Cycle |
| P_UnivAllocMigrRunCycle | view_entity | from | BASIC | Cycle selection for execution |
Fields (52)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | tab | dbnam | Table | |||
| KEY | cycle | cycle | Cycle | |||
| KEY | sdate | sdate | Valid From | |||
| edate | edate | To-Date | ||||
| rstatus | rstatus | Status | ||||
| freq | freq | Frequency | ||||
| crdate | erfdt | Entered On | ||||
| puser | erfnm | Created By | ||||
| moddate | aendt | Changed On | ||||
| moduser | kalc_aennm | Changed By | ||||
| lastexec | exdat | Executed on | ||||
| lexecby | exnam | Executed By | ||||
| timeexec | extim | Time | ||||
| iterflag | alablauf | Processing | ||||
| astatus | rstatus | Status | ||||
| cycleset | setnr | Set ID | ||||
| negtest | negtest | Scale Neg. Factors | ||||
| alart | alart | Allocation Type | ||||
| ipknz | ipknz | Actual/Plan | ||||
| job | char4 | Undefined range (can be used for patch levels) | ||||
| kumuflag | kumuflag | Cumulative | ||||
| xxkumuflag | xxkumuflag | Cumulative Opt. | ||||
| rckumuflag | rckumuflag | Agg.Trac.Factor | ||||
| proc_group | kalc_procg | Cycle Run Group | ||||
| substid | subst_id | Substitution | ||||
| rke_split | rke_split | Sender Select. Type | ||||
| fm_derive | ps_derive | Der.Fund/FuncAr | ||||
| gl_xbilk | gl_xbilk | Balance Sheet Accts | ||||
| fm_derive_fonds | ps_derive_fonds | Derive Funds | ||||
| fm_derive_fkber | ps_derive_fkber | Derive Func.Ar | ||||
| fm_derive_grant | ps_derive_grant | Derive Grant | ||||
| fm_derive_budpd | ps_derive_budget_period | Derive Budg.Per | ||||
| gl_ldgrp | fagl_ldgrp_alloc | Ledger Group | ||||
| period_lag | period_lag | Read Preperiod | ||||
| period_delta | period_delta | Per. Delta | ||||
| kalc_prodper | kalc_prodper | Production Month | ||||
| variabel | kalc_variabel | Variable Quantity | ||||
| valutyp_alloc | valutyp_alloc | Valuation | ||||
| no_src_ce | kepsl_no_source_costelement | Summ. Srce Cst Elmnt | ||||
| can_exec_for_other_ledger | fins_alloc_exec_other_ledger | Exec for any Ledger | ||||
| enable_attributed_line_items | fins_alloc_enable_attr_lines | Attributed Line item | ||||
| enable_delta_process | fins_alloc_enable_delta_run | Delta Processing | ||||
| co_rldnr_only | co_rldnr_only | Only CO Ledger | ||||
| rbukrs | bukrs | Company Code | ||||
| kokrs | kokrs | CO Area | ||||
| rldnr | fins_ledger | Ledger | ||||
| cyclename | fco_alloc_cycle | Allocation Cycle | ||||
| category | fcom_category | Plan Category | ||||
| erkrs | erkrs | Operating concern | ||||
| cyclename_co | kscyc | Cycle | ||||
| modtime | fco_alloc_modification_time | Last Mod. Time |
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.
-- Allocation-Cycles
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T811C (
MANDT, -- Client [mandt]
TAB, -- Table [dbnam]
CYCLE, -- Cycle [cycle]
SDATE, -- Valid From [sdate]
EDATE, -- To-Date [edate]
RSTATUS, -- Status [rstatus]
FREQ, -- Frequency [freq]
CRDATE, -- Entered On [erfdt]
PUSER, -- Created By [erfnm]
MODDATE, -- Changed On [aendt]
MODUSER, -- Changed By [kalc_aennm]
LASTEXEC, -- Executed on [exdat]
LEXECBY, -- Executed By [exnam]
TIMEEXEC, -- Time [extim]
ITERFLAG, -- Processing [alablauf]
ASTATUS, -- Status [rstatus]
CYCLESET, -- Set ID [setnr]
NEGTEST, -- Scale Neg. Factors [negtest]
ALART, -- Allocation Type [alart]
IPKNZ, -- Actual/Plan [ipknz]
JOB, -- Undefined range (can be used for patch levels) [char4]
KUMUFLAG, -- Cumulative [kumuflag]
XXKUMUFLAG, -- Cumulative Opt. [xxkumuflag]
RCKUMUFLAG, -- Agg.Trac.Factor [rckumuflag]
PROC_GROUP, -- Cycle Run Group [kalc_procg]
SUBSTID, -- Substitution [subst_id]
RKE_SPLIT, -- Sender Select. Type [rke_split]
FM_DERIVE, -- Der.Fund/FuncAr [ps_derive]
GL_XBILK, -- Balance Sheet Accts [gl_xbilk]
FM_DERIVE_FONDS, -- Derive Funds [ps_derive_fonds]
FM_DERIVE_FKBER, -- Derive Func.Ar [ps_derive_fkber]
FM_DERIVE_GRANT, -- Derive Grant [ps_derive_grant]
FM_DERIVE_BUDPD, -- Derive Budg.Per [ps_derive_budget_period]
GL_LDGRP, -- Ledger Group [fagl_ldgrp_alloc]
PERIOD_LAG, -- Read Preperiod [period_lag]
PERIOD_DELTA, -- Per. Delta [period_delta]
KALC_PRODPER, -- Production Month [kalc_prodper]
VARIABEL, -- Variable Quantity [kalc_variabel]
VALUTYP_ALLOC, -- Valuation [valutyp_alloc]
NO_SRC_CE, -- Summ. Srce Cst Elmnt [kepsl_no_source_costelement]
CAN_EXEC_FOR_OTHER_LEDGER, -- Exec for any Ledger [fins_alloc_exec_other_ledger]
ENABLE_ATTRIBUTED_LINE_ITEMS, -- Attributed Line item [fins_alloc_enable_attr_lines]
ENABLE_DELTA_PROCESS, -- Delta Processing [fins_alloc_enable_delta_run]
CO_RLDNR_ONLY, -- Only CO Ledger [co_rldnr_only]
RBUKRS, -- Company Code [bukrs]
KOKRS, -- CO Area [kokrs]
RLDNR, -- Ledger [fins_ledger]
CYCLENAME, -- Allocation Cycle [fco_alloc_cycle]
CATEGORY, -- Plan Category [fcom_category]
ERKRS, -- Operating concern [erkrs]
CYCLENAME_CO, -- Cycle [kscyc]
MODTIME, -- Last Mod. Time [fco_alloc_modification_time]
PRIMARY KEY (MANDT, TAB, CYCLE, SDATE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA