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

RSTLAN_LANGUAGE_CHECK SAP ABAP Report - Language Installation Check







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


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





Text Symbol: C03 = System is a Unicode system; no code page restriction
Text Symbol: C04 = Code page: &1
Text Symbol: C05 = Could not determine code page
Text Symbol: C06 = Language is valid
Text Symbol: C07 = Language is not permitted
Text Symbol: C08 = Cannot read profile parameter "zcsa/installed_languages"
Text Symbol: C09 = Prof. Parameter: zcsa/installed_languages = "&1"
Text Symbol: C19 = No supplementation required for English and German
Text Symbol: C21 = Supplementations
Text Symbol: C22 = Supplementation:
Text Symbol: C23 = Mode =
Text Symbol: C24 = Cross-client tables not supplemented
Text Symbol: C25 = Run a standard supplementation in client 000
Text Symbol: C26 = with Client Maintenance
Text Symbol: C27 = No complete supplementation in client &1
Text Symbol: C28 = No RSREFILL, no client maintenance
Text Symbol: C29 = Customizing texts not copied to client &1
Text Symbol: C30 = Table T006A contains &1 numerical entry/entries in field MSEH3
Text Symbol: C31 = Client &1
Text Symbol: C32 = => Overwrite language
Text Symbol: C33 = Supplementation in U mode - lang. partly overwritten
Text Symbol: C34 = or client maintenance
Text Symbol: C35 = W. RSREFILL
Text Symbol: C36 = Supplementation made in U mode => language overwritten
Text Symbol: C41 = Language Import for &1


INCLUDES used within this REPORT RSTLAN_LANGUAGE_CHECK

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.


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:






CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = p_lang IMPORTING output = lv_laiso.



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