SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

R_TMAS_OLA_UI SAP ABAP Report - UI for Trados-based Workload Determination







R_TMAS_OLA_UI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter R_TMAS_OLA_UI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LXE_TBWD - Trados-based Workload Determination


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT R_TMAS_OLA_UI. "Basic submit
SUBMIT R_TMAS_OLA_UI AND RETURN. "Return to original report after report execution complete
SUBMIT R_TMAS_OLA_UI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: UI for Trados-based Workload Determination
Text Symbol: SH1 = Older than a week
Text Symbol: SH0 = Last week
Text Symbol: Q02 = Do your really want to delete job with ID &ID&?
Text Symbol: Q01 = Do you really want to abort job with ID &ID&?
Text Symbol: OTS = Object Type
Text Symbol: OTC = ObjType
Text Symbol: ONS = Object Name
Text Symbol: ONC = Object Name
Text Symbol: OLI = Object list inserted:
Text Symbol: NWS = No Match Words
Text Symbol: NWC = NoMatch Words
Text Symbol: NSS = No Match Segments
Text Symbol: NSC = NoMatch Segs
Text Symbol: NCS = No Match Characters
Text Symbol: NCC = NoMatch Chars
Text Symbol: LOL = Insert last object list
Text Symbol: GTS = Graph Text
Text Symbol: GTC = Graph Text
Text Symbol: GRS = Graph
Text Symbol: GRC = Graph
Text Symbol: ETS = Error Time
Text Symbol: ETC = Time
Text Symbol: EMS = Error Message
Text Symbol: EMC = Message
Text Symbol: EES = Error Date
Text Symbol: EEC = Date
Text Symbol: EDS = Error Count
Text Symbol: EDC = Count
Text Symbol: ECU = Unknown
Text Symbol: XWS = XTranslated Words
Text Symbol: XWC = XTrans Words
Text Symbol: XSS = XTranslated Segments
Text Symbol: XSC = XTrans Seg
Text Symbol: XCS = XTranslated Characters
Text Symbol: XCC = XTrans Chars
Text Symbol: UJS = Unknown
Text Symbol: TWS = Total Words





Text Symbol: TWC = Total Words
Text Symbol: TSS = Total Segments
Text Symbol: TSC = Total Seg
Text Symbol: TRD = Result Details
Text Symbol: TLS = Target Language
Text Symbol: TLC = TLang
Text Symbol: TEM = Error Message
Text Symbol: TED = Error Details
Text Symbol: TCS = Total Characters
Text Symbol: TCC = Total chars
Text Symbol: TB4 = Details
Text Symbol: TB3 = Details on selected rows...
Text Symbol: TB2 = Filter
Text Symbol: TB1 = Filter data...
Text Symbol: TAS = Translation Area
Text Symbol: TAC = Area
Text Symbol: T02 = Delete Job
Text Symbol: T01 = Abort Job
Text Symbol: SLS = Source Language
Text Symbol: SLC = SLang
Text Symbol: SH2 = Older than two weeks
Text Symbol: ECS = Error Category
Text Symbol: 5WC = 50-74% Words
Text Symbol: 5SS = 50-74% Match Segments
Text Symbol: 5SC = 50-74% Segs
Text Symbol: 5CS = 50-74% Match Characters
Text Symbol: 5CC = 50-74% Chars
Text Symbol: 4WS = 75-84% Match Words
Text Symbol: 4WC = 75-84% Words
Text Symbol: 4SS = 75-84% Match Segments
Text Symbol: 4SC = 75-84% Segs
Text Symbol: 4CS = 75-84% Match Characters
Text Symbol: 4CC = 75-84% Chars
Text Symbol: 3WS = 85-94% Match Words
Text Symbol: 3WC = 85-94% Words
Text Symbol: 3SS = 85-94% Match Segments
Text Symbol: 3SC = 85-94% Segs
Text Symbol: 3CS = 85-94% Match Characters
Text Symbol: 3CC = 85-94% Chars





