‎2009 Jan 02 12:42 PM
hi,
is it possible to cature unicode errors without using uccheck.
is there any table which stores all these errors.
Thanks.
‎2009 Jan 02 12:43 PM
‎2009 Jan 02 12:43 PM
‎2009 Jan 02 12:48 PM
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.
‎2009 Jan 02 12:52 PM
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
‎2009 Jan 02 12:56 PM
hi,
i m asking without using this stantard tcode like EPC or uccheck i want to cature Obsolete syntax through normal coding.
thanks.
‎2009 Jan 02 1:02 PM
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
‎2009 Jan 02 1:06 PM
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.
‎2009 Jan 02 12:45 PM
‎2009 Jan 02 12:49 PM
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