SAP Reports / Programs | Basis Components | Basis Components | Translation Tools(BC-DOC-TTL) SAP BC

RS_TRANSLATION_EVALUATION_MAIN SAP ABAP Report - RSTRANSLATIONEVALUATIONMAIN







RS_TRANSLATION_EVALUATION_MAIN 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_MAIN 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_EVALUATION_MAIN. "Basic submit
SUBMIT RS_TRANSLATION_EVALUATION_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RS_TRANSLATION_EVALUATION_MAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: I04 = Error when sending e-mail
Text Symbol: I03 = E-mail address missing
Text Symbol: E34 = Job status could not be determined:
Text Symbol: E33 = Problem in Batch Environment
Text Symbol: E32 = Unit with errors:
Text Symbol: E31 = Evaluation step could not be completed
Text Symbol: E30 = Error limit reached
Text Symbol: E00 = RFC Error
Text Symbol: 111 = Persist Run Data
Text Symbol: 108 = Create Preliminary Statistics
Text Symbol: 107 = Schedule Background Jobs
Text Symbol: 106 = Flag Objects for Deletion
Text Symbol: 105 = Distribute Objects to Batch Jobs
Text Symbol: 104 = Read Object List
Text Symbol: 103 = Determine Object Types per Language
Text Symbol: 102 = Initialize Buffers
Text Symbol: 101 = Determine Languages From Graphs
Text Symbol: 100 = Import Parameters
Text Symbol: 019 = No Target Languages Defined in Graphs
Text Symbol: 018 = No graphs selected
Text Symbol: 017 = Cannot set deletion indicator
Text Symbol: 016 = Status not Set:
Text Symbol: 015 = No Object Types
Text Symbol: 014 = Incorrect Client
Text Symbol: 013 = Error in Job Scheduling
Text Symbol: 012 = No data found
Text Symbol: 010 = Error in Job Scheduling
Text Symbol: 009 = Problem Accessing the Database
Text Symbol: 008 = No Work Found
Text Symbol: 007 = Object Lists Do Not Contain Any Objects
Text Symbol: 006 = No Object Types Selected
Text Symbol: 005 = No Object Lists Selected
Text Symbol: 004 = No Target Languages Selected
Text Symbol: 003 = No Parameters Found
Text Symbol: 002 = Incorrect Status:
Text Symbol: 001 = Incorrect Run Number:


INCLUDES used within this REPORT RS_TRANSLATION_EVALUATION_MAIN

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_GRAPH_GET_T_LANGS CALL FUNCTION 'LXE_GRAPH_GET_T_LANGS' EXPORTING graph = lt_wrk_gr-graph IMPORTING pstatus = lv_pstatus TABLES ex_t_langs = lt_langua2.

LXE_LANG_CHECK_LANG CALL FUNCTION 'LXE_LANG_CHECK_LANG' EXPORTING language = lt_wrk_la-t_lang check_client = 'X' EXCEPTIONS no_translation_language = 1 OTHERS = 2.

LXE_LANG_GET_OBJTYPES CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' EXPORTING language = lt_wrk_la-t_lang TABLES ex_attob = lt_attob.

LXE_COLOB_COLOB_SELECT CALL FUNCTION 'LXE_COLOB_COLOB_SELECT' EXPORTING objlist = lt_wrk_ol-objlist objtype = lt_wrk_ty-objtype IMPORTING pstatus = lv_pstatus TABLES ex_colob = lt_colob.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'X' EXCEPTIONS foreign_lock = 1 error = 2.

LXE_LANG_CHECK_LANG CALL FUNCTION 'LXE_LANG_CHECK_LANG' EXPORTING language = lt_wrk_la-t_lang check_client = 'X' EXCEPTIONS no_translation_language = 1 OTHERS = 2.

LXE_LANG_GET_OBJTYPES CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' EXPORTING language = lt_wrk_la-t_lang TABLES ex_attob = lt_attob.

LXE_WRK_WORKLIST_SET_STATWKL CALL FUNCTION 'LXE_WRK_WORKLIST_SET_STATWKL' EXPORTING targ_lang = lt_wrk_la-t_lang custmnr = '*' objtype = lt_wrk_ty-objtype wlistid = ls_wrk_1b-wlistid statwkl = 'D' EXCEPTIONS db_error = 1 OTHERS = 2.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'M' EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'M' EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

LXE_WRK_STATISTIC_WRITE CALL FUNCTION 'LXE_WRK_STATISTIC_WRITE' EXPORTING t_lang = lt_wrk_la-t_lang comment = lv_comment std_only = abap_true.

