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

RS_LXE_IMPORT_TRL_DATA_CL SAP ABAP INCLUDE - Include RS_LXE_IMPORT_TRL_DATA_CL







RS_LXE_IMPORT_TRL_DATA_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_IMPORT_TRL_DATA_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_IMPORT_TRL_DATA_CL. "Basic submit
SUBMIT RS_LXE_IMPORT_TRL_DATA_CL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_IMPORT_TRL_DATA_CL 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_IMPORT_TRL_DATA_CL


INCLUDES used within this REPORT RS_LXE_IMPORT_TRL_DATA_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:

LXE_T002_CONVERT_2_TO_4 CALL FUNCTION 'LXE_T002_CONVERT_2_TO_4' EXPORTING old_lang = lv_lang_tmp IMPORTING new_lang = wa_langpair-s_lang EXCEPTIONS error = 1 OTHERS = 2.

LXE_T002_CONVERT_2_TO_4 CALL FUNCTION 'LXE_T002_CONVERT_2_TO_4' EXPORTING old_lang = lv_lang_tmp IMPORTING new_lang = wa_langpair-t_lang EXCEPTIONS error = 1 OTHERS = 2.

LXE_PP_FILE_IMPORT CALL FUNCTION 'LXE_PP_FILE_IMPORT' EXPORTING s_lang = wa_langpair-s_lang t_lang = wa_langpair-t_lang filepath = lv_path * domatyp = domatyp domanam = domanam min_stat = min_stat max_stat = max_stat fl_pp = fl_pp fl_ppa = fl_ppa fl_ppx = fl_ppx db_mode = COND #( WHEN mass_insert = abap_true THEN cl_lxe_pp_con=>c_import_db_mass_insert WHEN a_insert = abap_true THEN cl_lxe_pp_con=>c_import_db_insert ELSE cl_lxe_pp_con=>c_import_db_update ) IMPORTING es_result = ls_result.

LXE_AS_OPEN_BIN_FOR_INPUT CALL FUNCTION 'LXE_AS_OPEN_BIN_FOR_INPUT' EXPORTING file = lv_path logical_subdir = cl_lxe_constants=>c_logical_subdir_pp EXCEPTIONS file_open_error = 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_AS_OPEN_BIN_FOR_INPUT CALL FUNCTION 'LXE_AS_OPEN_BIN_FOR_INPUT' EXPORTING file = lv_path logical_subdir = cl_lxe_constants=>c_logical_subdir_pp EXCEPTIONS file_open_error = 1.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

LXE_TTX_CHAR_TO_BIN CALL FUNCTION 'LXE_TTX_CHAR_TO_BIN' EXPORTING b64data = -data IMPORTING bindata = lv_x_zipped EXCEPTIONS no_memory = 1 conversion_error = 2 OTHERS = 3.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

LXE_TTX_CHAR_TO_BIN CALL FUNCTION 'LXE_TTX_CHAR_TO_BIN' EXPORTING b64data = -data IMPORTING bindata = lv_x_zipped EXCEPTIONS no_memory = 1 conversion_error = 2 OTHERS = 3.

LXE_PC1_TTX_RFC_IMPORT CALL FUNCTION 'LXE_PC1_TTX_RFC_IMPORT' EXPORTING custmnr = -custmnr objtype = -objtype objname = -objname s_lang = -s_lang t_lang = -t_lang textkey = -textkey s_version = -sversion t_version = -tversion s_finger = -sfinger t_finger = -tfinger x_string = lv_xstring bytes = lv_bytes insert = a_insert IMPORTING pstatus = lv_status.



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