SAP Program RSCP0022 - Testing TO UPPER

Description
The program RSCP0022 tests the ABAP statement TRANSLATE .. TO UPPERCASE and compares the results for various languages.

Several parameters can be set for the check.
Test area 32 to 127?
The system checks all characters within the specified area. If thisprogram is running on an ASCII machine, the printable 7-bit ASCIIcharacters are tested. On an EBCDIC machine, all three areas should beselected.
Test area 128 to 159 ?
The system checks all characters within the specified area. If thisprogram is running on an ASCII machine, the non-printable 8-bit ASCIIcharacters are tested. On an EBCDIC machine, all three areas should beselected.
Test area 160 to 255 ?
The system checks all characters within the specified area. If thisprogram is running on an ASCII machine, the printable 8-bit nationalASCII characters are tested. On an EBCDIC machine, all three areasshould be selected.
Test each character individually?
Usually, the system checks all characters in an area in a group. Thisoption specifies that the system should check each characterindividually. This creates a very long and detailed results list whichincludes how each character differs in the language comparison.
Display TCP0C entries used?
The system adds the corresponding TCP0C entry to the list created.
Use function ..1 SWITCH?
You should use the function module SCP_MIXED_LANGUAGES_1_SWITCH if youare not sure if all languages are used on an application server. Whenthis function module is used, the system displays a message, but theprogram continues.
Special country version
You can test special country versions. Enter the ISO ID of the country.This parameter is entered as a country in the SET LOCALE command.
Modifier for SET LOCALE
You can enter the modifier for the SET LOCALE command here. Thisattribute is usually empty.

Output
The results list indicates how the operation TRANSLATE TO UPPER CASEaffects the characters analyzed.
The system combines the languages for which the effect is the same.