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

Regarding Unicode

Former Member
0 Likes
833

Hi,

How to find on my serevr what are the Z program are unicode enabled?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Hi,

As I told you follow this procedure.

If you want to know the database table name to get all such programs then hit F1 and then F9 on this checkbox. And see in which are all the database tables that dataelement is used. thereby you can get all the program names from the table.

thanks,

sksingh

7 REPLIES 7
Read only

Former Member
0 Likes
804

Hi!

Unicode enabling is not pre program. If unicode is installed on the server, everything is using it.

Check it out in the menu System - Status.

Regards

Tamá

Read only

Former Member
0 Likes
804

Hi,

If you go to Program attributes screen there will be a checkbox by name 'Unicode enabled'. If this checkbox is checked then it means the program is enabled for Unicode check. If you want to know the database table name to get all such programs then hit F1 and then F9 on this checkbox. And see in which are all the database tables that dataelement is used. thereby you can get all the program names.

thanks,

sksingh

Read only

Former Member
0 Likes
804

Hi

Unicode is system based concept

Ofcourse you can check whether your program is using the unicode or not in the attributes of the program.

see the checkbutton whether it is checked or not

reward points

if useful

regards

anji

Read only

Former Member
0 Likes
804

yes, I agree with all of you.

the server support Unicode, but there are some of Z programs which are updated for unicode check.

Now if these program calls the other programs which are not unicode enabled, the t-code is going into dump.

My requirement is to find the Z programs, which are unicode enables and what are the left ones.

By going into each and every programs attribute will not serve my pupose,

is there any simplest way by which i can take to report for the programs?

Read only

0 Likes
804

Hi!

Have you checked table TNAPR for this attribute? Maybe a direct table update shall solve your problem.

Regards

Tamá

Read only

Former Member
0 Likes
805

Hi,

As I told you follow this procedure.

If you want to know the database table name to get all such programs then hit F1 and then F9 on this checkbox. And see in which are all the database tables that dataelement is used. thereby you can get all the program names from the table.

thanks,

sksingh

Read only

Lakshmant1
Active Contributor
0 Likes
804

Hi Shefali,

Check table REPOSRC/TRDIR for field UCCHECK.

Also you refer transaction UCCHECK for related tables.

Thanks

Lakshman