RSTLAN_LANGUAGE_CHECK 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_LANGUAGE_CHECK 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: P_LANG = D .
Title: Language Installation Check
Text Symbol: C43 = No language imports required for English and German
Text Symbol: C44 = No language imports
Text Symbol: C51 = No information found about language level
Text Symbol: C52 = &1 language level: &2
Text Symbol: C53 = &1 system level: &2
Text Symbol: C54 = &1 not supplied with language
Text Symbol: C55 = &1 supplemented only; no language import
Text Symbol: C56 = No information found about system level
Text Symbol: C57 = Component SAP_BASIS is supplied with language
Text Symbol: C58 = Language package must be imported
Text Symbol: C59 = Lang.Level < System Level
Text Symbol: C60 = Add-on component without language; language package or OCS import missing
Text Symbol: C61 = Language level matches system level
Text Symbol: C70 = Checking language transport (SMLT)
Text Symbol: C71 = &1 is locked
Text Symbol: C72 = Use "Abortimp" to unlock languages
Text Symbol: C73 = No languages are locked
Text Symbol: C74 = No inconsistent entries in &1
Text Symbol: C75 = Entry without time stamp in TPSTAT
Text Symbol: C76 = Entry found in &1
Text Symbol: C77 = Transport might be hanging; see SAP Note 556941
Text Symbol: C80 = Checking language load for &1
Text Symbol: C81 = DDFTX is current
Text Symbol: C82 = DDFTX does not match DD04T for &1
Text Symbol: C83 = Language load is out-of-date and should be deleted
Text Symbol: CNT = See SAP Note &1
Text Symbol: T01 = Icon
Text Symbol: T02 = Description
Text Symbol: TIT = Check Result
Text Symbol: C42 = Language Imports:
Text Symbol: 001 = Language "&1" missing in profile parameter "zcsa/installed_languages"
Text Symbol: 011 = Checks
Text Symbol: 021 = Language Check:
Text Symbol: C00 = General Check for Language "&1"
Text Symbol: C01 = Language "&1" unknown (T002)
Text Symbol: C02 = Language "&1" missing in profile parameter zcsa/installed_languages
INCLUDE TLAN_CHECK_TOP.
INCLUDE TLAN_CHECK_CL2.
INCLUDE TLAN_CHECK_CL1.
INCLUDE TLAN_CHECK_CL3.
INCLUDE TLAN_CHECK_CL5.
INCLUDE TLAN_CHECK_CL4.
INCLUDE TLAN_CHECK_CL7.
INCLUDE TLAN_CHECK_CL6.
INCLUDE TLAN_CHECK_CL8.
INCLUDE TLAN_CHECK_CL9.
INCLUDE TLAN_CHECK_O01.
INCLUDE TLAN_CHECK_I01.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = p_lang IMPORTING output = lv_laiso.
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_LANGUAGE_CHECK or its description.
RSTLAN_LANGUAGE_CHECK - Language Installation Check RSTLAN_LANGUAGE_CHECK - Language Installation Check RSTLAN_INIT_ENTRIES - Create Initial Entries in Language Transport Administration Tables RSTLAN_INIT_ENTRIES - Create Initial Entries in Language Transport Administration Tables RSTLAN_IMPORT_SINGLE - Import Language Parts of Transport Request RSTLAN_IMPORT_SINGLE - Import Language Parts of Transport Request