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

RS_TERMO_DISPLAY SAP ABAP Report - Terminology Monitor







RS_TERMO_DISPLAY 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 RS_TERMO_DISPLAY 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

TERMO - Terminology Monitor


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 RS_TERMO_DISPLAY. "Basic submit
SUBMIT RS_TERMO_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TERMO_DISPLAY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TR_LATOR = User Name
Selection Text: TARGET = Target Language
Selection Text: SOURCE = Source Language
Selection Text: RAW_DATA = Display Raw Data (No Layout)
Selection Text: PROJECT = Project Key
Selection Text: OBSOLETE = Display Obsolete Records Only
Selection Text: OBJ_TYPE = Entry Type
Selection Text: ENDTM = End Time
Selection Text: ENDDA = End Date
Selection Text: DISP_ALL = Bypass User Check
Selection Text: COMPO = Component
Selection Text: CATEGORY = Activity
Selection Text: BEGTM = Start Time
Selection Text: BEGDA = Start Date
Selection Text: ALV_VAR = Layout
Selection Text: AGENCY = Translator Group
Title: Terminology Monitor
Text Symbol: TFR = Date
Text Symbol: STD = Details
Text Symbol: ST8 = Source Language:
Text Symbol: ST7 = Groups Involved:
Text Symbol: ST4 = Actual Data Selected:
Text Symbol: ST3 = Datasets in Time Span:
Text Symbol: ST2 = Translators Determined:
Text Symbol: ST1 = Target Language:
Text Symbol: ST0 = Selection Statistics
Text Symbol: PER = Translators
Text Symbol: OPT = Options
Text Symbol: LAN = Languages
Text Symbol: END = To
Text Symbol: COL = Filters
Text Symbol: BEG = From
Text Symbol: A32 = Project Name
Text Symbol: A31 = Another status
Text Symbol: 001 = From
Text Symbol: 002 = to
Text Symbol: A00 = Object ID
Text Symbol: A01 = Activity





Text Symbol: A02 = TLang
Text Symbol: A03 = SLang
Text Symbol: A04 = TGroup
Text Symbol: A05 = User
Text Symbol: A06 = Date
Text Symbol: A07 = Time
Text Symbol: A08 = Target Language
Text Symbol: A09 = Source Language
Text Symbol: A10 = Total
Text Symbol: A11 = Concept ID
Text Symbol: A12 = 0->1
Text Symbol: A13 = Create term (0->1)
Text Symbol: A14 = 1->3
Text Symbol: A15 = Validate term (1->3)
Text Symbol: A16 = 2->3
Text Symbol: A17 = Release reviewed term (2->3)
Text Symbol: A18 = 3->2
Text Symbol: A19 = Revoke release (3->2)
Text Symbol: A20 = 3->0
Text Symbol: A21 = Delete released term (3->0)
Text Symbol: A22 = 2->0
Text Symbol: A23 = Delete non-released term (2->0)
Text Symbol: A24 = 1->0
Text Symbol: A25 = Delete new term (1->0)
Text Symbol: A26 = Sub 0->x
Text Symbol: A27 = Create subterm
Text Symbol: A28 = Sub x->0
Text Symbol: A29 = Delete subterm
Text Symbol: A30 = Others


INCLUDES used within this REPORT RS_TERMO_DISPLAY

INCLUDE RS_TERMO_DISPLAY_TOP.
INCLUDE RS_TERMO_DISPLAY_SCREEN.
INCLUDE RS_TERMO_DISPLAY_FORMS.


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 RS_TERMO_DISPLAY or its description.