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 error

Former Member
0 Likes
969

hi,

is it possible to cature unicode errors without using uccheck.

is there any table which stores all these errors.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
950

NO

8 REPLIES 8
Read only

Former Member
0 Likes
951

NO

Read only

0 Likes
950

hi,

similarly how can we know what all the obsolete statements present.

i found table TRMSg with all error msg but how can we check for a syntax is obsolete or not.

please help me out.

thanks.

Read only

0 Likes
950

Hi

You can Run the EPC check for that Program in that check the obsolute statement button and then execute EPC, it will show u all obsolute statements.

Amresh

Read only

0 Likes
950

hi,

i m asking without using this stantard tcode like EPC or uccheck i want to cature Obsolete syntax through normal coding.

thanks.

Read only

0 Likes
950

you can debug this FM 'EXTENDED_PROGRAM_CHECK and see there how SAP is handling obsolete statements part and use that logic in ur program.

Amresh

Read only

0 Likes
950

hi,

i debugged it and found a statement syntax-check which gives in a table the obsolete errors of a program. SYNTAX-CHECK FOR itab4

MESSAGE synt-message

LINE synt-line

WORD synt-word

PROGRAM wa_trdir-name

MESSAGE-ID synt-messageid

ID 'ERR' TABLE h_unicode_errors.

i the table h_unicode_errors it has all errors.

but this statement i cant debug.

its like other abap statements like write.

thanks.

Read only

Former Member
0 Likes
950

hi,

No..you have to run UCCHECK.

Read only

Former Member
0 Likes
950

Hi,

you can check the errors in transaction 'UCCHECK'. but the unicode check should be checked in this case.

i dont think there is a table for capturing all the unicode errors.

Regards,

Pavan