ENT2005 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

ENT2005 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 ENT2005 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BUKRS (Company Code), KTOPLPOS (G/L Account Number), MWSKZ (Tax Category in Account Master Record), FDLEV (Planning level).. 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 ENT2005 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KTOPLPOSG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
MWSKZTax Category in Account Master Record SMWSKCHAR2SMWSK
FDLEVPlanning level FDLEVCHAR2T036FDLEVFFE
FIPLSFinancial Budget Item FIPLSNUMC3FIPLS
FDGRVPlanning group FDGRVCHAR10T035ALPHAFDGRP
BUSABAccounting clerk BUSABCHAR2T001SBUSAB
WAERSAccount currency WAERS_SKB1CUKY5TCURCWAERSFWS
ZINDTKey date of the last interest calculation DZINDTDATS8DATUM
ZINRTInterest calculation frequency in months DZINRTNUMC2ZINRT
XGKONCash receipt account / cash disbursement account XGKONCHAR1XFELD
KDFSLKey for Exchange Rate Differences in Foreign Currency Accts KDFSLCHAR4T030SKDFSL
VZSKZInterest calculation indicator VZSKZCHAR2T056VZSKZ
WMETHIndicator: account managed in external system WMETHCHAR2WMETH
FSTAGField status group FSTAGCHAR4T004FFSTAG
ZUAWAKey for sorting according to assignment numbers DZUAWACHAR3TZUNZUAWA
XNKONIndicator: Supplement for automatic postings ? XNKONCHAR1XFELD
XOPVWIndicator: Open item management? XOPVWCHAR1XFELD
XSPEBIndicator: Is Account Blocked for Posting? XSPEBCHAR1XFELD
XKRESIndicator: Can Line Items Be Displayed by Account? XKRESCHAR1XFELD
XINTBIndicator: Is account only posted to automatically? XINTBCHAR1XFELD
BEGRUAuthorization Group BRGRUCHAR4BRGRU
XLOEBIndicator: Account marked for deletion? XLOEVCHAR1XFELD
DATLZDate of the last interest calculation run DATLZDATS8DATUM
STEXTG/L account additional text STEXT_SKB1CHAR50TEXT50
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
ALTKTAlternative account number in company code ALTKT_SKB1CHAR10ALPHASAKNR
FIPOSCommitment Item FIPOSCHAR14FIPOSFIP

Key field Non-key field



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

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

SELECT SINGLE *
FROM ENT2005
INTO CORRESPONDING FIELDS OF WA_ENT2005
WHERE...

How to access SAP table ENT2005

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