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

Include Program. convesion from nonunicode to unicode

Former Member
0 Likes
724

Hi all.

PLease tell me How to convert an include program from non Unicode to Unicode?

Regards

Prajwala K.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
696

Identify if the include has a main program associated with it. If you have a main program, then use the UCCHECK transaction for the main program. That will show any unicode related errors even for the Include. If there isn't any main program , create a sample zprogram and use the particular include in it and do the UCCHECK.

Vikranth

5 REPLIES 5
Read only

Former Member
0 Likes
697

Identify if the include has a main program associated with it. If you have a main program, then use the UCCHECK transaction for the main program. That will show any unicode related errors even for the Include. If there isn't any main program , create a sample zprogram and use the particular include in it and do the UCCHECK.

Vikranth

Read only

0 Likes
696

Thanks a lot Vikranth.Reddy

Please tell me

after checking in UCCHECK Tcode, shall select the Unicode check box in main program? Or shall I leave that as it is (unchecked) ?

If a single include has more than 2 main program then what to do?

Reg.

Prajwala K.

Read only

0 Likes
696

Hello Prajwal,

If the include already has a main program associated with it, then the general expectation is that even the main program using it should be unicode compatible. Thus its better to set the Unicode check box for the main program. For those cases in which the include has more than 1 main program, it depends on the scope of the task you are doing. In general its suggested to make all the main programs unicode compatible.

Vikranth

Read only

0 Likes
696

Hi,

You need to select the Unicode check box in all main programs.

Read only

0 Likes
696

Thanks a lot Vikranth.

You solved my doubt .

Reg.

Prajwala K.