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

RSCP0018 SAP ABAP Report - Check Profiles For Language, Character Sets and so on







RSCP0018 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report 'RSCP0018' runs across all application servers and creates lists of warnings when it thinks that profile values for character and text processing are strange...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSCP0018 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 RSCP0018. "Basic submit
SUBMIT RSCP0018 AND RETURN. "Return to original report after report execution complete
SUBMIT RSCP0018 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: ALL_DEST = Include non-std appl.servers?
Selection Text: BUT_NOT1 = 1: List of
Selection Text: BUT_NOT2 = 2: application servers
Selection Text: BUT_NOT3 = 3: not to be
Selection Text: BUT_NOT4 = 4: analyzed
Selection Text: BUT_NOT5 = 5:
Selection Text: BUT_NOT6 = 6:
Selection Text: LOOKLANG = For languages
Selection Text: LOOKLOCL = For locales
Selection Text: LOOKPROF = For profiles
Selection Text: LOOK_TAB = For table settings
Selection Text: OFF_DEST = All std application servers
Selection Text: OWN_APS = Only own application servers
Selection Text: P_0018 = Stay Here in RSCP0018
Selection Text: P_INST = Call RSCPINST
Selection Text: SHOW_APS = For application servers
Title: Check Profiles For Language, Character Sets and so on
Text Symbol: 140 = Database table
Text Symbol: 141 = Value
Text Symbol: 142 = Add.
Text Symbol: 144 = Entry missing
Text Symbol: 145 = More than one entry not permitted
Text Symbol: 146 = More than one entry dangerous
Text Symbol: 147 = Three blank spcs
Text Symbol: 150 = Cannot determine TCPDB. No check
Text Symbol: 151 = TCPDB still empty. No check
Text Symbol: 152 = Codepage &1 is not in table &2
Text Symbol: 153 = Unusual Database Codepage
Text Symbol: 154 = Unusual Codepage Combination
Text Symbol: 155 = Why Several Blended Codepages?
Text Symbol: 160 = Program Choice
Text Symbol: 161 = This is Program RSCP0018
Text Symbol: 162 = The Program RSCPINST Also Exists
Text Symbol: 164 = Start RSCPINST
Text Symbol: 166 = Reaplce "3CN" with "CN"
Text Symbol: 170 = Code page "&1" is not Unicode
Text Symbol: 172 = Installed Languages (Translated Texts)
Text Symbol: 010 = Selection of application servers to check





Text Symbol: 012 = Selection of topics to check anbd report
Text Symbol: 014 = Codepage unknown
Text Symbol: 015 = TCPDB-CPPOOLCLUS field no longer used
Text Symbol: 016 = Unknown ctry?
Text Symbol: 017 = "&2"("&1") is not a known language
Text Symbol: 018 = Use language &1 precedent in the system
Text Symbol: 022 = Locales
Text Symbol: 024 = In a Unicode System, TCPDB Should Be Empty
Text Symbol: 025 = Unicode
Text Symbol: 030 = not investigated.
Text Symbol: 031 = Lang.
Text Symbol: 032 = Status
Text Symbol: 033 = No. of appl. servers
Text Symbol: 034 = not installed
Text Symbol: 035 = OK
Text Symbol: 040 = Communication error
Text Symbol: 041 = RFC system error
Text Symbol: 052 = Application server
Text Symbol: 057 = System
Text Symbol: 058 = Date
Text Symbol: 069 = Not in TCP0C
Text Symbol: 070 = Does not answer.
Text Symbol: 072 = Termination
Text Symbol: 090 = Format
Text Symbol: 110 = Application servers
Text Symbol: 113 = Text
Text Symbol: 114 = Assessment
Text Symbol: 115 = With errors
Text Symbol: 116 = With warnings
Text Symbol: 117 = OK
Text Symbol: 120 = Profile parameters
Text Symbol: 121 = Application servers
Text Symbol: 122 = Profile val.
Text Symbol: 126 = All
Text Symbol: 130 = The value of &1 application server(s) is missing.
Text Symbol: 132 = Duplicate parameter?


INCLUDES used within this REPORT RSCP0018

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:






SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' "i destination 'SAPGUI' exporting percentage = 90 text = 'Aufbereiten'(090) "i modn = modno .

SCP_CHECK_PROFILE call function 'SCP_CHECK_PROFILE' destination ml-server importing warning = ml-w error = ml-e tables values = ps notes = t exceptions communication_failure = 1 message msg system_failure = 2 message msg.

SCP_CHECK_PROFILE call function 'SCP_CHECK_PROFILE' importing warning = ml-w error = ml-e tables values = ps notes = t.

BLENDED_CP_NAME_SCP4 call function 'BLENDED_CP_NAME_SCP4' exporting country_id = tcp0d-country importing bp_name = l_landx.

SCP_GET_CODEPAGE_NUMBER call function 'SCP_GET_CODEPAGE_NUMBER' exporting database_also = 'X' * IMPORTING * START_APPL_CODEPAGE = * APPL_CODEPAGE = * GUI_CODEPAGE = * DATABASE_CODEPAGE = * database_nonuniq = * APPL_FOR_DISPLAY = * APPL_FOR_PROPOSE = * APPL_FOR_INPUT = tables database_codepages = dbcps exceptions internal_error = 1 others = 2.



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