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

RS_LXE_EVALUATION_UNIT_C02 SAP ABAP INCLUDE - Include RS_LXE_EVALUATION_UNIT_C02







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


Text pool values


Title: Include RS_LXE_EVALUATION_UNIT_C02


INCLUDES used within this REPORT RS_LXE_EVALUATION_UNIT_C02

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 = t_lang IMPORTING o_r3_lang = lv_r3_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

SCP_IS_LANGUAGE_USABLE_CP CALL FUNCTION 'SCP_IS_LANGUAGE_USABLE_CP' EXPORTING language = lv_r3_lang IMPORTING lang_ok = lv_lang_ok.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_ROLLBACK CALL FUNCTION 'DB_ROLLBACK'.

ENQUEUE_E_LXE_WRK CALL FUNCTION 'ENQUEUE_E_LXE_WRK' EXPORTING _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DEQUEUE_E_LXE_WRK CALL FUNCTION 'DEQUEUE_E_LXE_WRK' EXPORTING _scope = '1'.

LXE_OBJ_CONVERT_OBJNAME_OL_WL CALL FUNCTION 'LXE_OBJ_CONVERT_OBJNAME_OL_WL' EXPORTING i_objname = -objname IMPORTING e_objname = wa_wrk_4-objname.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

LXE_OBJ_TECH_BUFFER_PREFETCH CALL FUNCTION 'LXE_OBJ_TECH_BUFFER_PREFETCH' EXPORTING i_custmnr = i_custmnr i_objtype = i_objtype it_wrk_4 = ct_wrk_4 i_rows = c_attr_buffer_prefetch i_offset = lv_offset - ( lv_tot_lines - lines( ct_wrk_4 ) ).

LXE_OBJ_GET_TECH_INFO CALL FUNCTION 'LXE_OBJ_GET_TECH_INFO' EXPORTING custmnr = -custmnr objtype = -objtype objname = -objname keep_buffer = abap_true IMPORTING colltyp = lv_colltyp collnam = lv_collnam 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 = -custmnr colltyp = lv_colltyp collnam = lv_collnam IMPORTING graph = lv_graph graph_status = lv_graph_status.

LXE_OBJ_SLEX_IB CALL FUNCTION 'LXE_OBJ_SLEX_IB' EXPORTING t_lang = t_lang custmnr = -custmnr objtype = -objtype objname = -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 = -custmnr objtype = -objtype objname = -objname EXCEPTIONS not_to_be_translated = 1 OTHERS = 2.

LXE_OBJ_TECH_BUFFER_RESET CALL FUNCTION 'LXE_OBJ_TECH_BUFFER_RESET'.

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 = i_custmnr objtype = i_objtype wlistid = wrk_head-wlistid IMPORTING e_cnt_del = lv_cnt_del EXCEPTIONS db_error = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

LXE_OBJ_TRANSLATION_STATUS2_RS * CALL FUNCTION 'LXE_OBJ_TRANSLATION_STATUS2_RS' * EXPORTING * top = c_pp_buffer_limit_initial * zero = abap_true.

LXE_OBJ_TECH_BUFFER_PREFETCH CALL FUNCTION 'LXE_OBJ_TECH_BUFFER_PREFETCH' EXPORTING i_custmnr = i_custmnr i_objtype = i_objtype it_wrk_4 = ct_wrk_4 i_rows = c_attr_buffer_prefetch i_offset = sy-tabix - 1.

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_OBJ_TECH_BUFFER_RESET CALL FUNCTION 'LXE_OBJ_TECH_BUFFER_RESET'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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