T024E SAP (Purchasing Organizations) Table details

Dictionary Type: Table
Description: Purchasing Organizations




ABAP Code to SELECT data from T024E
Related tables to T024E
Access table T024E




Table field list including key, data, relationships and ABAP select examples

T024E is a standard SAP Table which is used to store Purchasing Organizations data and is available within R/3 SAP systems depending on the version and release level.

The T024E table consists of various fields, each holding specific information or linking keys about Purchasing Organizations data available in SAP. These include EKORG (Purchasing Organization), EKOTX (Description of Purchasing Organization), BUKRS (Company Code), TXADR (Text Name: Sender Line).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T024E table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
EKORGPurchasing Organization EKORGCHAR4EKORGEKO
EKOTXDescription of Purchasing Organization EKOTXCHAR20TEXT20
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
TXADRText Name: Sender Line TXADRCHAR70TDOBNAME
TXKOPText Name: Letter Heading TXKOPCHAR70TDOBNAME
TXFUSText Name: Footer Lines TXFUSCHAR70TDOBNAME
TXGRUText Name: Complimentary Close TXGRUCHAR70TDOBNAME
KALSEGroup for Calculation Schema (Purchasing Organization) KALSECHAR4TMKEKALSE
MKALSCalculation Schema for Market Price MKALSCHAR6T683KALSM
BPEFFEffective Price BPEFFCHAR1XFELD
BUKRS_NTRCompany code for subsequent settlement at plant level BUKRS_NTRCHAR4T001BUKRS

Key field Non-key field



How do I retrieve data from SAP table T024E using ABAP code

The following ABAP code Example will allow you to do a basic selection on T024E to SELECT all data from the table
DATA: WA_T024E TYPE T024E.

SELECT SINGLE *
FROM T024E
INTO CORRESPONDING FIELDS OF WA_T024E
WHERE...

How to access SAP table T024E

Within an ECC or HANA version of SAP you can also view further information about T024E and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!