SAP Reports / Programs

RS_LXE_EXPORT_LXE_SETTINGS SAP ABAP Report - Export Translation Settings







RS_LXE_EXPORT_LXE_SETTINGS 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_EXPORT_LXE_SETTINGS 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_LXE_SETTINGS. "Basic submit
SUBMIT RS_LXE_EXPORT_LXE_SETTINGS AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_EXPORT_LXE_SETTINGS 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: BASIC = Basic
Selection Text: EXCEPT = Object exceptions
Selection Text: EXPORT = Export immediately
Selection Text: REMARKS = Object comments
Selection Text: TRP_TEXT = Description
Selection Text: TRTARGET = Target
Title: Export Translation Settings
Text Symbol: 000 = Translation settings
Text Symbol: E00 = No authorization
Text Symbol: E01 = Error creating transport request
Text Symbol: E02 = Error writing transport request
Text Symbol: E03 = Transport tool error
Text Symbol: I00 = Transport request:
Text Symbol: I01 = Export RC:
Text Symbol: T01 = Transport request
Text Symbol: T02 = Translation settings


INCLUDES used within this REPORT RS_LXE_EXPORT_LXE_SETTINGS

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 = abap_true EXCEPTIONS permission_denied = 1 internal_error = 2.

TR_INSERT_REQUEST_WITH_TASKS CALL FUNCTION 'TR_INSERT_REQUEST_WITH_TASKS' EXPORTING iv_type = c_trp_type iv_text = trp_text iv_owner = sy-uname iv_target = trtarget IMPORTING es_request_header = reqhead EXCEPTIONS insert_failed = 1 enqueue_failed = 2 OTHERS = 3.

TRINT_APPEND_COMM CALL FUNCTION 'TRINT_APPEND_COMM' EXPORTING wi_sel_e071 = abap_true wi_sel_e071k = abap_true wi_trkorr = reqhead-trkorr TABLES wt_e071 = objlist wt_e071k = keylist EXCEPTIONS e071k_append_error = 1 e071_append_error = 2 trkorr_empty = 3 OTHERS = 4.

TRINT_TP_INTERFACE CALL FUNCTION 'TRINT_TP_INTERFACE' EXPORTING iv_tp_command = c_tp_command iv_transport_request = reqhead-trkorr iv_client = sy-mandt iv_tp_options = c_tp_ucon IMPORTING ev_tp_return_code = tp_rc EXCEPTIONS unsupported_tp_command = 1 invalid_tp_command = 2 missing_parameter = 3 invalid_parameter = 4 get_tpparam_failed = 5 update_tp_destination_failed = 6 get_tms_info_failed = 7 permission_denied = 8 tp_call_failed = 9 insert_tpstat_failed = 10 insert_tplog_failed = 11 OTHERS = 12.



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