ME3N — Purchase Orders by Vendor List Display
ME3N is a read-only list transaction that displays purchase orders selected by vendor, using the same underlying report engine as the other ME2x/ME3x list transactions. It shows header and item data from EKKO/EKPO with delivery and invoice status, and lets a buyer drill into any line to the full purchase order display or change screen without leaving the list.
This page covers ME3N, the vendor-based purchase order list display used for day-to-day procurement monitoring. It focuses on the selection-screen traps and layout confusion that cause consultants to think data is missing when it is actually filtered out by a checkbox or an authorization restriction.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,114 words
Purpose
ME3N lists purchase orders selected primarily by vendor, pulling header data from EKKO and item data from EKPO, with schedule line and history information joined in for delivery and invoice status. The structural fact that explains most confusion: ME3N is not a separate program with its own logic, it is an older, more restricted selection screen sitting on top of the same list-display report family that also produces ME2N, ME2M, ME2L and the rest of the ME2x/ME3x set. The fixed selection fields on ME3N (vendor, purchasing organization, plant, document type, the WE10x/RE10x delivery and invoice completion switches) are the same fields that drive every sibling transaction, just arranged differently. Consultants who learn one of these transactions well can operate all of them, because the differences are cosmetic screen layout, not underlying selection logic.
When it is used
ME3N is reached for whenever the starting point of an investigation is a vendor rather than a PO number, a material, or an account assignment: checking all open orders with a supplier before a blocking decision, reviewing outstanding deliveries during a vendor escalation, or pulling a quick list before a goods-receipt or invoice cleanup exercise. It sits in the monitoring layer of procure-to-pay, between order creation and the eventual goods receipt and invoice verification steps. On systems with Fiori adoption for purchasing, the 'Manage Purchase Orders' app covers the same use case with better filtering and export, and is generally preferred for ad hoc single-user lookups; ME3N and its siblings remain the tool of choice for mass selections run with saved variants, background jobs, or when a consultant needs the exact same list logic a legacy report or interface relies on.
How to use it in practice
- Enter the vendor number or a vendor range in the selection screen; leave blank only if purchasing organization or plant narrows the result enough to stay performant.
- Restrict by purchasing organization, purchasing group, plant and document type as needed to cut the result set.
- Set the completion indicators (still to be delivered, still to be invoiced, or completed) to match what is actually being investigated, since these default to a narrow subset.
- Choose the scope of list or list layout that includes the fields needed; the default layout does not show every EKPO field.
- Execute and use 'Change layout' to add missing columns rather than assuming the data does not exist.
- Double-click a line to jump into the full purchase order display or change transaction for detail investigation.
Key data objects
- EKKO - purchase order header: vendor, purchasing organization, document type, release status.
- EKPO - purchase order item: material, plant, quantity, deletion indicator, account assignment category.
- EKET - schedule lines: delivery dates and open quantities driving the delivery-completion filters.
- EKBE - purchase order history: goods receipt and invoice postings driving the invoice-completion filters.
- LFA1 - vendor master used purely for selection and display of vendor name and address.
How to prove it in the data
To confirm what a user is seeing, run SE16 on EKKO filtered on LIFNR and BUKRS/EKORG to get the candidate PO numbers, then join manually against EKPO on EBELN filtered on LOEKZ (deletion indicator) blank to exclude deleted items. Cross-check EKET for the same EBELN/EBELP to see whether the still-to-be-delivered quantity is actually zero, which explains why a PO disappears from ME3N when the completion switches are set to 'open only'. This isolates whether the transaction is filtering correctly or the master data itself is missing the expected line.
ECC vs S/4HANA
ME3N runs on S/4HANA largely unchanged; it is the same GUI list-display report against the same underlying tables. The Fiori 'Manage Purchase Orders' app is the modern equivalent for single-case lookups and offers richer filtering, but ME3N and its ME2x/ME3x siblings remain fully supported and are still the practical choice for saved variants, mass extracts, and batch-driven monitoring where a Fiori app's interactive filtering adds no value.
Common pitfalls and how to diagnose them
- Completion switch mismatch: the WE101/WE102/RE101/RE102-style checkboxes on the selection screen default to 'still open' logic; a fully received and invoiced PO will simply not appear even though it exists, and the reflex fix of re-running with wider dates does nothing because the filter is on status, not date. Clear or adjust the completion switches first.
- Layout hides the field: a user reports a field is 'not in the system' when it is only absent from the current ALV layout. Check 'Change layout' before assuming a data problem.
- Deletion indicator: items marked for deletion in EKPO drop out of the standard list even though the PO document itself still exists; check LOEKZ directly in EKPO if a specific item is missing.
- Authorization restriction by purchasing group or plant: a buyer sees fewer POs than expected because their authorization object for purchasing organization or plant excludes some of the vendor's orders; this looks identical to a selection-screen problem but is a Basis/security issue.
- Release strategy confusion: an unreleased PO still shows in ME3N as an open document even though goods receipt is blocked against it, leading to a false read that the order is progressing when it is stuck in release.
- Vendor number ambiguity: one-time vendor accounts or subrange/plant-specific vendor extensions mean the same commercial supplier can have multiple LIFNR values, so a vendor-based selection silently misses orders placed against a different vendor master record for the same supplier.
Whose problem this is
This is a functional MM/purchasing transaction; missing or unexpected results are almost always a selection-screen or authorization matter, not a technical defect. A good handover to Basis or security includes the exact vendor, purchasing org and plant used in the selection, the completion switch settings, and the specific PO/item expected but not shown, so authorization can be checked against the actual selection rather than guessed at.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/me3nERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.