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
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.
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
RS_LXE_EXPORT_TRL_DATA_CL.
INCLUDE RS_LXE_EXPORT_TRL_DATA_EV.
No SAP DATABASE tables are accessed within this REPORT code!
LXE_T002_CHECK_LANGUAGE CALL FUNCTION 'LXE_T002_CHECK_LANGUAGE' EXPORTING language = p_tlangs-low EXCEPTIONS unknown = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_LXE_EXPORT_TRANSLATION_DATA - Export Translation Data RS_LXE_EXPORT_TRANSLATION_DATA - Export Translation Data RS_LXE_EXPORT_SC_EVENTS - Include RS_LXE_EXPORT_SC_EVENTS RS_LXE_EXPORT_SC_CLASS - Include RS_LXE_EXPORT_SC_CLASS RS_LXE_EXPORT_SC - Export Solution Composer Data RS_LXE_EXPORT_SC - Export Solution Composer Data