TXW_S_EKKO SAP (Retrieve EKKO from archive) Table details

Dictionary Type: Table
Description: Retrieve EKKO from archive




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




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

TXW_S_EKKO is a standard SAP Table which is used to store Retrieve EKKO from archive data and is available within R/3 SAP systems depending on the version and release level.

The TXW_S_EKKO table consists of various fields, each holding specific information or linking keys about Retrieve EKKO from archive data available in SAP. These include TXW_EBELN (Purchasing Document Number), MANDT (Client), EBELN (Purchasing Document Number), BUKRS (Company Code).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TXW_S_EKKO 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
TXW_MANDTClient MANDTCLNT3Assigned to domainMANDT
TXW_EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
MANDTClient MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BEDATPurchasing Document Date EBDATDATS8DATUM
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
LBLIFField not used LBLIFCHAR10Assigned to domainALPHALIFNRLIF
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LOGSYLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10Assigned to domainEXNUM
AEDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TXW_S_EKKO
INTO CORRESPONDING FIELDS OF WA_TXW_S_EKKO
WHERE...

How to access SAP table TXW_S_EKKO

Within an ECC or HANA version of SAP you can also view further information about TXW_S_EKKO 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!