Text Symbol: 2WS = 95-99% Match Words
Text Symbol: 2WC = 95-99% Words
Text Symbol: 2SS = 95-99% Match Segments
Text Symbol: 2SC = 95-99% Segs
Text Symbol: 2CS = 95-99% Match Characters
Text Symbol: 2CC = 95-99% Chars
Text Symbol: 1WS = 100% Match Words
Text Symbol: 1WC = 100% Words
Text Symbol: 1SS = 100% Match Segments
Text Symbol: 1SC = 100% Segments
Text Symbol: 1CS = 100% Match Characters
Text Symbol: 1CC = 100% Chars
Text Symbol: 5WS = 50-74% Match Words
Text Symbol: ECC = Category
Text Symbol: EC5 = Analysis
Text Symbol: EC4 = XTranslate
Text Symbol: EC3 = Segmentation
Text Symbol: EC2 = Document Conversion
Text Symbol: EC1 = Analysis Server
Text Symbol: EC0 = Text Provider
Text Symbol: DTS = Domain Type
Text Symbol: DTC = DT
Text Symbol: DT0 = Entries
Text Symbol: DNS = Domain Name
Text Symbol: DNC = DN
Text Symbol: CTS = Collection Type
Text Symbol: CTC = CT
Text Symbol: CPS = Collection Path
Text Symbol: CPC = Collection Path
Text Symbol: CNS = Collection Name
Text Symbol: CNC = Collection Name
Text Symbol: CM5 = Reset filter
Text Symbol: CM4 = Filter object types...
Text Symbol: CM3 = Filter collections...
Text Symbol: CM2 = Filter target languages...
Text Symbol: CM1 = Details on selected rows...
Text Symbol: CDS = Collection Description
Text Symbol: CDC = Collection Description
Text Symbol: ATS = Analysis Time



Text Symbol: ATC = Time
Text Symbol: ADS = Analysis Date
Text Symbol: ADC = Date


INCLUDES used within this REPORT R_TMAS_OLA_UI

INCLUDE TMAS_UI_OLA_TOP.
INCLUDE TMAS_UI_OLA_CD_UTIL.
INCLUDE TMAS_UI_OLA_CD_ERRORBOX2.
INCLUDE TMAS_UI_OLA_CD_TABOX.
INCLUDE TMAS_UI_OLA_CD_JOB_TREE.
INCLUDE TMAS_UI_OLA_CD_DET_BASE.
INCLUDE TMAS_UI_OLA_CD_DET_RESULTS.
INCLUDE TMAS_UI_OLA_CD_DET_ERRORS.
INCLUDE TMAS_UI_OLA_CD_ACC_BASE.
INCLUDE TMAS_UI_OLA_CD_RESULTS_SCREEN.
INCLUDE TMAS_UI_OLA_CD_ERRORS_SCREEN.
INCLUDE TMAS_UI_OLA_CD_JOB_METADATA.
INCLUDE TMAS_UI_OLA_CD_MAIN_SCREEN.
INCLUDE TMAS_UI_OLA_CI_UTIL.
INCLUDE TMAS_UI_OLA_CI_ERRORBOX2.
INCLUDE TMAS_UI_OLA_CI_TABOX.
INCLUDE TMAS_UI_OLA_CI_JOB_TREE.
INCLUDE TMAS_UI_OLA_CI_DET_BASE.
INCLUDE TMAS_UI_OLA_CI_DET_RESULTS.
INCLUDE TMAS_UI_OLA_CI_DET_ERRORS.
INCLUDE TMAS_UI_OLA_CI_ACC_BASE.
INCLUDE TMAS_UI_OLA_CI_RESULTS_SCREEN.
INCLUDE TMAS_UI_OLA_CI_ERRORS_SCREEN.
INCLUDE TMAS_UI_OLA_CI_JOB_METADATA.
INCLUDE TMAS_UI_OLA_CI_MAIN_SCREEN.
INCLUDE TMAS_UI_OLA_O01.
INCLUDE TMAS_UI_OLA_I01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name R_TMAS_OLA_UI or its description.