SAP Reports / Programs

RS_TRANSLATION_COUNT_TEXTS_B2 SAP ABAP Report - DEMS - Create Top Texts According to Object List







RS_TRANSLATION_COUNT_TEXTS_B2 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_TRANSLATION_COUNT_TEXTS_B2 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_TRANSLATION_COUNT_TEXTS_B2. "Basic submit
SUBMIT RS_TRANSLATION_COUNT_TEXTS_B2 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_COUNT_TEXTS_B2 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: T_LANG = Target Language
Selection Text: TRA_FLAG = Translated Texts
Selection Text: ORIG_LNG = Original Language
Selection Text: OBJLIST = Object List
Selection Text: NO_OBJT = Ignore Object Type
Selection Text: NO_NORM = Ignore Similar Texts
Selection Text: NO_APPL = Ignore Application
Selection Text: NEW_FLAG = New Texts
Selection Text: NAME = Object Name
Selection Text: MOD_FLAG = Modified Texts
Selection Text: MIN_STAT = Minimum Status
Selection Text: MIN_FREQ = Minimum Frequency
Selection Text: MAX_STAT = Maximum Status
Selection Text: LANGUAGE = Source Language
Selection Text: DESCRIPT = Description
Selection Text: CREA_OL = Generate Object List
Selection Text: BATCH = Start in Background
Title: DEMS - Create Top Texts According to Object List
Text Symbol: 008 = Error Generating Object List
Text Symbol: 005 = Number of Excluded Objects (Original Lang. = Target Lang.):
Text Symbol: 004 = Error in Database Access
Text Symbol: 003 = Number of Processed Objects:
Text Symbol: 002 = Total Number of Objects:
Text Symbol: 001 = Empty Object List


INCLUDES used within this REPORT RS_TRANSLATION_COUNT_TEXTS_B2

No INCLUDES are used within this REPORT code!


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 = language 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_COLOB_COLOB_SELECT CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' EXPORTING objlist = objlist IMPORTING pstatus = lv_pstatus TABLES ex_colob = lt_colob.

LXE_COLOB_COLOB_SELECT CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' EXPORTING objlist = objlist orig_lang = orig_lng IMPORTING pstatus = lv_pstatus TABLES ex_colob = lt_colob.

LXE_OBJ_DEMO_CREATE_TOP_TEXT CALL FUNCTION 'LXE_OBJ_DEMO_CREATE_TOP_TEXT' EXPORTING objname = lv_objname descript = lv_descript s_lang = language t_lang = t_lang min_status = min_stat max_status = max_stat min_freq = min_freq no_appl = no_appl no_objt = no_objt dialog = '' new_flag = new_flag mod_flag = mod_flag tra_flag = tra_flag no_norm = no_norm slex_flag = 'X' TABLES in_colob = lt_colob ex_colob = lt_colob2.

LXE_COLOB_OBJL_GET_NEW CALL FUNCTION 'LXE_COLOB_OBJL_GET_NEW' EXPORTING text = lv_text objl_type = 'S' IMPORTING new_objlist = ls_objl EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

LXE_COLOB_INSERT_DB CALL FUNCTION 'LXE_COLOB_INSERT_DB' EXPORTING objlist = ls_objl-objlist TABLES in_colob = lt_colob2 EXCEPTIONS error = 1 OTHERS = 2.

LXE_COLOB_OBJL_UPDATE CALL FUNCTION 'LXE_COLOB_OBJL_UPDATE' EXPORTING objlist = ls_objl-objlist status = 'X' EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

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

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

LXE_LANG_SELECT CALL FUNCTION 'LXE_LANG_SELECT' IMPORTING language = t_lang EXCEPTIONS no_selection = 1 OTHERS = 2.

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

LXE_PP1_STATUS_SELECT CALL FUNCTION 'LXE_PP1_STATUS_SELECT' EXPORTING t_lang = '' distribute = 'X' no_perm_check = 'X' display_deleted = '-' IMPORTING status = min_stat.

LXE_PP1_STATUS_SELECT CALL FUNCTION 'LXE_PP1_STATUS_SELECT' EXPORTING t_lang = '' distribute = '' no_perm_check = 'X' full_range = 'X' IMPORTING status = max_stat.



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