TRMWRK SAP (Administration of Worklists for the Proposal Pool) Table details

Dictionary Type: Table
Description: Administration of Worklists for the Proposal Pool




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




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

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

The TRMWRK table consists of various fields, each holding specific information or linking keys about Administration of Worklists for the Proposal Pool data available in SAP. These include TLANGUAGE (Target language), PURPOSE (Purpose of tracus run), RUN_INDEX (Run index for TRM processing run), SHASH (Hash key of text in 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 TRMWRK 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
PURPOSEPurpose of tracus run TRACUSPPCHAR10TRACUSPP
RUN_INDEXRun index for TRM processing run RUN_INDEXNUMC6NUM06
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
WRKSTATUSStatus of TRM worklist processing TRMWRKSTATCHAR1CHAR1
OCCURSNumber of times that the text occurs TRMOCCURSINT410INT4
UNAMEUser Name UNAMECHAR12UNAME
IDATEDate DATUMDATS8DATUM
ITIMETime UZEITTIMS6UZEIT
WRK_FLAG1Flag 1 for Proposal Pool TRMFLAG1CHAR1TRMFLAG
WRK_FLAG2Flag 2 for Proposal Pool TRMFLAG2CHAR1TRMFLAG
WRK_FLAG3Flag 3 for Proposal Pool TRMFLAG3CHAR1TRMFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRMWRK
INTO CORRESPONDING FIELDS OF WA_TRMWRK
WHERE...

How to access SAP table TRMWRK

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