‎2010 May 06 5:57 AM
Hi all.
PLease tell me How to convert an include program from non Unicode to Unicode?
Regards
Prajwala K.
‎2010 May 06 6:32 AM
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
‎2010 May 06 6:32 AM
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
‎2010 May 06 6:59 AM
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.
‎2010 May 06 7:03 AM
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
‎2010 May 06 7:06 AM
Hi,
You need to select the Unicode check box in all main programs.
‎2010 May 06 7:11 AM