ENT2331 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT2331 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The ENT2331 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), ANRED (Title), BEGRU (Authorization Group), BRSCH (Industry key).. 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: Not classified


SAP ENT2331 table view 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10ALPHALIFNRLIFKRED_C
ANREDTitle ANREDCHAR15TEXT15
BEGRUAuthorization Group BRGRUCHAR4BRGRU
BRSCHIndustry key BRSCHCHAR4T016BRSCH
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
DTAWSInstruction key for data medium exchange DTAWSCHAR2DTAWS
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
KONZSGroup key KONZSCHAR10KONZS
KTOKKVendor account group KTOKKCHAR4T077KKTOKKKGK
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LAND1Country Key LAND1_GPCHAR3T005LAND1C_LAND1
LNRZAAccount Number of the Alternative Payee LNRZACHAR10LFA1ALPHALIFNR
LOEVMCentral Deletion Flag for Master Record LOEVM_XCHAR1XFELD
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
PSTLZPostal Code PSTLZCHAR10PSTLZ
SORTLSort field SORTLCHAR10CHAR10
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2
STKZAIndicator: Business Partner Subject to Equalization Tax? STKZACHAR1STKZA
STKZULiable for VAT STKZUCHAR1XFELD
STRASHouse number and street STRAS_GPCHAR35TEXT35
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
XZEMPIndicator: Alternative payee in document allowed ? XZEMPCHAR1XFELD
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
FISKNAccount number of the master record with fiscal address FISKN_KCHAR10LFA1ALPHALIFNR
STCEGVAT Registration Number STCEGCHAR20STCEG

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT2331
INTO CORRESPONDING FIELDS OF WA_ENT2331
WHERE...

How to access SAP table ENT2331

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