SAP Reports / Programs

RS_LXE_TOP_TEXT_BILINGUAL SAP ABAP Report - DEMS - Create Bilingual Top Texts







RS_LXE_TOP_TEXT_BILINGUAL 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_BILINGUAL 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_BILINGUAL. "Basic submit
SUBMIT RS_LXE_TOP_TEXT_BILINGUAL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_TOP_TEXT_BILINGUAL 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 all language settings
Selection Text: MAX_FREQ = Maximum frequency (optional)
Selection Text: MAX_LINE = Lines per object
Selection Text: MAX_STAT = Proposal status (to)
Selection Text: MIN_FREQ = Minimum text pair frequency
Selection Text: MIN_STAT = Proposal status (from)
Selection Text: MOD_FLAG = Modified texts
Selection Text: NAME = DEMS object name
Selection Text: NO_APPL = Ignore application
Selection Text: NO_OBJT = Ignore object type
Selection Text: OBJLIST = Object list ID
Selection Text: ORIG_LNG = Original language
Selection Text: SEL_STAT = Object status
Selection Text: STATONLY = Calculate statistics
Selection Text: S_LANG = Source language
Selection Text: TRA_FLAG = Translated texts
Selection Text: T_LANG = Target language
Selection Text: USE_OL = Object list evaluation
Selection Text: USE_WL = Worklist evaluation
Selection Text: WLISTID = Worklist number
Title: DEMS - Create Bilingual Top Texts
Text Symbol: T05 = Insert from graphs
Text Symbol: D00 = Domain
Text Symbol: D02 = Object Type
Text Symbol: D03 = Text Frequency
Text Symbol: D04 = Number of Texts
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 = Please enter a target language
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: S00 = Languages inserted:
Text Symbol: T00 = Insert from graphs (filtered by source language)
Text Symbol: T01 = Settings
Text Symbol: T02 = Mode
Text Symbol: T03 = Filters
Text Symbol: T04 = Translation languages


INCLUDES used within this REPORT RS_LXE_TOP_TEXT_BILINGUAL

INCLUDE RS_LXE_TOP_TEXT_BILINGUAL_CL.
INCLUDE RS_LXE_TOP_TEXT_BILINGUAL_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_BILINGUAL or its description.