TMW_TMSANA SAP (Translation Memory System Statistics) Table details

Dictionary Type: Table
Description: Translation Memory System Statistics




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




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

TMW_TMSANA is a standard SAP Table which is used to store Translation Memory System Statistics data and is available within R/3 SAP systems depending on the version and release level.

The TMW_TMSANA table consists of various fields, each holding specific information or linking keys about Translation Memory System Statistics data available in SAP. These include TRANSLATOR (Last Changed by), TLANG (ISO Target Language), OBJNAME (Name of Translation Object), OBJTYPE (Type of Translation Object).. 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 TMW_TMSANA 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
TSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TRANSLATORLast Changed by AS4USERCHAR12AS4USER
TLANGISO Target Language LXETRGLANGCHAR4LXEISOLANG
OBJNAMEName of Translation Object LXEOBJNAMECHAR70LXEOBJNAME
OBJTYPEType of Translation Object LXEOBJTYPECHAR4Assigned to domainLXEOBJTYPE
SLANGISO Source Language LXESRCLANGCHAR4LXEISOLANG
COLLNAMECollection Name LXECOLLNAMCHAR32LXECHAR32
COLLTYPECollection Type LXECOLLTYPCHAR1LXECOLLTYP
TRANAREATranslation Area LXECUSTMNRCHAR6Assigned to domainLXECUSTMNR
WORKLISTWorklist Number LXEWLISTIDCHAR4LXEWLISTID
DOMANAMEDomain Name LXEDOMANAMCHAR2LXEDOMANAM
DOMATYPEDomain Type LXEDOMATYPCHAR1LXEDOMATYP
STATTYPETMW Statistics Type TMWSTATTYPECHAR1
TRANSDATEDate of Last Change AS4DATEDATS8AS4DATE
TRANS_STATUSTranslation Status of an Object LXESTATTRNCHAR1LXESTATTRN
STATS_STATUSTMW Analysis Status TMWANSTATUSRAW1
MATCH_100_W100% Match Words TMWMATCH100_WINT410
MATCH_50TO74_W50%-74% Match Words TMWMATCH50TO74_WINT410
MATCH_75TO84_W75%-84% Match Words TMWMATCH75TO84_WINT410
MATCH_85TO94_W85%-94% Match Words TMWMATCH85TO94_WINT410
MATCH_95TO99_WPre-Edit 95%-99% Match Words TMWMATCH95TO99_WINT410
NOMATCH_WPre-Edit No Match Words TMWNOMATCH_WINT410
REPEATED_WRepeated Words TMWREPEATED_WINT410
TOTAL_WTotal Words TMWTOTAL_WINT410
XTRANSLATED_WXtranslated Words TMWXTRANSLATED_WINT410
MATCH_100_S100% Match Segments TMWMATCH100_SINT410
MATCH_50TO74_S50%-74% Match Segments TMWMATCH50TO74_SINT410
MATCH_75TO84_S75%-84% Match Segments TMWMATCH75TO84_SINT410
MATCH_85TO94_S85%-94% Match Segments TMWMATCH85TO94_SINT410
MATCH_95TO99_S95%-99% Match Segments TMWMATCH95TO99_SINT410
NOMATCH_SNo Match Segments TMWNOMATCH_SINT410
REPEATED_SRepeated Segments TMWREPEATED_SINT410
TOTAL_STotal Segments TMWTOTAL_SINT410
XTRANSLATED_SXtranslated Segments TMWXTRANSLATED_SINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMW_TMSANA
INTO CORRESPONDING FIELDS OF WA_TMW_TMSANA
WHERE...

How to access SAP table TMW_TMSANA

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