SAPTLAN_MANAGEMENT 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 SAPTLAN_MANAGEMENT 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 - Language Management
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.
Title: Transaction SMLT
Text Symbol: Q00 = Language Information
Text Symbol: P02 = Enter the table name
Text Symbol: P01 = Enter the table name and mode
Text Symbol: M45 = (transport online)
Text Symbol: M44 = Do you want to perform this client transport now?
Text Symbol: M43 = Read SAP Note 43853 or the online documentation.
Text Symbol: M42 = client 000 to the current client in insert mode.
Text Symbol: M41 = This client transport copies texts from Customizing tables in
Text Symbol: M40 = Client Maintenance
Text Symbol: M25 = the language import again from the start?
Text Symbol: M24 = Do you want to terminate this import and start
Text Symbol: M23 = You can terminate an import here.
Text Symbol: M22 = Use 'Restart' to continue with the import.
Text Symbol: M21 = Package & has not yet been imported completely.
Text Symbol: M20 = Terminate import action
Text Symbol: M15 = (Your decision will be logged.)
Text Symbol: M14 = Do you still want to import this package?
Text Symbol: M13 = Inconsistencies may occur.
Text Symbol: M12 = We do not advise you to reimport this package.
Text Symbol: M11 = Language package & already imported successfully.
Text Symbol: M10 = Reimport Package
Text Symbol: M01 = Secondary language and supplementation language different
Text Symbol: M00 = Do you want to continue with the supplementation?
Text Symbol: L24 = Return Code
Text Symbol: L22 = Modified lines
Text Symbol: L21 = Lines inserted
Text Symbol: L20 = Lines edited
Text Symbol: L15 = Client
Text Symbol: L14 = Return Code
Text Symbol: L13 = Status
Text Symbol: Q01 = Import Package
Text Symbol: TIP = Instance Name
Text Symbol: T02 = Client Maintenance: Client $
Text Symbol: T01 = Backup Request (Language Installation) for $
Text Symbol: T00 = Icon Legend
Text Symbol: SUP = Supplementation Jobs
Text Symbol: STS = Status: Scheduled
INCLUDE TLAN_MANAGEMENTTOP.
INCLUDE LBTCHDEF.
INCLUDE TLAN_MANAGEMENTCL1.
INCLUDE TLAN_MANAGEMENTCL3.
INCLUDE TLAN_MANAGEMENTCL5.
INCLUDE TLAN_MANAGEMENTO01.
INCLUDE TLAN_MANAGEMENTI01.
INCLUDE TLAN_MANAGEMENTF01.
INCLUDE TLAN_MANAGEMENTF02.
INCLUDE TLAN_MANAGEMENTF03.
No SAP DATABASE tables are accessed within this REPORT code!
OCS_CALL_BROWSER_WITH_NOTE * CALL FUNCTION 'OCS_CALL_BROWSER_WITH_NOTE' * EXPORTING * iv_note = gs_pat08-value * EXCEPTIONS * call_failed = 1 * OTHERS = 2.
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 SAPTLAN_MANAGEMENT or its description.