SAP Reports / Programs | Basis Components | Internationalization (I18N)(BC-I18) SAP BC

SAPMSNL1 SAP ABAP Report - NLS : Langs, Characters, Character Sets and Locales







SAPMSNL1 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 SAPMSNL1 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

SNL2 - Set NLS (character set, language...)
SNLS - Display NLS (character set, lang.)
SNL3 - Develop NLS (character set, lang...)
SNL1 - Display NLS (character set, lang.)


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 SAPMSNL1. "Basic submit
SUBMIT SAPMSNL1 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSNL1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: NLS : Langs, Characters, Character Sets and Locales
Text Symbol: 162 = UTF-8 GUI
Text Symbol: 161 = Unicode
Text Symbol: 160 = This list cannot be refreshed
Text Symbol: 148 = unimpt
Text Symbol: 147 = Neg.
Text Symbol: 146 = Pos.
Text Symbol: 143 = Not allowed to change any NLS settings
Text Symbol: 140 = You can maintain the NLS settings
Text Symbol: 138 = from
Text Symbol: 137 = mod.
Text Symbol: 136 = def.
Text Symbol: 135 = New
Text Symbol: 133 = Val.
Text Symbol: 132 = Ty.
Text Symbol: 131 = Name
Text Symbol: 111 = ???
Text Symbol: 072 = Table TCPDB contains &1 entries
Text Symbol: 071 = Not completely installed
Text Symbol: 070 = Not completely installed
Text Symbol: 065 = and possibly others.
Text Symbol: 064 = Profiles
Text Symbol: 063 = Authrztn:
Text Symbol: 062 = Check:
Text Symbol: 061 = for using this transaction:
Text Symbol: 060 = The fllwng authorizations are important
Text Symbol: 034 = RSTS0010: TemSe administration
Text Symbol: 032 = Unable to find error text
Text Symbol: 031 = (W) Line break inserted in error text
Text Symbol: 030 = ERRMSG..
Text Symbol: 029 = RC..
Text Symbol: 028 = SUBRC...
Text Symbol: 022 = SUBRC..
Text Symbol: 019 = ==============================================
Text Symbol: 018 = Character Code Cache Set to Invalid
Text Symbol: 017 = To save this text in a TemSe object, select F2
Text Symbol: 016 = Cannot access statistics report
Text Symbol: 015 = (W) Line break inserted in statistics report





Text Symbol: 010 = User command


INCLUDES used within this REPORT SAPMSNL1

No INCLUDES are used within this REPORT code!


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:

RSLG_SHOW_SAPPARAM CALL FUNCTION 'RSLG_SHOW_SAPPARAM' TABLES NAMEPATTERN = PATTERNS.

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' EXPORTING DATABASE_ALSO = ' ' IMPORTING APPL_CODEPAGE = cur_as_cp .

SCP_GUI_USES_UTF8 CALL FUNCTION 'SCP_GUI_USES_UTF8' IMPORTING GUI_CODEPAGE = cur_gui_cp GUI_USES_UTF8 = cur_gui_is_utf8_flag .



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