TPMONI SAP (Translation Performance Monitor) Table details

Dictionary Type: Table
Description: Translation Performance Monitor




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




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

TPMONI is a standard SAP Table which is used to store Translation Performance Monitor data and is available within R/3 SAP systems depending on the version and release level.

The TPMONI table consists of various fields, each holding specific information or linking keys about Translation Performance Monitor data available in SAP. These include TARGETLANG (ISO Target Language), TRANSLATOR (Translation Performance Translator), COLLNAME (Collection Name), COLLTYPE (Collection Type).. 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 TPMONI 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
SOURCELANGISO Source Language LXESRCLANGCHAR4LXE_T002LXEISOLANG
TARGETLANGISO Target Language LXETRGLANGCHAR4LXE_T002LXEISOLANG
TRANSLATORTranslation Performance Translator TPMTRANSCHAR12AS4USER
COLLNAMECollection Name LXECOLLNAMCHAR32LXECHAR32
COLLTYPECollection Type LXECOLLTYPCHAR1LXECOLLTYP
OBJTYPEType of Translation Object LXEOBJTYPECHAR4Assigned to domainLXEOBJTYPE
OBJCOUNTERObject Counter OBJCOUNTERNUMC10OBJCOUNTER
WORKLISTWorklist Number LXEWLISTIDCHAR4LXEWLISTID
DOMAINNAMEDomain Name LXEDOMANAMCHAR2LXEDOMANAM
DOMAINTYPEDomain Type LXEDOMATYPCHAR1LXEDOMATYP
CUSTOMERNRTranslation Area LXECUSTMNRCHAR6Assigned to domainLXECUSTMNR
TRANSDATEDate of Last Change AS4DATEDATS8AS4DATE
L01Translation Performance Monitor Counter C01 LXETPMC01INT410
L02Translation Performance Monitor Counter C02 LXETPMC02INT410
L03Translation Performance Counter C03 LXETPMC03INT410
L04Translation Performance Monitor Counter C04 LXETPMC04INT410
L05Translation Performace Monitor Counter C05 LXETPMC05INT410
L06Translation Performance Monitor Counter C06 LXETPMC06INT410
L07Translation Performance Counter C07 LXETPMC07INT410
L08Translation Performance Monitor Counter C08 LXETPMC08INT410
L09Translation Performance Monitor Counter C09 LXETPMC09INT410
L10Translation Performance Monitor Counter C10 LXETPMC10INT410
LX01Translation Performance Monitor Counter X01 LXETPMX01INT410
LX02Translation Performance Monitor Counter X02 LXETPMX02INT410
LX03Translation Performance Monitor Counter X03 LXETPMX03INT410
W01Translation Performance Monitor Counter C01 LXETPMC01INT410
W02Translation Performance Monitor Counter C02 LXETPMC02INT410
W03Translation Performance Counter C03 LXETPMC03INT410
W04Translation Performance Monitor Counter C04 LXETPMC04INT410
W05Translation Performace Monitor Counter C05 LXETPMC05INT410
W06Translation Performance Monitor Counter C06 LXETPMC06INT410
W07Translation Performance Counter C07 LXETPMC07INT410
W08Translation Performance Monitor Counter C08 LXETPMC08INT410
W09Translation Performance Monitor Counter C09 LXETPMC09INT410
W10Translation Performance Monitor Counter C10 LXETPMC10INT410
WX01Translation Performance Monitor Counter X01 LXETPMX01INT410
WX02Translation Performance Monitor Counter X02 LXETPMX02INT410
WX03Translation Performance Monitor Counter X03 LXETPMX03INT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPMONI
INTO CORRESPONDING FIELDS OF WA_TPMONI
WHERE...

How to access SAP table TPMONI

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