Home/CRM/Pipeline
CRM/Pipeline

SAP Purchase Order Account Assignment Table: EKKN Explained

The definitive breakdown of how SAP stores, links, and uses account assignment data on purchase orders.

SAP MM Table Diagnostic
5 quick scenarios. Do you know which SAP table to use - and why it matters for your reports?
Question 1 of 5 0 correct
Scenario
0
out of 5

The Short Answer: It's EKKN

If you've been digging through SAP looking for where account assignment data lives on a purchase order, the table you want is EKKN - Account Assignment in Purchasing Document. That's the primary database table SAP uses to store all account assignment details attached to a PO line item. Not EKKO. Not EKPO. EKKN.

Most people new to SAP MM stumble here because the account assignment category field (KNTTP) does show up in EKPO, but the actual assignment objects - the cost center, the order number, the WBS element, the asset - those live in EKKN. It's a separate table joined back to the PO item level. Once you understand that split, everything else clicks.

The Core SAP PO Table Structure

Before going deep on EKKN, you need the full picture. SAP purchasing data is spread across several related tables that each handle a specific layer of the document:

The relationship between these tables is straightforward once you see it laid out. EKKO and EKPO share the key field EBELN (the PO number). EKPO and EKKN share both EBELN and EBELP (the item number). EKKN adds a third key field: ZEKKN, which is the sequential number of the account assignment - critical when you have multiple account assignment lines split against a single PO item.

EKKN: Key Fields You Actually Need

When you open EKKN in SE16N, you're going to see a lot of columns. Most of them will be empty depending on what account assignment category is in use. Here are the ones that matter in practice:

The key thing to note: any given EKKN row will only have some of these object fields filled in, depending on the category. A cost center PO (K) fills KOSTL but leaves AUFNR blank. A project PO (P) fills PS_POSID. You don't get all of them at once unless you've done something unusual in configuration.

Free Download: Sales KPIs Tracker

Drop your email and get instant access.

By entering your email you agree to receive daily emails from Alex Berman and can unsubscribe at any time.

You're in! Here's your download:

Access Now →

Account Assignment Categories: What Each One Means

The account assignment category is the control switch that tells SAP two things: which account assignment objects are required, and how the accounting entries should post when a goods receipt or invoice receipt hits the system. Here are the standard categories you'll encounter most often:

You configure and customize these categories in transaction OME9, or by navigating SPRO → Materials Management → Purchasing → Account Assignment → Maintain Account Assignment Categories. That's where you control which fields are required, optional, displayed, or hidden for each category.

How to Query EKKN: Practical SQL and SE16N Tips

If you're pulling this data for a report, an audit, or a data migration, you almost always need to join EKKN with EKKO and EKPO. Here's the basic join structure:

For a join in ABAP or custom reports:

That three-table join gives you the PO header context, the line item details, and the full account assignment breakdown in a single result set.

In SE16N: Go to SE16N, enter table EKKN, and filter by EBELN (PO number) or KOSTL (cost center) or AUFNR (order number) depending on what you're looking for. If you're auditing all POs hitting a particular cost center, filter on KOSTL. If you're tracking down what charged to a specific internal order, filter on AUFNR. The ZEKKN field matters when a PO item has been split across multiple cost centers - you'll get multiple rows per EBELP in that case, each with a partial MENGE.

Transaction ME2K is also worth knowing - it lets you pull purchase orders by account assignment category directly from the SAP UI without touching tables manually. Useful for business users and consultants who need a quick view without going to SE16N.

Multiple Account Assignment: When One Line Isn't Enough

Standard procurement is one PO line, one account assignment object. But SAP supports multiple account assignment on a single line - splitting a purchase across two or more cost centers, orders, or WBS elements. This is where ZEKKN earns its keep.

When you split a line item across multiple account objects, EKKN generates one row per assignment, each with a unique ZEKKN value (1, 2, 3...). The MENGE field on each row captures the quantity or value allocated to that object. The sum of all ZEKKN rows for a given EBELP should equal the total item quantity or value on EKPO.

A real example: your IT department and HR department both need office chairs. You create a single PO line for the full quantity, but split the account assignment - 300 units to IT's cost center and 200 units to HR's cost center. EKKN will show two rows for that item, each pointing to a different KOSTL with the corresponding quantity in MENGE.

The copy function in the multiple account assignment screen makes this faster - you don't have to re-enter the same account assignment data repeatedly across different items. SAP also has a repeat account assignment function for scenarios where several items share the same account structure.

Need Targeted Leads?

Search unlimited B2B contacts by title, industry, location, and company size. Export to CSV instantly. $149/month, free to try.

Try the Lead Database →

The EBKN Connection: Purchase Requisitions

EKKN has a parallel table in the purchase requisition world: EBKN. EBKN stores account assignment data for purchase requisitions (PR), not purchase orders. The relationship mirrors EKKN exactly - EBKN joins to EBAN (the PR header/item table) via BANFN (PR number) and BNFPO (PR item number).

When a purchase order is created with reference to a purchase requisition, the account assignment values transfer from EBKN to EKKN automatically. That's the data lineage: EBKN on the requisition side, EKKN on the PO side. If you're doing a full procurement audit trail - from requisition through PO through goods receipt - you need both tables.

Common EKKN Reporting Mistakes

A few things that trip people up when working with this table:

Using This Knowledge Outside SAP: Connecting Procurement Data to Sales Pipelines

If you're an SAP consultant or implementation partner, understanding the procurement data model at this level is a differentiator when pitching enterprise clients. The people who get hired for SAP MM projects aren't just the ones who know the transactions - they're the ones who can speak to the underlying table architecture, explain why period-close reports break, and diagnose data migration issues before go-live.

That means your outbound prospecting needs to reflect that depth. If you're reaching out to SAP project managers, procurement directors, or ERP implementation leads, the conversation starter can't be generic. It has to reference the actual pain points: EKKN join problems in custom reports, ESKN vs EKKN confusion during service PO audits, multiple account assignment explosions in FI reconciliation.

Finding those contacts starts with the right data. A B2B lead database lets you filter by job title (SAP Consultant, Procurement Manager, ERP Director), industry (manufacturing, construction, professional services - the heaviest SAP users), company size, and location. That's how you build a list of decision-makers who actually care about what you know.

Once you have the list, the outreach has to match the expertise. Don't pitch vague "SAP consulting services." Open with the specific problem - miscoded account assignment categories, EKKN join issues, period-close reconciliation failures - and offer a concrete fix. For a full breakdown of how to structure that kind of cold email, grab the Cold Email Tracking Sheet - it'll help you organize your sequences, track opens and replies, and know exactly where each SAP prospect is in your pipeline.

And if you're building out your cold email tech stack to support this kind of targeted outreach, the Cold Email Tech Stack guide covers the sequencing tools, email validators, and data sources worth using together.

Free Download: Sales KPIs Tracker

Drop your email and get instant access.

By entering your email you agree to receive daily emails from Alex Berman and can unsubscribe at any time.

You're in! Here's your download:

Access Now →

Quick Reference: EKKN Field Summary

The bottom line: if someone asks you which table stores account assignment data on a purchase order in SAP, the answer is EKKN - full stop. Everything else in the MM purchasing table ecosystem supports it, but EKKN is where the financial routing of your PO line items actually lives.

Ready to Book More Meetings?

Get the exact scripts, templates, and frameworks Alex uses across all his companies.

By entering your email you agree to receive daily emails from Alex Berman and can unsubscribe at any time.

You're in! Here's your download:

Access Now →