Analytics Catalog/SAP S/4HANA/Tables/AUFK
Explore the catalogACDOCAInternal Order reportCDS viewsExtraction
SAP S/4HANA · Controlling (CO)

AUFK

Transparent table · masterOrder masterType & status

The order master — one record per internal order. An internal order is a short-lived cost collector: a campaign, an event, a maintenance job, a small capital project. AUFK holds its type, its status, the company code and controlling area, and who is responsible. The actual costs land on ACDOCA (field AUFNR).

Primary key: MANDT · AUFNR (client · order number). Unlike cost centers and profit centers, internal orders are not time-dependent — one row per order, no validity periods. The short description is a field on the table itself (KTEXT); there is no separate text table.

Key fields (AUFK)

FieldKeyIn reportsDescription
AUFNRPKOrder number — the code itself (matches AUFNR in ACDOCA).
AUARTOrder type — groups orders and drives the number range and settlement profile.
AUTYPOrder category — the technical class (internal order = 01).
KTEXTShort description of the order.
BUKRSCompany code the order belongs to.
KOKRSControlling area.
KOSTVResponsible cost center — the cost center that owns the order.
OBJNRObject number — links the order to its system & user status.
ASTKZStatistical order indicator — a statistical order carries a parallel, informational posting.
USER0 / USER1Responsible person and applicant.
LOEKZDeletion flag.

How AUFK relates to the rest of the model

AUFK is the master; the actual costs, the status, and the responsible cost center sit in other objects and share the order key.

ObjectHoldsJoined on
ACDOCAThe actual costs posted to the orderAUFNR
JESTThe order's system & user status (created, released, closed)OBJNR
CSKSResponsible cost center masterKOSTV = KOSTL
In ACDOCA the order is field AUFNR; it matches the key here — and it is populated on the journal line even when the classic BSEG field is blank, which is why order reporting reads the Universal Journal. At period end the order's cost settles to a receiver (a cost center, an asset, or a G/L account) per its settlement rule.

Order type & status — what controls postings

Two things govern an internal order: its type (how it behaves) and its status (what you are allowed to post to it right now).

StatusCodeWhat it allows
CreatedCRTDMaster exists; no postings allowed yet.
ReleasedRELPostings and commitments allowed — the order is live.
Technically completeTECOWork done; only settlement and adjustments, no new commitments.
ClosedCLSDFully settled; no further postings.
A statistical order (ASTKZ set) is informational — its costs are also carried on a real cost center, so do not double-count statistical orders against the cost center in the same total. The order type (AUART) decides the number range, the settlement profile, and which fields are required.

S/4HANA status

AUFK is not replaced — it is a live transparent table and still the internal order master. Order actuals are in ACDOCA (field AUFNR); read the master from AUFK and the actuals from the released journal views.

Internal orders are part of Controlling, which in S/4HANA is merged into the Universal Journal. The master stays here in AUFK; the postings are in ACDOCA. Read AUFK directly or through a released CO master view — never via ODP-RFC.

Where this surfaces — how to read it

Reports that use it

How the data gets out: a SAP-compliant extract of AUFK joined to ACDOCA on AUFNR via SLT or Table / Table-CDC — never ODP-RFC (SAP Note 3255746). See the extraction pattern →
Need internal orders as a clean dimension?
We model AUFK as a conformed order dimension — type, status, responsible cost center — joined to the journal so every order report reconciles, and you own the code.
Talk to us
Terms on this page
AUFK
The order master — one row per internal order.
Internal order (AUFNR)
A short-lived cost collector — a campaign, event, job, or project.
Order type (AUART)
Groups orders and drives the number range and settlement profile.
Order category (AUTYP)
The technical class of order; an internal order is category 01.
Status
Created, released, technically complete, or closed — controls what you can post.
Settlement
Moving an order's cost to its receiver (a cost center, asset, or G/L) at period end.
Statistical order
An informational order whose cost is also carried on a real cost center.
Responsible cost center (KOSTV)
The cost center that owns the order.
OBJNR
The object number that links the order to its status record.
ACDOCA
The Universal Journal — the order's actual costs; order is field AUFNR.