RS_TRANSLATION_EVALUATION_UNIT 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_EVALUATION_UNIT into the relevant SAP transactions such as SE38 or SE80
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.
Title: Evaluation
Text Symbol: 001 = Incorrect run number:
Text Symbol: 002 = Incorrect Status:
Text Symbol: 003 = No Parameters Found
Text Symbol: 004 = Target language not known:
Text Symbol: 005 = Incorrect target language status:
Text Symbol: 006 = Could not find any process data
Text Symbol: 007 = No objects found
Text Symbol: 008 = Error during DB access
Text Symbol: 010 = Distribution Deactivated
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LXE_T002_CHECK_LANGUAGE *CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' * EXPORTING * language = t_lang * IMPORTING * o_r3_lang = lv_r3_lang * EXCEPTIONS * language_not_in_cp = 1 * unknown = 2 * OTHERS = 3.
SCP_LANGUAGES_IN_INSTANCE_CP **CALL FUNCTION 'SCP_LANGUAGES_IN_INSTANCE_CP' ** IMPORTING ** LANGUAGES = LV_LANGS.
SCP_IS_LANGUAGE_USABLE_CP *CALL FUNCTION 'SCP_IS_LANGUAGE_USABLE_CP' * EXPORTING * language = lv_r3_lang * IMPORTING * lang_ok = lv_lang_ok.
LXE_LANG_GET_OBJTYPES *CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' * EXPORTING * language = t_lang * TABLES * ex_la_ob = lt_la_ob.
ENQUEUE_E_LXE_WRK * CALL FUNCTION 'ENQUEUE_E_LXE_WRK' * EXPORTING * _scope = '1' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2.
ENQUEUE_E_LXE_WRK ** CALL FUNCTION 'ENQUEUE_E_LXE_WRK' ** EXPORTING ** _scope = '1' ** EXCEPTIONS ** foreign_lock = 1 ** system_failure = 2.
ENQUEUE_E_LXE_WRK ** CALL FUNCTION 'ENQUEUE_E_LXE_WRK' ** EXPORTING ** _scope = '1' ** EXCEPTIONS ** foreign_lock = 1 ** system_failure = 2.
DEQUEUE_E_LXE_WRK * CALL FUNCTION 'DEQUEUE_E_LXE_WRK' * EXPORTING * _scope = '1'.
LXE_COLOB_COLOB_SELECT * CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' * EXPORTING * objlist = lt_wrk_ol-objlist * custmnr = lt_wrk_3-custmnr * objtype = lt_wrk_3-objtype * bypassingbuffer = 'X' * IMPORTING * pstatus = lv_pstatus * TABLES * ex_colob = lt_colob.
LXE_OBJ_CONVERT_OL_WLB * CALL FUNCTION 'LXE_OBJ_CONVERT_OL_WLB' * EXPORTING * in_custmnr = lt_colob-custmnr * in_objtype = lt_colob-objtype * in_objname = lt_colob-objname * IMPORTING * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname.
LXE_OBJ_SLEX_IB * CALL FUNCTION 'LXE_OBJ_SLEX_IB' * EXPORTING * t_lang = t_lang * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * EXCEPTIONS * not_to_be_translated = 1 * OTHERS = 2.
LXE_OBJ_SLEX_IIB * CALL FUNCTION 'LXE_OBJ_SLEX_IIB' * EXPORTING * t_lang = t_lang * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * EXCEPTIONS * not_to_be_translated = 1 * OTHERS = 2.
LXE_OBJ_GET_TECH_INFO * CALL FUNCTION 'LXE_OBJ_GET_TECH_INFO' * EXPORTING * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * IMPORTING * colltyp = lv_colltyp * collnam = lv_collnam * domatyp = lv_domatyp * domanam = lv_domanam * orig_lang = lv_orig_lang.
LXE_WRK_CHECK_COLL_ATTRIBUTES * CALL FUNCTION 'LXE_WRK_CHECK_COLL_ATTRIBUTES' * EXPORTING * t_lang = t_lang * o_lang = lv_orig_lang * custmnr = lt_wrk_4-custmnr * colltyp = lv_colltyp * collnam = lv_collnam ** S_LANG = '' * IMPORTING * graph = lv_graph * graph_status = lv_graph_status * ex_s_lang = lv_s_lang.
LXE_WRK_WORKLIST_DELETE * CALL FUNCTION 'LXE_WRK_WORKLIST_DELETE' * EXPORTING * t_lang = t_lang * custmnr = lt_wrk_3-custmnr * objtype = lt_wrk_3-objtype * wlistid = ls_wrk_1b-wlistid * statwkl = 'D' * EXCEPTIONS * db_error = 1 * OTHERS = 2.
LXE_PP1_HASH_CACHE_RESET ** CALL FUNCTION 'LXE_PP1_HASH_CACHE_RESET'.
LXE_OBJ_TRANSLATION_STATUS2_RS * CALL FUNCTION 'LXE_OBJ_TRANSLATION_STATUS2_RS' * EXPORTING * top = '500' * zero = 'X'.
LXE_OBJ_GET_TECH_INFO * CALL FUNCTION 'LXE_OBJ_GET_TECH_INFO' * EXPORTING * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * IMPORTING * colltyp = lv_colltyp * collnam = lv_collnam * domatyp = lv_domatyp * domanam = lv_domanam * orig_lang = lv_orig_lang.
* CALL FUNCTION 'LXE_WRK_CHECK_COLL_ATTRIBUTES' * EXPORTING * t_lang = t_lang * o_lang = lv_orig_lang * custmnr = lt_wrk_4-custmnr * colltyp = lv_colltyp * collnam = lv_collnam * IMPORTING * graph = lv_graph * graph_status = lv_graph_status * ex_s_lang = lv_s_lang.
LXE_OBJ_OBJECT_DISTRIBUTE * CALL FUNCTION 'LXE_OBJ_OBJECT_DISTRIBUTE' * EXPORTING * t_lang = t_lang * s_lang = lv_s_lang * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * min_status = lt_la_ob-dis_stat * m_min_status = lt_la_ob-m_dis_stat * t_min_status = lt_la_ob-t_dis_stat * bypassing = '' * IMPORTING * pstatus = lv_pstatus * dis_cnt = lv_discnt.
LXE_WRK_SE63_GET_SINGLE_INFO * CALL FUNCTION 'LXE_WRK_SE63_GET_SINGLE_INFO' * EXPORTING * t_lang = t_lang * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * bypassing_buffer = 'X' * IMPORTING * orig_lang = lv_orig_lan2 * stattrn = lv_stattrn * cnttot = lv_cnttot * cntmod = lv_cntnew * cntnew = lv_cntmod * cntavl = lv_cntavl.
LXE_OBJ_TRANSLATION_STATUS2 * CALL FUNCTION 'LXE_OBJ_TRANSLATION_STATUS2' * EXPORTING * t_lang = t_lang * s_lang = lv_s_lang * custmnr = lt_wrk_4-custmnr * objtype = lt_wrk_4-objtype * objname = lt_wrk_4-objname * bypassing = '' * IMPORTING * stattrn = lv_stattrn * cnttot = lv_cnttot * cntnew = lv_cntnew * cntmod = lv_cntmod * cntavl = lv_cntavl.
LXE_OBJ_TRANSLATION_STATUS2_RS * CALL FUNCTION 'LXE_OBJ_TRANSLATION_STATUS2_RS' * EXPORTING * top = '1000'.
LXE_WRK_WORKLIST_WRITE * CALL FUNCTION 'LXE_WRK_WORKLIST_WRITE' * EXPORTING * wrkob = ls_wrkob * action = cl_lxe_constants=>c_dbcode_modify.
ENQUEUE_E_LXE_WRK * CALL FUNCTION 'ENQUEUE_E_LXE_WRK' * EXPORTING * _scope = '1' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2.
ENQUEUE_E_LXE_WRK ** CALL FUNCTION 'ENQUEUE_E_LXE_WRK' ** EXPORTING ** _scope = '1' ** EXCEPTIONS ** foreign_lock = 1 ** system_failure = 2.
ENQUEUE_E_LXE_WRK ** CALL FUNCTION 'ENQUEUE_E_LXE_WRK' ** EXPORTING ** _scope = '1' ** EXCEPTIONS ** foreign_lock = 1 ** system_failure = 2.
DEQUEUE_E_LXE_WRK * CALL FUNCTION 'DEQUEUE_E_LXE_WRK' * EXPORTING * _scope = '1'.
LXE_WRK_WORKLIST_DELETE * CALL FUNCTION 'LXE_WRK_WORKLIST_DELETE' * EXPORTING * t_lang = t_lang * custmnr = lt_wrk_3-custmnr * objtype = lt_wrk_3-objtype * wlistid = ls_wrk_1b-wlistid * statwkl = 'D' * EXCEPTIONS * db_error = 1 * OTHERS = 2.
DEQUEUE_E_LXE_WRK * CALL FUNCTION 'DEQUEUE_E_LXE_WRK' * EXPORTING * _scope = '1'.
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_EVALUATION_UNIT or its description.