LT21 — Display Transfer Order
LT21 is the display-only transaction for a single classic WM transfer order. It shows header and item data already written to LTAK and LTAP: source and destination bins, requested versus confirmed quantities, and TO status. It does not show live bin stock and it will show nothing for a TO that has already been archived.
This page covers LT21, the single-document display transaction for a transfer order in classic Warehouse Management. It focuses on the diagnostic use case: checking why a specific TO looks stuck, partially confirmed, or missing, and where the reflex fixes go wrong.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,082 words
Purpose
LT21 displays one transfer order by TO number, pulling the header from LTAK and the item lines from LTAP. It is read-only: there is no create or change function hiding behind it, which is the first thing to check when someone reports that LT21 will not let them fix a quantity. The structural fact that explains most confusion is that LT21 shows the TO as it was written at creation and last confirmation, not the current live stock at the bin. If a quant referenced by the TO has since moved through another process, LT21 still shows the original bin and quantity captured on the TO item, and the screen will look correct even though the physical situation has changed underneath it.
When it is used
LT21 sits downstream of TO creation (LT01, LT04, LT06) and upstream of or alongside confirmation (LT03, LT12). It is reached for mid-incident, when a specific TO number is already known from a delivery, a picking list, or a warehouse worker's complaint, and the question is simply what does this TO currently say. Consultants use LT21 instead of LT22 when the exact TO number is in hand; LT22 is for searching a population of TOs by warehouse, date, or status when the number is not known. It is also the first stop before deciding whether a correction needs LT02 (change), LT03 (confirm), or a cancellation, since none of those should be attempted blind.
How to use it in practice
- Enter the warehouse number and TO number on the initial screen; without the correct warehouse number the TO will not be found even if the number is right.
- Press enter to reach the header screen: check TO status, creation date and time, and the reference document (delivery, TR, or posting change).
- Drill into the item overview to see one line per split: source storage type and bin, destination storage type and bin, requested quantity, confirmed quantity.
- Double-click an item to see the item detail screen, including the quant number, unit of measure, and any difference quantity with its reason code.
- Compare requested versus confirmed quantity per item before concluding the TO is fully processed; a header status of confirmed can still hide a partial difference on one line.
Key data objects
- LTAK - transfer order header: TO number, warehouse number, status, creation date and time, reference document, movement type.
- LTAP - transfer order items: source and destination storage type, storage bin and quant, requested quantity, confirmed quantity, difference quantity, difference reason.
- LQUA - quant table, referenced from LTAP by quant number; shows what is currently at the bin, which may no longer match what LTAP recorded if stock has moved since.
How to prove it in the data
In SE16, filter LTAK on the TO number and warehouse number to confirm the header exists and read its status field. Then filter LTAP on the same TO number to list all item splits and compare requested quantity against confirmed quantity per line, not just at header level. Take the quant number from LTAP and look it up in LQUA to see whether that quant still exists and still holds the same quantity at the same bin; a mismatch there, not a fault in LT21, explains why the display looks stale.
ECC vs S/4HANA
In S/4HANA, classic embedded WM keeps LT21 and the LTAK and LTAP tables unchanged for warehouses still managed under classic WM. For warehouses under decentralized or embedded EWM, LT21 and the LTAK and LTAP structure are not the relevant object at all; the equivalent unit of work is the warehouse task, viewed through the EWM warehouse monitor rather than through LT21. The choice between the two depends entirely on which management type the warehouse number is assigned to.
Common pitfalls and how to diagnose them
- TO not found: wrong warehouse number entered, or the TO has already been archived after full confirmation and removed from LTAK and LTAP. Archived TOs will not appear in LT21 at all; check the delivery or TR history instead of assuming the number was typed wrong.
- Status looks confirmed but a difference exists: header status can show confirmed while one item line carries a difference quantity and reason code. Re-running TO creation to fix this duplicates the movement; the correct path is to review the difference and post the adjustment through the proper difference handling, not through LT21 or a fresh LT01.
- Display treated as live stock: LT21 shows the bin and quantity as recorded on the TO item, not the current physical stock. If another process has since moved that quant, LT21 will not reflect it. Cross-check LS24 or LX03 for the actual current bin content before concluding the TO data is wrong.
- Single-line assumption: a TO can split across several storage types or bins, each as a separate LTAP line. Reading only the header or the first item line and assuming it represents the whole TO quantity is a common source of wrong sign-off.
- Authorization gaps mistaken for missing data: a user with restricted warehouse number authorization may see an empty result and assume the TO does not exist, when in fact it exists but is outside their authorized warehouse scope.
Whose problem this is
Functional WM territory in almost every case. ABAP involvement is limited to custom fields exposed on the item detail screen or authorization object issues. Basis is rarely involved except for TO archiving and restore questions. A good handover states the TO number, warehouse number, expected status, and a screenshot of the item detail screen showing requested versus confirmed quantity.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/lt21ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.