U_24134 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_24134 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 U_24134 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include APPLCLASS (Application class for DD objects (not used)), SUBCLASS (Subgroup by application class), TABNAME (Table Name), REPID (Report).. 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 U_24134 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
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4TAPPLAPPLCLASSAPP
SUBCLASSSubgroup by application class SUBCLASSCHAR2CFBSUBCLAS
TABNAMETable Name TABNAMECHAR30AS4TABDTB
REPIDReport CFREPID2CHAR12BERNA2REI
TFLAGFlag to indicate text CFTFLAGCHAR1CHAR1
SMODESpecial reports CFSMODECHAR1SMODESMD
SOURCSource of EC-EIS report CFJSOURCHAR1JSOUR
UNAMEUser name CFUNAMECHAR12CHAR12
GDATECreated On CFGDATEDATS8DATUM
MODCNVersion CFMODCNNUMC8NUM8
MODNALast user to change report CFMODNACHAR12CHAR12
MODDADate of last change to SAP-EIS report CFMODDADATS8DATUM
MODTITime changed CFMODTITIMS6SYTIME
CNSUBNumber of times report displayed CFCNSUBNUMC8NUM8
LASUBDate when report last displayed CFLASUBDATS8DATUM
SECUAuthorization group CFSECUCHAR8CHAR8
INDXIndicator: Data stored in cluster table COIX RKE_INDXCHAR1XFELD
INDXDADate data was saved in INDX file RKE_INDXDADATS8DATUM
INDXTITime when data was saved in INDX CFINDXTITIMS6SYTIME
DVERSDictionary version of rep.tables in INDX KC31/KC61 CFDVERSNUMC2NUMC02
EPOSExternal GUI interface RKE_EPOSCHAR1XFELD
SUBCLASSFSubgroup by application class SUBCLASSCHAR2CFBSUBCLAS
FORMForm RKE_CFORMCHAR12TKES1RKE_FORMRC1
RNAMEName of ABAP generated RKE_RNAMECHAR40TRDIRPROGNAME
VARKEVariable header exists CFVARKECHAR1CHAR01
VARFEVariable footer exists CFVARFECHAR1CHAR01
VARTEVariable cover page exists CFVARTECHAR1CHAR01
PAGEWPrinted page width (header/footer) RKE_PAGEWINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_24134
INTO CORRESPONDING FIELDS OF WA_U_24134
WHERE...

How to access SAP table U_24134

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