SAP Reports / Programs

RS_LXE_LOG_EXPORT SAP ABAP Report - SE63 Translation Export







RS_LXE_LOG_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_LOG_EXPORT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SLXT - Translation Transport


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_LOG_EXPORT. "Basic submit
SUBMIT RS_LXE_LOG_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RS_LXE_LOG_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: AUTO = Create New Request
Selection Text: CHCKORLG = Exclude Original Language
Selection Text: CHECKEX = Check if Object Exists
Selection Text: DELTA = Activate
Selection Text: DELTADAT = Delta Date
Selection Text: DELTATIM = Time
Selection Text: EXP_LNG = Generate Language Transport
Selection Text: EXP_LST = List Objects
Selection Text: EXP_OBJ = Generate Object Transport
Selection Text: FORCE = Write in FORCE Mode
Selection Text: FORCEKEY = Key Check in FORCE Mode
Selection Text: KTRANS = Workbench Request
Selection Text: LANG_ALL = All Existing Languages
Selection Text: LANG_ISO = Target Language
Selection Text: LANG_SEL = Multiple Selection
Selection Text: LANG_SGL = Individual Language
Selection Text: CLIENTDP = D .
Selection Text: TTRANS = Transport of Copies
Selection Text: TRTEXT = Description
Selection Text: TORDER = Transport Request
Selection Text: SYSTEM = Target System
Selection Text: ST_USER = Object Processor
Selection Text: ST_PACKG = Package/Collection
Selection Text: ST_OBJCT = Object Type
Selection Text: ST_DATE = Processing Date
Selection Text: ST_COMP = Software Component
Selection Text: REQALL = Grant Non-SLXT Requests
Selection Text: RELEASE = Release Request in Next Step
Selection Text: P_REQ = Piece List
Selection Text: PROJECT = Project
Selection Text: MIXED = All Languages in 1 Request
Selection Text: LISTCOMP = Compressed List
Title: SE63 Translation Export
Text Symbol: T08 = Delta Transports
Text Symbol: T07 = Request Type
Text Symbol: T05 = Options
Text Symbol: T04 = Time Period
Text Symbol: T03 = Transport Request





Text Symbol: T02 = Choose a Valid Transport Request
Text Symbol: T01 = Export Mode
Text Symbol: T00 = Filter
Text Symbol: 005 = Define Time
Text Symbol: 016 = Create New Request
Text Symbol: 019 = Define Manually
Text Symbol: 020 = Initialize
Text Symbol: 021 = Delta Transports
Text Symbol: 023 = Set start date for delta transport:
Text Symbol: 029 = Release Collective Request:
Text Symbol: 030 = Request was released
Text Symbol: B04 = Display Requests
Text Symbol: B06 = All Requests
Text Symbol: B07 = Current Language
Text Symbol: B08 = Current User
Text Symbol: B10 = Display Options:
Text Symbol: E01 = Return Code:
Text Symbol: L00 = Selected Languages:
Text Symbol: M10 = No log entries found for selection
Text Symbol: M13 = No correct entries found for the selection
Text Symbol: M15 = No entries found for language:
Text Symbol: M16 = No correct entries found for language:
Text Symbol: S01 = Selection Used:
Text Symbol: S02 = Target Language:
Text Symbol: S04 = Obj. Type:
Text Symbol: S05 = Date Processed:
Text Symbol: S06 = Object Processor:
Text Symbol: S07 = Delta Transports:
Text Symbol: S08 = Transport Request:
Text Symbol: S09 = Package/Collection:
Text Symbol: S10 = Software Component:
Text Symbol: S11 = Client Options:
Text Symbol: S12 = Check if Object Exists:
Text Symbol: S13 = Release Request:
Text Symbol: S14 = Delta Time:
Text Symbol: S15 = Delta Date:
Text Symbol: S16 = Forced Mode:
Text Symbol: S17 = Exclude Original Language:
Text Symbol: S18 = Generate Object Transport:





Text Symbol: S19 = Piece List:
Text Symbol: S20 = Only Output List:
Text Symbol: S21 = Compressed List:
Text Symbol: S22 = Key Check in FORCE Mode:
Text Symbol: S24 = All Languages in 1 Request:


INCLUDES used within this REPORT RS_LXE_LOG_EXPORT

INCLUDE I_RS_LXE_LOG_EXPORT_TOP.
INCLUDE I_RS_LXE_LOG_EXPORT_SCREEN.
INCLUDE I_RS_LXE_LOG_EXPORT_EVENTS.
INCLUDE I_RS_LXE_LOG_EXPORT_FORMS.
INCLUDE I_RS_LXE_LOG_EXPORT_F4.


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 = wa_langs EXCEPTIONS language_not_in_cp = 1 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_LOG_EXPORT or its description.