SAP Reports / Programs

RS_TRANSLATION_LANG_IMPORT SAP ABAP Report - Bundle Import







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


Text pool values


Selection Text: CUSTMNR = Translation Area
Selection Text: DEL_FILE = Delete Files After Import
Selection Text: DIRECTO = Import Entire Directory
Selection Text: IMP_DIR = Import Directory
Selection Text: LANGUAGE = Language
Title: Bundle Import


INCLUDES used within this REPORT RS_TRANSLATION_LANG_IMPORT

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_AUTH_CHECK_PERMISSION CALL FUNCTION 'LXE_AUTH_CHECK_PERMISSION' EXPORTING root = 'X' EXCEPTIONS permission_denied = 1 internal_error = 2 OTHERS = 3.

LXE_T002_LANGUAGES_SELECT CALL FUNCTION 'LXE_T002_LANGUAGES_SELECT' EXPORTING * TITLE = '' flag_plus = '' * R3_LANG_ONLY = '' * SHOW_ONLY = '' * START_X = '1' * START_Y = '1' * END_X = '1' * END_Y = '1' * BASIS_ONLY = '' IMPORTING sel_done = lv_seldone TABLES ex_langs = lt_lang * MARK_LANGS = x * BASIS_LANGS = x EXCEPTIONS db_problem = 1 OTHERS = 2.

LXE_T002_X_CONVERT_JAVA CALL FUNCTION 'LXE_T002_X_CONVERT_JAVA' EXPORTING language = language IMPORTING ex_javalang = lv_javalang EXCEPTIONS not_defined = 1 OTHERS = 2.

LXE_COMMON_GET_ALL_FILES CALL FUNCTION 'LXE_COMMON_GET_ALL_FILES' EXPORTING in_folder = lv_folder IMPORTING ex_files = lt_filetable[].

LXE_T002_X_CONVERT_JAVA CALL FUNCTION 'LXE_T002_X_CONVERT_JAVA' EXPORTING language = lt_lang-language IMPORTING ex_javalang = lv_javalang EXCEPTIONS not_defined = 1 OTHERS = 2.

LXE_COMMON_STRING_TO_XSTRING CALL FUNCTION 'LXE_COMMON_STRING_TO_XSTRING' EXPORTING in_string = lv_string in_codepage = '0000' ex_codepage = '4110' IMPORTING ex_xstring = lt_files-objnamex EXCEPTIONS error = 1 OTHERS = 2.

LXE_PC2_LANGUAGE_IMPORT CALL FUNCTION 'LXE_PC2_LANGUAGE_IMPORT' EXPORTING custmnr = custmnr objname_x = lt_files-objnamex language = lt_lang-language in_xstring = in_xstring IMPORTING pstatus = lv_pstatus err_mess = err_mess cnt_tot = lv_linet cnt_imp = lv_linei.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' IMPORTING custmnr = custmnr EXCEPTIONS no_selection = 1 db_problem = 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_LANG_IMPORT or its description.