SAP Reports / Programs

RS_LXE_TOP_TEXT_BILINGUAL3 SAP ABAP Report - DEMS - Create Bilingual Top Texts (Mixed Domain)







RS_LXE_TOP_TEXT_BILINGUAL3 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_LXE_TOP_TEXT_BILINGUAL3 into the relevant SAP transactions such as SE38 or SE80


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_LXE_TOP_TEXT_BILINGUAL3. "Basic submit
SUBMIT RS_LXE_TOP_TEXT_BILINGUAL3 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_TOP_TEXT_BILINGUAL3 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: CREA_OL = Create DEMS Object List
Selection Text: DESCRIPT = DEMS Object Description
Selection Text: LXE_CHK = Check Language Settings
Selection Text: MAX_FREQ = Maximum Source Text Frequency
Selection Text: MAX_LINE = Lines per DEMS Object
Selection Text: MAX_STAT = Maximum
Selection Text: MIN_FREQ = Minimum Source Text Frequency
Selection Text: MIN_PFRQ = Minimum Text Pair Frequency
Selection Text: MIN_STAT = Minimum
Selection Text: MOD_FLAG = Modified
Selection Text: MPF_DISP = Filter Result Set Only
Selection Text: NAME = DEMS Object Name
Selection Text: OBJLIST = Object List ID
Selection Text: ORIG_LNG = Original Language
Selection Text: SEL_STAT = Object Status
Selection Text: STATONLY = Only Display Statistics
Selection Text: S_LANG = Source Language
Selection Text: TRA_FLAG = Translated
Selection Text: T_LANG = Target Languages
Selection Text: USE_OL = Object List
Selection Text: USE_WL = Worklist
Selection Text: WLISTID = Worklist Number
Title: DEMS - Create Bilingual Top Texts (Mixed Domain)
Text Symbol: T08 = Options
Text Symbol: T07 = Quality Status (Best Proposal)
Text Symbol: T06 = Translation Status (Text Pair)
Text Symbol: T05 = Insert from graphs
Text Symbol: T04 = Translation languages
Text Symbol: T03 = Filters
Text Symbol: D03 = Text Pair Frequency
Text Symbol: D04 = Number of Texts
Text Symbol: D05 = Source Text Frequency
Text Symbol: D06 = Number of Translations
Text Symbol: D07 = Source Texts
Text Symbol: D08 = Text Pair + Domain
Text Symbol: E00 = Invalid source language
Text Symbol: E01 = Invalid target language:
Text Symbol: E02 = Invalid original language





Text Symbol: E03 = No relevant objects found
Text Symbol: E04 = Error writing object list
Text Symbol: E05 = Invalid object list
Text Symbol: E06 = Invalid worklist
Text Symbol: E07 = Enter a target language
Text Symbol: E08 = Evaluation error:
Text Symbol: I00 = No DEMS objects created
Text Symbol: I01 = DEMS objects created:
Text Symbol: I02 = Object list created:
Text Symbol: I10 = Total text pairs analyzed:
Text Symbol: I11 = Total text pairs cumulated:
Text Symbol: I12 = Total text pairs filtered:
Text Symbol: I13 = Source texts with multiple translations:
Text Symbol: I14 = Number of distinct source texts:
Text Symbol: I15 = Distinct text pairs with multiple domains:
Text Symbol: I16 = Text pair lines with multiple domain:
Text Symbol: S00 = Languages inserted:
Text Symbol: T00 = Insert from graphs (filtered by source language)
Text Symbol: T01 = Parameters
Text Symbol: T02 = Object Selection


INCLUDES used within this REPORT RS_LXE_TOP_TEXT_BILINGUAL3

INCLUDE RS_LXE_TOP_TEXT_BILINGUAL3_CL.
INCLUDE RS_LXE_TOP_TEXT_BILINGUAL3_EV.


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:

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = s_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = orig_lng EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = t_lang-low EXCEPTIONS unknown = 2 OTHERS = 3.



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