/UI5/TREP_TEXTS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /UI5/TREP_TEXTS
Related tables to /UI5/TREP_TEXTS
Access table /UI5/TREP_TEXTS




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

/UI5/TREP_TEXTS 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 /UI5/TREP_TEXTS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include TEXT_NAME (Char255), TEXT (SAPUI5: Text), TEXT_TYPE (Not More Closely Defined Area, Possibly Used for Patchlevels), MAX_LENGTH (2 byte integer (signed)).. 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 /UI5/TREP_TEXTS 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
LANGUAGELanguage Key LANGULANG1T002ISOLASPRAS
TEXT_NAMEChar255 CHAR255CHAR255CHAR255
TEXTSAPUI5: Text /UI5/TEXTCHAR255/UI5/TEXT
TEXT_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MAX_LENGTH2 byte integer (signed) INT2INT25INT2
ADD_CONTEXTChar255 CHAR255CHAR255CHAR255
APPL_NAME30 Characters CHAR30CHAR30CHAR30
FILE_PATH 0

Key field Non-key field



How do I retrieve data from SAP table /UI5/TREP_TEXTS using ABAP code

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

SELECT SINGLE *
FROM /UI5/TREP_TEXTS
INTO CORRESPONDING FIELDS OF WA_/UI5/TREP_TEXTS
WHERE...

How to access SAP table /UI5/TREP_TEXTS

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