TRM040 SAP (Storage for Proposal Pool Texts <= 40 Characters) Table details

Dictionary Type: Table
Description: Storage for Proposal Pool Texts <= 40 Characters




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




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

TRM040 is a standard SAP Table which is used to store Storage for Proposal Pool Texts <= 40 Characters data and is available within R/3 SAP systems depending on the version and release level.

The TRM040 table consists of various fields, each holding specific information or linking keys about Storage for Proposal Pool Texts <= 40 Characters data available in SAP. These include HASH (Hash key in Proposal Pool), HASHCNFL (Hash conflict counter for Proposal Pool), TEXT (Text, 40 Characters Long), ABBR (Abbreviation ID: A = abbreviation, F = full text, B = both).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TRM040 table 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
LANGULanguage ID LANGLANG1ISOLALANG
HASHHash key in Proposal Pool TRMHASHCHAR20TEXT20
HASHCNFLHash conflict counter for Proposal Pool TRMHASHCNFNUMC3NUMC3BC
TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
ABBRAbbreviation ID: A = abbreviation, F = full text, B = both TRMABBRCHAR1TRMABBR
TERMFlag: Text is a terminology term TRMTERMCHAR1TRMFLAG
TCOMMENTComment for text available / not available TRMCOMMENTCHAR1TRMFLAG
TUNIQUEText has only one translation valid system-wide TRMUNIQUECHAR1TRMFLAG
NOT_VALIDFlag: No longer current (text no longer in system) TRMNOTVALCHAR1TRMFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRM040
INTO CORRESPONDING FIELDS OF WA_TRM040
WHERE...

How to access SAP table TRM040

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