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

RS_LXE_EXPORT_TRL_DATA_CL SAP ABAP INCLUDE - Include RS_LXE_EXPORT_TRL_DATA_CL







RS_LXE_EXPORT_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_EXPORT_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_EXPORT_TRL_DATA_CL. "Basic submit
SUBMIT RS_LXE_EXPORT_TRL_DATA_CL AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_EXPORT_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_EXPORT_TRL_DATA_CL


INCLUDES used within this REPORT RS_LXE_EXPORT_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_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = -s_lang IMPORTING is_r3_lang = lv_is_r3 o_r3_lang = lv_srclang.

LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = -t_lang IMPORTING is_r3_lang = lv_is_r3 o_r3_lang = lv_tgtlang.

LXE_PP_FILE_EXPORT_GEN CALL FUNCTION 'LXE_PP_FILE_EXPORT_GEN' EXPORTING s_lang = -s_lang t_lang = -t_lang filepath = lv_path domanam = domanam min_stat = min_stat max_stat = max_stat fl_pp = fl_pp fl_ppa = fl_ppa fl_ppx = fl_ppx f_name = f_name f_date1 = f_date1 f_date2 = f_date2 l_name = l_name l_date1 = l_date1 l_date2 = l_date2 old_lang_key = simp_lng IMPORTING es_result = ls_result.

LXE_PP_FILE_EXPORT * CALL FUNCTION 'LXE_PP_FILE_EXPORT' * EXPORTING * s_lang = -s_lang * t_lang = -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 * f_name = f_name * f_date1 = f_date1 * f_date2 = f_date2 * l_name = l_name * l_date1 = l_date1 * l_date2 = l_date2 * old_lang_key = simp_lng * IMPORTING * pp_total = lv_pp_total * pp_exported = lv_pp_exported * ppa_total = lv_ppa_total * ppa_exported = lv_ppa_exported * ppx_total = lv_ppx_total * ppx_exported = lv_ppx_exported * EXCEPTIONS * invalid_language = 1 * file_open_error = 2 * conversion_error = 3.

LXE_PP_FILE_EXPORT_OL CALL FUNCTION 'LXE_PP_FILE_EXPORT_OL' EXPORTING s_lang = -s_lang t_lang = -t_lang filepath = lv_path old_lang_key = simp_lng add_best = add_best object_list = at_colob IMPORTING es_result = ls_result.

LXE_PP_FILE_EXPORT_OBJECT_LIST * CALL FUNCTION 'LXE_PP_FILE_EXPORT_OBJECT_LIST' * EXPORTING * s_lang = -s_lang * t_lang = -t_lang * filepath = lv_path * old_lang_key = simp_lng * add_best = add_best * object_list = at_colob * IMPORTING * pp_total = lv_pp_total * pp_exported = lv_pp_exported * ppa_total = lv_ppa_total * ppa_exported = lv_ppa_exported * ppx_total = lv_ppx_total * ppx_exported = lv_ppx_exported * EXCEPTIONS * invalid_language = 1 * file_open_error = 2 * conversion_error = 3.

LXE_AS_OPEN_BIN_FOR_OUTPUT CALL FUNCTION 'LXE_AS_OPEN_BIN_FOR_OUTPUT' EXPORTING file = lv_path logical_subdir = cl_lxe_constants=>c_logical_subdir_pp EXCEPTIONS file_open_error = 1.

LXE_AS_OPEN_BIN_FOR_OUTPUT CALL FUNCTION 'LXE_AS_OPEN_BIN_FOR_OUTPUT' EXPORTING file = lv_path logical_subdir = cl_lxe_constants=>c_logical_subdir_pp EXCEPTIONS file_open_error = 1.

LXE_AS_OPEN_BIN_FOR_OUTPUT CALL FUNCTION 'LXE_AS_OPEN_BIN_FOR_OUTPUT' 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_ATTOB_ATTS_OBJECT_READ CALL FUNCTION 'LXE_ATTOB_ATTS_OBJECT_READ' EXPORTING obj_type = -objtype IMPORTING channel = lv_typeatt.

LXE_OBJ_CONVERT_OL_WLB * CALL FUNCTION 'LXE_OBJ_CONVERT_OL_WLB' * EXPORTING * in_custmnr = -custmnr * in_objtype = -objtype * in_objname = -objname * IMPORTING * objname = -objname.

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

LXE_ATTOB_ATTS_OBJECT_READ CALL FUNCTION 'LXE_ATTOB_ATTS_OBJECT_READ' EXPORTING obj_type = -objtype IMPORTING type_attr = lv_typeatt.

LXE_OBJ_GET_TECH_INFO_ALL CALL FUNCTION 'LXE_OBJ_GET_TECH_INFO_ALL' EXPORTING custmnr = -custmnr objtype = -objtype objname = -objname simple_only = '' IMPORTING orig_lang = lv_orig_lang.

LXE_OBJ_TRANSLATION_STATUS2 CALL FUNCTION 'LXE_OBJ_TRANSLATION_STATUS2' EXPORTING t_lang = tgt_lang s_lang = lv_orig_lang custmnr = -custmnr objtype = -objtype objname = -objname IMPORTING fingerprints = lt_fiprs.

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

LXE_PC1_TTX_RFC_EXPORT CALL FUNCTION 'LXE_PC1_TTX_RFC_EXPORT' EXPORTING custmnr = -custmnr objtype = -objtype objname = -objname s_lang = -s_lang t_lang = -t_lang textkey = -textkey IMPORTING x_string = lv_xstring pstatus = lv_status.

LXE_TTX_BIN_TO_CHAR





CALL FUNCTION 'LXE_TTX_BIN_TO_CHAR' EXPORTING bindata = lv_x_zipped IMPORTING b64data = wa_pc_ttx-data EXCEPTIONS no_memory = 1 conversion_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_LXE_EXPORT_TRL_DATA_CL or its description.