TRMINT SAP (Link Table of Proposal Pool) Table details

Dictionary Type: Table
Description: Link Table of Proposal Pool




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




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

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

The TRMINT table consists of various fields, each holding specific information or linking keys about Link Table of Proposal Pool data available in SAP. These include TLANGUAGE (Target language), SHASH (Hash key of text in Proposal Pool, source language), STABID (ID of source lang. text table of Proposal Pool), SHASHCNFL (Hash conflict counter for Proposal Pool, source language).. 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: Cannot Be Enhanced


SAP TRMINT 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
SLANGUAGESource language SLANGUAGELANG1Assigned to domainISOLASPRASH_T002
TLANGUAGETarget language TLANGUAGELANG1Assigned to domainISOLASPRASH_T002
SHASHHash key of text in Proposal Pool, source language TRMSHASHCHAR20TEXT20
STABIDID of source lang. text table of Proposal Pool TRMSTABIDNUMC1NUMC1BC
SHASHCNFLHash conflict counter for Proposal Pool, source language TRMSHASHCFNUMC3NUMC3BC
APPLICApplication ID in Proposal Pool TRMAPPLICCHAR2CHAR2
NRNumeric, 3-digit; Proposal Pool TRMNUM3NUMC3NUMC3BC
THASHHash key of text in Proposal Pool, target language TRMTHASHCHAR20TEXT20
TTABIDID of target language text table of Proposal Pool TRMTTABIDNUMC1NUMC1BC
THASHCNFLHash conflict counter for Proposal Pool, target language TRMTHASHCFNUMC3NUMC3BC
ABBEXCFlag: A = abbreviation, E = exception, B = both TRMABBEXCCHAR1TRMABBEXC
SSTRLENLength of source lang. text string in Proposal Pool TRMSSTRLENNUMC3NUMC3BC
TSTRLENLength of text string in target language in Proposal Pool TRMTSTRLENNUMC3NUMC3BC
TRMSTATUSStatus of translation pair / translator TRMSTATUSNUMC1TRMSTATUS
DEVCApplication ID in Proposal Pool TRMAPPLICCHAR2CHAR2
USAGECNTNumeric, 3-digit; Proposal Pool TRMNUM3NUMC3NUMC3BC
APPLCNTApplication usage counter in Proposal Pool TRMAPPLCNTNUMC2NUMC2BC
UNAMEUser Name UNAMECHAR12UNAME
IDATEDate DATUMDATS8DATUM
TRCONFLICTID: Translation conflict exists TRMCNFLICTCHAR1TRMFLAG
SYSSTDDTranslation pair valid system-wide TRMSYSSTDDCHAR1TRMFLAG
APPLSTDDTranslation pair valid application-wide TRMAPPLSTDCHAR1TRMFLAG
ABBRAbbreviation ID: A = abbreviation, F = full text, B = both TRMABBRCHAR1TRMABBR
ABBRFULLIDNumeric, 2-digit; Proposal Pool TRMNUM2NUMC2NUMC2BC
ABBR_OKFlag: Abbreviation assignment was confirmed, Proposal Pool TRMABBR_OKCHAR1TRMFLAG
STDD_OKFlag: Hierarchy assignment was confirmed, Proposal Pool TRMSTDD_OKCHAR1TRMFLAG
AV_FLAGWorklist flag for Proposal Pool TRMAVFLAGCHAR1TRMFLAG
FLAG1Flag 1 for Proposal Pool TRMFLAG1CHAR1TRMFLAG
FLAG2Flag 2 for Proposal Pool TRMFLAG2CHAR1TRMFLAG
FLAG3Flag 3 for Proposal Pool TRMFLAG3CHAR1TRMFLAG
FLAG4Flag 4 for Proposal Pool TRMFLAG4CHAR1TRMFLAG
FLAG5Flag 5 for Proposal Pool TRMFLAG5CHAR1TRMFLAG
TRANSFEREDFlag: Translation transferred to Proposal Pool TRMTRANSFCHAR1TRMFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRMINT
INTO CORRESPONDING FIELDS OF WA_TRMINT
WHERE...

How to access SAP table TRMINT

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