LXE_DOMA_UPDATE * CALL FUNCTION 'LXE_DOMA_UPDATE' * EXPORTING * devclass = '' * EXCEPTIONS * foreign_lock = 1 * error = 2 * OTHERS = 3.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = lt_wrk_2-jobcount_p jobname = lt_wrk_2-jobname_p forcedmode = 'X' EXCEPTIONS cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 OTHERS = 18.

LXE_BP_GET_JOB_STATUS CALL FUNCTION 'LXE_BP_GET_JOB_STATUS' EXPORTING jobname = lt_wrk_2-jobname jobcount = lt_wrk_2-jobcount IMPORTING status = lv_jobstat EXCEPTIONS input_error = 1 job_selection_error = 2.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'F' EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

LXE_WRK_WORKLIST_DELETE CALL FUNCTION 'LXE_WRK_WORKLIST_DELETE' EXPORTING t_lang = lt_wrk_la-t_lang custmnr = '*' objtype = lt_wrk_ty-objtype wlistid = ls_wrk_1b-wlistid EXCEPTIONS db_error = 1 OTHERS = 2.

LXE_WRK_WORKLIST_NUMBERS CALL FUNCTION 'LXE_WRK_WORKLIST_NUMBERS' EXCEPTIONS db_error = 1 OTHERS = 2.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'X' EXCEPTIONS foreign_lock = 1 error = 2 OTHERS = 3.

LXE_WRK_STATISTIC_WRITE





CALL FUNCTION 'LXE_WRK_STATISTIC_WRITE' EXPORTING t_lang = lt_wrk_la-t_lang comment = lv_comment std_only = abap_true.

LXE_TC_WL_CHECK_PENDING CALL FUNCTION 'LXE_TC_WL_CHECK_PENDING' .

LXE_WRK_RUN_SEND_MAIL_ON_END CALL FUNCTION 'LXE_WRK_RUN_SEND_MAIL_ON_END' EXPORTING wlistid = ls_wrk_1b-wlistid EXCEPTIONS send_error = 1 address_missing = 2.

LXE_BP_CHECK_JOB_NAME CALL FUNCTION 'LXE_BP_CHECK_JOB_NAME' EXPORTING jobname = lv_jobname EXCEPTIONS job_name_unknown = 1.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = lv_jobname IMPORTING jobcount = lv_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = lv_jobcount jobname = lv_jobname event_id = 'SAP_TRANSLATION_WORKLIST_START' event_param = lv_event_para IMPORTING job_was_released = lv_jobreleased EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

BP_FIND_JOBS_WITH_PROGRAM CALL FUNCTION 'BP_FIND_JOBS_WITH_PROGRAM' EXPORTING abap_program_name = 'RS_TRANSLATION_EVALUATION_EVNT' dialog = btc_no TABLES joblist = lt_joblist EXCEPTIONS no_jobs_found = 1 program_specification_missing = 2 invalid_dialog_type = 3 job_find_canceled = 4 OTHERS = 5.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = lt_joblist-jobcount jobname = lt_joblist-jobname EXCEPTIONS cant_delete_event_entry = 1 cant_delete_job = 2 cant_delete_joblog = 3 cant_delete_steps = 4 cant_delete_time_entry = 5 cant_derelease_successor = 6 cant_enq_predecessor = 7 cant_enq_successor = 8 cant_enq_tbtco_entry = 9 cant_update_predecessor = 10 cant_update_successor = 11 commit_failed = 12 jobcount_missing = 13 jobname_missing = 14 job_does_not_exist = 15 job_is_already_running = 16 no_delete_authority = 17 OTHERS = 18.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = p_jobname IMPORTING jobcount = p_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING delanfrep = 'Y' jobname = p_jobname_p IMPORTING jobcount = p_jobcount_p EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = p_jobcount_p jobname = p_jobname_p pred_jobcount = p_jobcount pred_jobname = p_jobname targetserver = lvx_server IMPORTING job_was_released = lvx_jobreleased EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = p_jobcount jobname = p_jobname strtimmed = 'X' targetserver = lvx_server IMPORTING job_was_released = lvx_jobreleased EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

LXE_SEND_MAIL_ON_EVAL_ERROR CALL FUNCTION 'LXE_SEND_MAIL_ON_EVAL_ERROR' EXPORTING mail_lines = lt_mail_lines EXCEPTIONS address_missing = 1 send_error = 2.

LXE_SEND_MAIL_ON_EVAL_ERROR CALL FUNCTION 'LXE_SEND_MAIL_ON_EVAL_ERROR' EXPORTING mail_lines = lt_mail_lines EXCEPTIONS address_missing = 1 send_error = 2.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = 'A' EXCEPTIONS foreign_lock = 1 error = 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_TRANSLATION_EVALUATION_MAIN or its description.