TXW_CUST_E1 SAP (Customer master (extension)) Structure details

Dictionary Type: Structure
Description: Customer master (extension)




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




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

TXW_CUST_E1 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Customer master (extension)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXW_CUST_E1 TYPE TXW_CUST_E1.

The TXW_CUST_E1 table consists of various fields, each holding specific information or linking keys about Customer master (extension) data available in SAP. These include BUKRS (Company Code), KUNNR (Customer Numbers), NAME1 (Name 1), NAME2 (Name 2).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TXW_CUST_E1 structure 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
NAME1Name 1 TXW_NAME1CHAR40TEXT40
NAME2Name 2 TXW_NAME2CHAR40TEXT40
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STCEGVAT Registration Number STCEGCHAR20STCEG
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
STRASStreet TXW_STRASCHAR60TEXT60
ORT01City TXW_ORT01CHAR40TEXT40
ORT02District TXW_ORT02CHAR40TEXT40
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
LAND1Country Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
PSTLZPostal Code PSTLZCHAR10PSTLZ
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
XZEMPIndicator: Is an alternative payer allowed in document? XREGUCHAR1XFELD
KNRZBAccount number of an alternative payer KNRZBCHAR10Assigned to domainALPHAKUNNR
AKONTReconciliation Account in General Ledger AKONTCHAR10Assigned to domainALPHASAKNR
XVERRIndicator: Clearing between customer and vendor ? XVERR_KNB1CHAR1XFELD
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
KNRZEHead office account number (in branch accounts) KNRZECHAR10Assigned to domainALPHAKUNNR
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
BRSCHIndustry key BRSCHCHAR4Assigned to domainBRSCH
KTOKDCustomer Account Group KTOKDCHAR4Assigned to domainKTOKDKGD
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
HOUSE_NUM1House Number TXW_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement TXW_HSNM2CHAR10TEXT10
NAME3Name 3 TXW_NAME3CHAR40TEXT40
NAME4Name 4 TXW_NAME4CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure TXW_CUST_E1 using ABAP code?

As TXW_CUST_E1 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXW_CUST_E1 as there is no data to select.

How to access SAP table TXW_CUST_E1

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