SAP Reports / Programs | Basis Components | Change & Transport System | Language Transport(BC-CTS-LAN) SAP BC

RSTLAN_EXPORT SAP ABAP Report - Language Export







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


Transaction Code(s):

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

SMLT_EX - Language Export


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 RSTLAN_EXPORT. "Basic submit
SUBMIT RSTLAN_EXPORT AND RETURN. "Return to original report after report execution complete
SUBMIT RSTLAN_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: 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





Text Symbol: 106 = Run in Background
Text Symbol: A00 = Selection of New Objects
Text Symbol: A01 = Do you want to append the new objects to the current object list, or
Text Symbol: A02 = overwrite the current object list?
Text Symbol: A04 = Append
Text Symbol: A05 = Overwrite
Text Symbol: AAK = Use Wizard to create add-ons?
Text Symbol: B00 = Overwrite a Selection
Text Symbol: B01 = A selection with this name already
Text Symbol: B02 = exists. Do you want to overwrite it?
Text Symbol: CID = Cross-Client Tables
Text Symbol: CMA = Action Log
Text Symbol: CMB = Reset
Text Symbol: CMC = Check Status
Text Symbol: CMJ = Job Log
Text Symbol: CMR = Restart
Text Symbol: CMT = Transport Log
Text Symbol: COB = Customizing
Text Symbol: COM = Transport Request
Text Symbol: CTA = Action
Text Symbol: CTJ = Job
Text Symbol: CTT = Transprt
Text Symbol: DEL = Delete object list &?
Text Symbol: DL2 = Do you want to delete this exit?
Text Symbol: DLV = Software Component
Text Symbol: DOB = Delete
Text Symbol: EXL = Language Export Log
Text Symbol: EXP = Start export with these parameters?
Text Symbol: EXT = Start Language Export
Text Symbol: INF = Language Export
Text Symbol: LAN = Language


INCLUDES used within this REPORT RSTLAN_EXPORT

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.






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:

No SAP FUNCTION MODULES are executed within this report code!



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