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

Unicode conversion

Former Member
0 Likes
1,226

Am working on Unicode conversion. In UCCHECK Tcode am getting green icon in exception field. But in SLIN its giving error in obsolete statement.

Please tell me shall I leave these error as it is or need to change all error which I am getting in SLIN?

Regards

Prajwala K.

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,165

Paste your code(error part) so that i will try to change it

9 REPLIES 9
Read only

Former Member
0 Likes
1,165

It depends on which statement you are getting the SLIN error. Tell us what is the exact SLIN error.

Read only

0 Likes
1,165

Am getting below Error:-

The Current ABAP command is obsolete.

Within classes and interfaces, you can only use u201CTYPEu201D to refer to ABAP dictionary types, not like or u201CSTRUCTUREu201D.

reg,

Prajwala k.

Read only

rainer_hbenthal
Active Contributor
0 Likes
1,165

Both can be independant. An obsolete statement might be unicode compliant, but still it is obsolet.

Read only

Former Member
0 Likes
1,165

hi ,

UCCHECK will give u all the unicode related Obsolete.

But take care that in UCCHECK Check box : Obsolete Function Modules: UPLOAD/DOWNLOAD. is checked.

No need to go for all SLIN Obsolete errors As they are also related to ABAP Objects.That will not impact Unicode Conversion.

Thanks % Regards,

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,166

Paste your code(error part) so that i will try to change it

Read only

0 Likes
1,165

Hi Keshav.

My question is u201Cis it necessary to change that code?u201D.Am getting green Icon in UCCHECK Tcode. I know how to change that code :).

Reg

Prajwala K.

Edited by: Prajwal Nairy on May 6, 2010 5:39 AM

Read only

0 Likes
1,165

As per the UCCHECK its not necessary but still u should remove it. We use to remove it for our Unicode project.

Read only

0 Likes
1,165

Hi Prajwal,

I think no need to change the code.

As you are getting green Icon in UCCHECK .

Try to run that particular program and see wheather it's giving any error message or not.

Regards,

Pravin

Read only

Former Member
0 Likes
1,165

Its always better to check SLIN errors even if its not due to Unicode Check. Try to remove the SLIN error.