Some companies still run non unicode SAP systems. if you plan to convert your system to unicode, you can run UCCHECK regularly on your system, or add the unicode check to the code inspector framework and perform the check e.g. during release of transports or create a list with links to the source code using code inspector / ATC.
The attached document shows how to create an own CI test class performing the unicode check.
Copy class CL_CI_SOURCE_SYNTAX_CHECK to your own namespace:
Set Unicode flag to all the report sources before executing the check in the constructor method.
Either fixed:
Or – optional - by a parameter:
Copy class CI_TEST_SYNTAX_CHECK to your namespace.
Adapt copied CI class:
Activate your check and set attribute for code inspector
The created check variant can be used in various scenarios e.g. during transport release.
Set check variant & activate inform on errors
With this settings, the UC check is performed on release.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 | |
2 | |
2 |