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

RS_LXE_EVALUATION_MAIN_CL SAP ABAP INCLUDE - RSLXEEVALUATIONMAINCL







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


INCLUDES used within this REPORT RS_LXE_EVALUATION_MAIN_CL

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:

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

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

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = e_jobcount_p jobname = e_jobname_p pred_jobcount = e_jobcount pred_jobname = e_jobname targetserver = lv_server IMPORTING job_was_released = lv_released 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 = e_jobcount jobname = e_jobname strtimmed = abap_true targetserver = lv_server IMPORTING job_was_released = e_released 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_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = i_jobcount jobname = i_jobname forcedmode = abap_true 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.

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

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

LXE_WRK_RUN_UPDATE CALL FUNCTION 'LXE_WRK_RUN_UPDATE' EXPORTING run_id = run_id status = cl_lxe_con_eval=>finished EXCEPTIONS foreign_lock = 1 error = 2.

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

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

LXE_TC_WL_CHECK_PENDING CALL FUNCTION 'LXE_TC_WL_CHECK_PENDING' .

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

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 = c_rep_event dialog = lc_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 = -jobcount jobname = -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.

LXE_LANG_GET_OBJTYPES CALL FUNCTION 'LXE_LANG_GET_OBJTYPES' EXPORTING language = i_lang TABLES ex_attob = lt_attob.

DB_COMMIT





CALL FUNCTION 'DB_COMMIT'.

LXE_WRK_WORKLIST_SET_STATWKL CALL FUNCTION 'LXE_WRK_WORKLIST_SET_STATWKL' EXPORTING targ_lang = custmnr = '*' objtype = wlistid = wrk_attr-wlistid statwkl = cl_lxe_con_eval=>deleted EXCEPTIONS db_error = 1 OTHERS = 2.

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

LXE_WRK_WORKLIST_DELETE CALL FUNCTION 'LXE_WRK_WORKLIST_DELETE' EXPORTING t_lang = custmnr = '*' objtype = wlistid = wrk_attr-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_STATISTIC_WRITE CALL FUNCTION 'LXE_WRK_STATISTIC_WRITE' EXPORTING t_lang = comment = lv_comment std_only = abap_true.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

LXE_BP_GET_JOB_STATUS CALL FUNCTION 'LXE_BP_GET_JOB_STATUS' EXPORTING jobname = is_wrk_2-jobname jobcount = is_wrk_2-jobcount IMPORTING status = r_stat EXCEPTIONS input_error = 1 job_selection_error = 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_EVALUATION_MAIN_CL or its description.