SAP Reports / Programs

RS_LXE_TOPTEXT SAP ABAP Report - Create Top Texts







RS_LXE_TOPTEXT 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_TOPTEXT 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_TOPTEXT. "Basic submit
SUBMIT RS_LXE_TOPTEXT AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_TOPTEXT 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: WLISTID = Worklist Number
Selection Text: USE_WL = Worklist
Selection Text: USE_OL = Object List
Selection Text: TRA_FLAG = Translated
Selection Text: S_LANG = Source Language
Selection Text: SEP_DOMA = Separate by Domains
Selection Text: SEL_STAT = Object Status
Selection Text: SEL_LNG = Target Languages
Selection Text: OBJLIST = Object List
Selection Text: NEW_FLAG = New
Selection Text: NAME = DEMS Objects Name
Selection Text: MOD_FLAG = Modified
Selection Text: MIN_STAT = Minimum
Selection Text: MIN_FREQ = Minimum Source Text Frequency
Selection Text: MAX_STAT = Maximum
Selection Text: DESCRIPT = DEMS Objects Description
Selection Text: CUMU_SIM = Cumulate Similar Texts
Selection Text: CREA_OL = Create DEMS Object List
Selection Text: CHK_SET = Check Language Settings
Title: Create Top Texts
Text Symbol: T06 = Filters
Text Symbol: T05 = Object Selection
Text Symbol: T04 = Options
Text Symbol: T03 = Translation Status (Text Pair)
Text Symbol: T02 = Quality Status (Best Proposal)
Text Symbol: T01 = Parameters
Text Symbol: Q00 = Insert From Graphs (Filtered by Source Language)
Text Symbol: I02 = Object list created:
Text Symbol: I01 = Creating top texts for:
Text Symbol: E07 = Enter a target language
Text Symbol: E06 = Enter a valid worklist
Text Symbol: E04 = Evaluation error:
Text Symbol: E02 = Error creating object list
Text Symbol: E01 = Source Language Invalid
Text Symbol: E00 = Invalid target language:
Text Symbol: B11 = Insert Default Values for Upgrade TopTexts
Text Symbol: B10 = Insert Default Values for Initial TopTexts
Text Symbol: B01 = Upgrade





Text Symbol: B00 = Initial


INCLUDES used within this REPORT RS_LXE_TOPTEXT

INCLUDE RS_LXE_TOPTEXT_CL.


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_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = abap_true EXCEPTIONS permission_denied = 1 internal_error = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INSERT_RELATION' text = space info = 'Insert From Graphs (Filtered by Source Language)'(q00) IMPORTING result = b_grfi.

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 = sel_lng-low EXCEPTIONS unknown = 2 OTHERS = 3.

LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' EXPORTING flag_plus = abap_true IMPORTING language = s_lang EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

LXE_LANG_SELECT CALL FUNCTION 'LXE_LANG_SELECT' IMPORTING language = sel_lng-low EXCEPTIONS no_selection = 1 OTHERS = 2.

LXE_COLOB_OBJL_SELECT CALL FUNCTION 'LXE_COLOB_OBJL_SELECT' EXPORTING non_deleted = abap_true IMPORTING objlist = objlist EXCEPTIONS no_selection = 1 OTHERS = 2.

LXE_PP1_STATUS_SELECT CALL FUNCTION 'LXE_PP1_STATUS_SELECT' EXPORTING t_lang = space distribute = abap_true no_perm_check = abap_true IMPORTING status = min_stat.

LXE_PP1_STATUS_SELECT CALL FUNCTION 'LXE_PP1_STATUS_SELECT' EXPORTING t_lang = space distribute = abap_false no_perm_check = abap_true full_range = abap_true IMPORTING status = max_stat.

LXE_WRK_WL_SELECT CALL FUNCTION 'LXE_WRK_WL_SELECT' IMPORTING wlistid = wlistid EXCEPTIONS no_selection = 1 OTHERS = 2.



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