Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code inspector containing UCCHECK?

former_member185171
Participant
0 Likes
391

Hello,

we are making all our programs Unicode compatible. To be sure no programs are switched back to non-unicode, we would like to add this check in de Code Inspector Check when releasing the transport.

But I don't see any typical CI-check that can check this in the program attributes.

Can anyone help me with this?

Thanks.

Kris

1 REPLY 1
Read only

TanmayVerma
Active Participant
0 Likes
312

Hi Kris,

In Unicode system i think the program will not be activated successfully if the program is non-Unicode and  syntax error 'The program "XXXXXXXX" is not Unicode-compatible, according to its program attributes." is triggered.

Thus , if by mistake a program is made non-Unicode , the transport can be checked for syntax errors and such programs can be identified.

Also transaction UCCHECK can help to convert such programs to Unicode compatible.

Regards,

Tanmay