ACDOCA_KENC

Transparent Table Application Table

History Table for Realignment on Table ACDOCA

ACDOCA_KENC is an SAP database table in S/4HANA. History Table for Realignment on Table ACDOCA. It contains 31 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PaRealignmentHistory view from BASIC CO-PA Realignment History

Fields (31)

KeyField Data ElementDescription DomainTypeLength
KEY rclnt mandt Client
KEY chgrun rkenccrun Realign.run
KEY rldnr fins_ledger Ledger
KEY rbukrs bukrs Company Code
KEY gjahr gjahr Fiscal Year
KEY belnr belnr_d Document Number
KEY docln docln6 G/L Line Item
rcntr kostl Cost Center
prctr prctr Profit Center
rfarea fkber Functional Area
rbusa gsber Business Area
kokrs kokrs CO Area
segment fb_segment Segment
pprctr pprctr Partner PC
kdauf kdauf Sales Order
kdpos kdpos Sales Ord. Item
werks werks_d Plant
kunnr kunnr Customer
aufnr aufnr Order
ps_psp_pnr ps_psp_pnr WBS Element
ps_pspid ps_pspid Project def.
ps_posid ps_posid WBS Element
prznr co_prznr Business Process
kstrg kstrg Cost Object
uprctr fins_origin_prctr Origin Profit Center
service_doc_type fco_srvdoc_type Service Doc. Type
service_doc_id fco_srvdoc_id Service Document
service_doc_item_id fco_srvdoc_item_id Service Doc. Item
vtkey vtkey_kk Contract
vtpos vtpos_kk Contract Item
_dataaging data_temperature Data Aging

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.

-- History Table for Realignment on Table ACDOCA
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACDOCA_KENC (
    RCLNT,                -- Client [mandt]
    CHGRUN,               -- Realign.run [rkenccrun]
    RLDNR,                -- Ledger [fins_ledger]
    RBUKRS,               -- Company Code [bukrs]
    GJAHR,                -- Fiscal Year [gjahr]
    BELNR,                -- Document Number [belnr_d]
    DOCLN,                -- G/L Line Item [docln6]
    RCNTR,                -- Cost Center [kostl]
    PRCTR,                -- Profit Center [prctr]
    RFAREA,               -- Functional Area [fkber]
    RBUSA,                -- Business Area [gsber]
    KOKRS,                -- CO Area [kokrs]
    SEGMENT,              -- Segment [fb_segment]
    PPRCTR,               -- Partner PC [pprctr]
    KDAUF,                -- Sales Order [kdauf]
    KDPOS,                -- Sales Ord. Item [kdpos]
    WERKS,                -- Plant [werks_d]
    KUNNR,                -- Customer [kunnr]
    AUFNR,                -- Order [aufnr]
    PS_PSP_PNR,           -- WBS Element [ps_psp_pnr]
    PS_PSPID,             -- Project def. [ps_pspid]
    PS_POSID,             -- WBS Element [ps_posid]
    PRZNR,                -- Business Process [co_prznr]
    KSTRG,                -- Cost Object [kstrg]
    UPRCTR,               -- Origin Profit Center [fins_origin_prctr]
    SERVICE_DOC_TYPE,     -- Service Doc. Type [fco_srvdoc_type]
    SERVICE_DOC_ID,       -- Service Document [fco_srvdoc_id]
    SERVICE_DOC_ITEM_ID,  -- Service Doc. Item [fco_srvdoc_item_id]
    VTKEY,                -- Contract [vtkey_kk]
    VTPOS,                -- Contract Item [vtpos_kk]
    _DATAAGING,           -- Data Aging [data_temperature]
    PRIMARY KEY (RCLNT, CHGRUN, RLDNR, RBUKRS, GJAHR, BELNR, DOCLN)
);