TRMABB SAP (Abbreviations Table of Proposal Pool) Table details

Dictionary Type: Table
Description: Abbreviations Table of Proposal Pool




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




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

TRMABB is a standard SAP Table which is used to store Abbreviations Table of Proposal Pool data and is available within R/3 SAP systems depending on the version and release level.

The TRMABB table consists of various fields, each holding specific information or linking keys about Abbreviations Table of Proposal Pool data available in SAP. These include AHASH (Hash key of abbreviation in Proposal Pool), ATABID (Table ID of abbreviation text in Proposal Pool), AHASHCNFL (Hash conflict counter for Proposal Pool, abbreviation), APPLIC (Application ID in Proposal Pool).. 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 TRMABB 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 Key LANGULANG1Assigned to domainISOLASPRAS
AHASHHash key of abbreviation in Proposal Pool TRMAHASHCHAR20TEXT20
ATABIDTable ID of abbreviation text in Proposal Pool TRMATABIDNUMC1NUMC1BC
AHASHCNFLHash conflict counter for Proposal Pool, abbreviation TRMAHASHCFNUMC3NUMC3BC
APPLICApplication ID in Proposal Pool TRMAPPLICCHAR2CHAR2
NRNumeric, 2-digit; Proposal Pool TRMNUM2NUMC2NUMC2BC
FHASHHash key of full text in Proposal Pool TRMFHASHCHAR20TEXT20
FTABIDTable ID for full text in Proposal Pool TRMFTABIDNUMC1NUMC1BC
FHASHCNFLHash conflict counter for Proposal Pool, full text TRMFHASHCFNUMC3NUMC3BC

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRMABB
INTO CORRESPONDING FIELDS OF WA_TRMABB
WHERE...

How to access SAP table TRMABB

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