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

RS_TRANSLATION_ZTYPE_IMPORT SAP ABAP Report - Import







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


Text pool values


Title: Import


INCLUDES used within this REPORT RS_TRANSLATION_ZTYPE_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_CUSTMNR_GET_ATTRIBUTES CALL FUNCTION 'LXE_CUSTMNR_GET_ATTRIBUTES' EXPORTING custmnr = custmnr * BYPASSING_BUFFER = 'X' IMPORTING custtype = lv_custtype.

LXE_PARAM_ZTYPE_GET_ATTR_CUSTM CALL FUNCTION 'LXE_PARAM_ZTYPE_GET_ATTR_CUSTM' EXPORTING custmnr = custmnr IMPORTING * TEXT = imp_dir = lv_imp_dir * EXP_DIR = EXCEPTIONS not_defined = 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_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = lt_config-orig_lang EXCEPTIONS language_not_in_cp = 1 unknown = 2 OTHERS = 3.

LXE_DOMA_CHECK CALL FUNCTION 'LXE_DOMA_CHECK' EXPORTING domatyp = lv_domatyp domanam = lv_domanam EXCEPTIONS unknown = 1 OTHERS = 2.

LXE_DOMA_CHECK * CALL FUNCTION 'LXE_DOMA_CHECK' * EXPORTING * DOMATYP = LV_DOMATYP * DOMANAM = LV_DOMANAM * IMPORTING * IN_DOMATYP = LT_FILES-DOMATYP * IN_DOMANAM = LT_FILES-DOMANAM * EXCEPTIONS * UNKNOWN = 1 * OTHERS = 2.

LXE_DOMA_CHECK * CALL FUNCTION 'LXE_DOMA_CHECK' * EXPORTING * DOMATYP = LV_DOMATYP * DOMANAM = LV_DOMANAM * IMPORTING * IN_DOMATYP = LT_FILES-DOMATYP * IN_DOMANAM = LT_FILES-DOMANAM * EXCEPTIONS * UNKNOWN = 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_ZTYPE_IMPORT CALL FUNCTION 'LXE_PC2_ZTYPE_IMPORT' EXPORTING custmnr = custmnr objname_x = lt_files-objnamex orig_lang = lt_files-orig_lang language = lt_files-orig_lang colltyp = 'X' collstrt = lv_collstrt domatyp = lt_files-domatyp domanam = lt_files-domanam in_xstring = in_xstring * FORCE_MODE = FORCE_MO objtype = lt_files-objtype IMPORTING pstatus = lv_pstatus err_mess = err_mess.

LXE_PC2_ZTYPE_IMPORT CALL FUNCTION 'LXE_PC2_ZTYPE_IMPORT' EXPORTING custmnr = custmnr objname_x = lt_files-objnamex orig_lang = lt_files-orig_lang language = language colltyp = 'X' collstrt = lv_collstrt domatyp = lt_files-domatyp domanam = lt_files-domanam in_xstring = in_xstring * FORCE_MODE = FORCE_MO objtype = lt_files-objtype IMPORTING pstatus = lv_pstatus err_mess = err_mess.

LXE_CUSTMNR_SELECT CALL FUNCTION 'LXE_CUSTMNR_SELECT' EXPORTING * TITEL = '' * NEW = '' custtype = 'Z' * SHOW_ONLY = '' * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' IMPORTING custmnr = custmnr * CUSTKTXT = * LS_LXE_CUSTMNR = EXCEPTIONS no_selection = 1 db_problem = 2 OTHERS = 3.

LXE_DOMA_SELECT * CALL FUNCTION 'LXE_DOMA_SELECT' * EXPORTING ** EXTERNAL = 'X' * INTERNAL = 'X' ** START_X = '' ** START_Y = '' ** END_X = '' ** END_Y = '' * IMPORTING ** DOMATYP = * DOMANAM = DOMANAM.

LXE_T002_SELECT_LANGUAGE * CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' * EXPORTING * FLAG_PLUS = 'X' ** FLAG_STAR = '' ** R3_LANG_ONLY = '' ** TRANS_ONLY = '' ** DYNPPROG = '' ** DYNPNR = '' ** DYNPFIELD = '' ** DYNPFIELD_X = '' ** TITLE = '' ** START_X = '1' ** START_Y = '1' ** END_X = '1' ** END_Y = '1' ** BASIS_ONLY = '' * IMPORTING * LANGUAGE = ORIG_LNG ** IMPORTING ** R3_LANG = ** TEXT = ** TABLES ** BASIS_LANGS = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * NO_SELECTION = 3 * OTHERS = 4.

LXE_T002_SELECT_LANGUAGE CALL FUNCTION 'LXE_T002_SELECT_LANGUAGE' EXPORTING flag_plus = 'X' * FLAG_STAR = '' * R3_LANG_ONLY = '' * TRANS_ONLY = '' * DYNPPROG = '' * DYNPNR = '' * DYNPFIELD = '' * DYNPFIELD_X = '' * TITLE = '' * START_X = '1' * START_Y = '1' * END_X = '1' * END_Y = '1' * BASIS_ONLY = '' IMPORTING language = language * IMPORTING * R3_LANG = * TEXT = * TABLES * BASIS_LANGS = EXCEPTIONS parameter_error = 1 no_values_found = 2 no_selection = 3 OTHERS = 4.



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