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

RS_LXE_OBJECT_EXPORT SAP ABAP Report - Program RS_LXE_OBJECT_EXPORT







RS_LXE_OBJECT_EXPORT 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_LXE_OBJECT_EXPORT 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_OBJECT_EXPORT. "Basic submit
SUBMIT RS_LXE_OBJECT_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_OBJECT_EXPORT 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: XLIFF =
Title: Program RS_LXE_OBJECT_EXPORT
Text Symbol: 001 = Download XLIFF and XML files to local file system
Text Symbol: 002 = Select collection(s)
Text Symbol: 003 = Select
Text Symbol: 004 = Select target language(s)
Text Symbol: 005 = Select folder
Text Symbol: 007 = Export
Text Symbol: 020 = Select at least one collection
Text Symbol: 021 = Select at least one language
Text Symbol: 022 = Select an export destination
Text Symbol: 023 = Nothing to export
Text Symbol: 024 = Export is finished
Text Symbol: 030 = Select file type to export
Text Symbol: 031 = Select at least one file type to export


INCLUDES used within this REPORT RS_LXE_OBJECT_EXPORT

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_00' p_program = 'RSSYSTDB' TABLES p_exclude = lt_exclude.

LXE_COLL_COLLS_SELECT CALL FUNCTION 'LXE_COLL_COLLS_SELECT' EXPORTING t_lang = '' show_only = '' start_x = '1' start_y = '1' end_x = '75' end_y = '22' * IMPORTING * SEL_DONE = TABLES ex_colls = p_colls * MARK_COLLS = * EXCEPTIONS * NO_COLLECTIONS_ASSIGNED = 1 * OTHERS = 2 .

LXE_CUSTMNR_GET_ATTRIBUTES CALL FUNCTION 'LXE_CUSTMNR_GET_ATTRIBUTES' EXPORTING custmnr = -custmnr bypassing_buffer = '' IMPORTING custtype = lv_custtype.

LXE_T002_LANGUAGES_SELECT CALL FUNCTION 'LXE_T002_LANGUAGES_SELECT' * EXPORTING * TITLE = '' * FLAG_PLUS = '' * R3_LANG_ONLY = '' * SHOW_ONLY = '' * ACTIVE_ONLY = '' * START_X = '1' * START_Y = '1' * END_X = '1' * END_Y = '1' * BASIS_ONLY = '' * IMPORTING * SEL_DONE = TABLES ex_langs = p_langs * MARK_LANGS = * BASIS_LANGS = * EXCEPTIONS * DB_PROBLEM = 1 * OTHERS = 2 .

LXE_CUSTMNR_GET_ATTRIBUTES CALL FUNCTION 'LXE_CUSTMNR_GET_ATTRIBUTES' EXPORTING custmnr = p_coll-custmnr bypassing_buffer = '' IMPORTING custtype = lv_custtype.

LXE_XT_API_GET_OBJ_IN_COLL CALL FUNCTION 'LXE_XT_API_GET_OBJ_IN_COLL' EXPORTING trl_area = p_coll-custmnr collname = p_coll-collnam * COLLTYPE = 'X' IMPORTING et_obj_names = p_objects * EXCEPTIONS * HASH_ERROR = 1 * OTHERS = 2 .

LXE_XT_API_GET_OBJECT CALL FUNCTION 'LXE_XT_API_GET_OBJECT' EXPORTING trl_area = p_coll-custmnr objname_ext = p_obj IMPORTING * ORIG_LANG = * COLLTYPE = * COLLNAME = * DOMATYPE = * DOMANAME = * DEVELOPER = * DESCRIPTION = * OBJ_ATTR_TAB = * XTEXT_TAB = * YTEXT_TAB = * ZTEXT_TAB = zbin_tab = lv_bin * TEXT_ATTR_TAB = * EXCEPTIONS * INVALID_OBJECT = 1 * HASH_ERROR = 2 * OBJECT_DOES_NOT_EXIST = 3 * OTHERS = 4 .

LXE_XT_API_GET_LANGS_FOR_OBJ CALL FUNCTION 'LXE_XT_API_GET_LANGS_FOR_OBJ' EXPORTING trl_area = p_coll-custmnr objname_ext = p_obj IMPORTING * ORIG_LANG = trl_langs_tab = p_langs * EXCEPTIONS * HASH_ERROR = 1 * OBJECT_DOES_NOT_EXIST = 2 * OTHERS = 3 .

LXE_XT_API_GET_LANGUAGE CALL FUNCTION 'LXE_XT_API_GET_LANGUAGE' EXPORTING trl_area = p_coll-custmnr objname_ext = p_obj language = p_lang IMPORTING * XTEXT_TAB = * YTEXT_TAB = * ZTEXT_TAB = zbin_tab = lv_content * EXCEPTIONS * INVALID_OBJECT = 1 * HASH_ERROR = 2 * OBJECT_DOES_NOT_EXIST = 3 * ORIG_LANG_CONFLICT = 4 * OTHERS = 5 .

LXE_COMMON_XSTRING_FILE_EXPORT CALL FUNCTION 'LXE_COMMON_XSTRING_FILE_EXPORT' EXPORTING xstring = p_content filename = lv_fullpath file_extension = lc_xlf_file_extension.

LXE_COMMON_XSTRING_FILE_EXPORT CALL FUNCTION 'LXE_COMMON_XSTRING_FILE_EXPORT' EXPORTING xstring = -xdata filename = lv_fullpath file_extension = lc_xml_file_extension.



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