RSTLAN_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 RSTLAN_EXPORT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SMLT_EX - Language Export
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: DL_DUNIT = Software Component
Selection Text: DL_TDEVC = Package
Selection Text: DL_TRANS = Transport Requests
Selection Text: D_BSEL = Save as
Selection Text: D_CUST = Text Tables
Selection Text: D_REPO = Objects with Directory Entry
Selection Text: D_SPEC = Special Objects
Selection Text: SL_DUNIT = Software Component
Selection Text: SL_TDEVC = Package
Selection Text: SL_TRANS = Transport Requests
Selection Text: S_BTCSRV = Background Server
Selection Text: S_CUST = Text Tables
Selection Text: S_GENE = Activate Generic Option
Selection Text: S_LOGHDL = Log Display
Selection Text: S_LVECT = Language Vector
Selection Text: S_REPO = Objects with Directory Entry
Selection Text: S_SELA = Separate Pack. for Each Lang.
Selection Text: S_SPEC = Special Objects
Selection Text: S_TRNUM = Number of Transport Requests
Title: Language Export
Text Symbol: NAM = Name under which you want to save the selection.
Text Symbol: NTR = New Request
Text Symbol: OPT = Optimum Width
Text Symbol: PDL = Delete Object List from Database
Text Symbol: PLD = Load Object List
Text Symbol: PRO = Logs
Text Symbol: RFC = RFC Connection
Text Symbol: ROB = Repository
Text Symbol: STA = Status
Text Symbol: STT = Control Table
Text Symbol: SYT = System Table
Text Symbol: TIT = Object List
Text Symbol: UOB = Unclassified
Text Symbol: WDC = Rebuilding Cache
Text Symbol: LOB = Logical Objects
Text Symbol: 101 = Selection Range
Text Symbol: 104 = Object Types
Text Symbol: 105 = Output Options
INCLUDE RSTLAN_EXPORT_TOP.
INCLUDE RSTLAN_EXPORT_CLI.
INCLUDE RSTLAN_EXPORT_CLA.
INCLUDE RSTLAN_EXPORT_REP.
INCLUDE RSTLAN_EXPORT_F01.
INCLUDE RSTLAN_EXPORT_F02.
INCLUDE RSTLAN_EXPORT_F03.
INCLUDE RSTLAN_EXPORT_MOD.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RSTLAN_EXPORT or its description.