TRMSTA_S SAP (TRM statistics: Table TRMSTA display structure) Structure details

Dictionary Type: Structure
Description: TRM statistics: Table TRMSTA display structure




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




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

TRMSTA_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TRM statistics: Table TRMSTA display structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRMSTA_S TYPE TRMSTA_S.

The TRMSTA_S table consists of various fields, each holding specific information or linking keys about TRM statistics: Table TRMSTA display structure data available in SAP. These include TLANGUAGE (TRM: Target language in LAISO format for display), TRANSDATE (Date of Last Change), TRANSLATOR (User Name), LI_TOTAL (Number of lines created in the 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TRMSTA_S structure 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
SLANGUAGEProposal Pool: Source language in LAISO format for display SLA_LAISOCHAR2LAISO
TLANGUAGETRM: Target language in LAISO format for display TLA_LAISOCHAR2LAISO
TRANSDATEDate of Last Change AS4DATEDATS8AS4DATE
TRANSLATORUser Name UNAMECHAR12UNAME
LI_TOTALNumber of lines created in the proposal pool LI_TOTALINT410INT4
LI_NODENumber of node texts created in the proposal pool LI_NODEINT410INT4
LI_LVARNumber of length variants created in the proposal pool LI_LVARINT410INT4
LI_APPLNumber of Application Standards Created LI_APPLINT410INT4
LI_EXCENumber of exceptions created in the proposal pool LI_EXCEINT410INT4
LI_AUTONumber of proposals flagged for automatic distribution LI_AUTOINT410INT4
LI_LOCKNumber of locked proposals in the proposal pool LI_LOCKINT410INT4
LI_COMMNumber of propopals with a comment in the proposal pool LI_COMMINT410INT4

Key field Non-key field



How do I retrieve data from SAP structure TRMSTA_S using ABAP code?

As TRMSTA_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRMSTA_S as there is no data to select.

How to access SAP table TRMSTA_S

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