SAP Reports / Programs

RS_LXE_EXPORT_TRANSLATION_DATA SAP ABAP Report - Export Translation Data







RS_LXE_EXPORT_TRANSLATION_DATA 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_TRANSLATION_DATA 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_TRANSLATION_DATA. "Basic submit
SUBMIT RS_LXE_EXPORT_TRANSLATION_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_EXPORT_TRANSLATION_DATA 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: DIRECTRY = Directory
Selection Text: DOMANAM = Domain Name
Selection Text: DOMATYP = Domain Type
Selection Text: EXP_FP = Fingerprints
Selection Text: EXP_PP = Proposal Pool
Selection Text: EXP_TTX = TTX
Selection Text: FL_PP = Export Standard Proposals
Selection Text: FL_PPA = Export Abbreviations
Selection Text: FL_PPX = Export Exceptions
Selection Text: FP_OLD = Fingerprints (Old Repository)
Selection Text: F_DATE1 = Creation Date (From)
Selection Text: F_DATE2 = Creation Date (To)
Selection Text: F_NAME = Created By
Selection Text: L_DATE1 = Change Date (From)
Selection Text: L_DATE2 = Change Date (To)
Selection Text: L_NAME = Last Changed By
Selection Text: MAX_STAT = Quality Status (To)
Selection Text: MIN_STAT = Quality Status (From)
Selection Text: OBJ_LIST = Object List
Selection Text: P_TLANGS = Target Languages
Selection Text: SIMP_LNG = Old Language Keys
Selection Text: SRC_LANG = Source Language (Optional)
Selection Text: TRL_AREA = Translation Area
Selection Text: TTX_OLD = TTX (Old Repository)
Selection Text: USE_OBJL = Object List Export
Selection Text: ZIP_TTX = Compress TTX
Selection Text: DESCRIP = Description (Optional)
Selection Text: CH_USER = Last Changed By
Selection Text: CH_DATE2 = Change Date (To)
Selection Text: CH_DATE1 = Change Date (From)
Selection Text: ADD_BEST = Add Best Proposal
Title: Export Translation Data
Text Symbol: 024 = Standard:
Text Symbol: 025 = Abbreviations:
Text Symbol: 026 = Exceptions:
Text Symbol: 027 = Exported
Text Symbol: 028 = Total
Text Symbol: E00 = Invalid date range





Text Symbol: E01 = Invalid language:
Text Symbol: E15 = Unknown object type
Text Symbol: I00 = Export proposal pool
Text Symbol: I01 = ...completed.
Text Symbol: I02 = ...no data.
Text Symbol: I03 = Export fingerprints
Text Symbol: I04 = Export TTX
Text Symbol: S00 = Languages inserted:
Text Symbol: T00 = Insert from graphs
Text Symbol: T01 = Translation languages
Text Symbol: T02 = General
Text Symbol: T03 = Proposal pool options
Text Symbol: T04 = Fingerprints and TTX options
Text Symbol: T05 = Data selection
Text Symbol: T06 = Fingerprints options


INCLUDES used within this REPORT RS_LXE_EXPORT_TRANSLATION_DATA

RS_LXE_EXPORT_TRL_DATA_CL.
INCLUDE RS_LXE_EXPORT_TRL_DATA_EV.


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 = p_tlangs-low EXCEPTIONS unknown = 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_TRANSLATION_DATA or its description.