SAP Reports / Programs

RS_TRANSLATION_COUNT_TEXTS_B2B SAP ABAP Report - DEMS - Generate Top Texts According to Worklist







RS_TRANSLATION_COUNT_TEXTS_B2B 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_B2B 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_B2B. "Basic submit
SUBMIT RS_TRANSLATION_COUNT_TEXTS_B2B AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_COUNT_TEXTS_B2B 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
Selection Text: T_LANG = Target Language
Selection Text: TRA_FLAG = Text Translated
Selection Text: TARG_LAN = Target Language in Worklist
Selection Text: SOUR_LAN = Source Language in Worklist
Selection Text: SEL_STAT = Translation Status in Worklist
Selection Text: NO_OBJT = Ignore Object Type
Selection Text: NO_NORM = Ignore Similar Texts
Selection Text: NO_APPL = Ignore Application
Selection Text: NEW_FLAG = Text New
Selection Text: NAME = Object Name
Selection Text: MOD_FLAG = Text Modified
Selection Text: MIN_STAT = Minimum Status (Proposal)
Selection Text: MIN_FREQ = Minimum Frequency
Selection Text: MAX_STAT = Maximum Status (Proposal)
Selection Text: LANGUAGE = Source Language
Selection Text: DESCRIPT = Description
Selection Text: CREA_OL = Generate Object List
Title: DEMS - Generate Top Texts According to Worklist
Text Symbol: T04 = Filters (Only Relevant if a Target Language is Specified)
Text Symbol: T03 = Parameters
Text Symbol: T02 = Object Selection
Text Symbol: T01 = Top Texts
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_B2B

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_LANG_GET_OBJTYPES CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' EXPORTING language = targ_lan TABLES ex_attob = lt_attob.

LXE_ATTOB_ATTS_OBJECT_READ CALL FUNCTION 'LXE_ATTOB_ATTS_OBJECT_READ' EXPORTING obj_type = lt_attob-obj_type IMPORTING type_attr = lv_typeatt.

LXE_WRK_WORKLIST_SELECT * CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' * EXPORTING * targ_lang = targ_lan * objtype = lt_attob-obj_type * wlistid = lv_wlistid * IMPORTING * pstatus = lv_pstatus * TABLES * ex_wrkob = lt_wrkob.

LXE_WRK_WORKLIST_SELECT * CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' * EXPORTING * targ_lang = targ_lan * objtype = lt_attob-obj_type * sour_lang = sour_lan * wlistid = lv_wlistid * IMPORTING * pstatus = lv_pstatus * TABLES * ex_wrkob = lt_wrkob.

LXE_WRK_WORKLIST_SELECT * CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' * EXPORTING * targ_lang = targ_lan * objtype = lt_attob-obj_type * wlistid = lv_wlistid * stattrn = sel_stat-low * IMPORTING * pstatus = lv_pstatus * TABLES * ex_wrkob = lt_wrkob.

LXE_WRK_WORKLIST_SELECT * CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' * EXPORTING * targ_lang = targ_lan * objtype = lt_attob-obj_type * sour_lang = sour_lan * wlistid = lv_wlistid * stattrn = sel_stat-low * IMPORTING * pstatus = lv_pstatus * TABLES * ex_wrkob = lt_wrkob.

LXE_WRK_WORKLIST_SELECT CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' EXPORTING targ_lang = targ_lan objtype = lt_attob-obj_type wlistid = lv_wlistid IMPORTING pstatus = lv_pstatus TABLES ex_wrkob = lt_wrkob.

LXE_WRK_WORKLIST_SELECT CALL FUNCTION 'LXE_WRK_WORKLIST_SELECT' EXPORTING targ_lang = targ_lan objtype = lt_attob-obj_type sour_lang = sour_lan wlistid = lv_wlistid IMPORTING pstatus = lv_pstatus TABLES ex_wrkob = lt_wrkob.

LXE_OBJ_CONVERT_WL_OLB CALL FUNCTION 'LXE_OBJ_CONVERT_WL_OLB' EXPORTING in_custmnr = lt_wrkob-custmnr in_objtype = lt_wrkob-objtype in_objname = lt_wrkob-objname IMPORTING ex_custmnr = lt_colob-custmnr ex_objtype = lt_colob-objtype ex_objname = lt_colob-objname.

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 = '' 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_WRK_WL_SELECT CALL FUNCTION 'LXE_WRK_WL_SELECT' IMPORTING wlistid = lv_wlistid * TEXT = EXCEPTIONS no_selection = 1 OTHERS = 2.

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

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

LXE_LANG_SELECT CALL FUNCTION 'LXE_LANG_SELECT' EXPORTING show_star = 'X' IMPORTING language = sour_lan EXCEPTIONS no_selection = 1 OTHERS = 2.

LXE_LANG_SELECT





CALL FUNCTION 'LXE_LANG_SELECT' IMPORTING language = t_lang 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_B2B or its description.