2010 May 18 6:51 AM
Hi All,
Is there any program/report/function module or any other means to check and list the syntax errors of a list of programs?
Thank You.
Regards,
Soumya
2010 May 18 6:59 AM
2010 May 18 6:59 AM
2010 May 18 7:00 AM
2024 Mar 14 7:37 PM
2010 May 18 7:01 AM
Hi,
Try this statement SYNTAX-CHECK
Go through this documentation
[Syntax Check|http://help.sap.com/abapdocu_70/en/ABAPSYNTAX-CHECK_FOR_ITAB.htm]
Alternatively , you can also try this FM EXTENDED_PROGRAM_CHECK.
Regards,
Lakshman.
2010 May 18 8:45 AM
Hi ,
the following transactions allow multiple types of checks including large sets of ABAP programs scans:
1. SCI - Code Inspector
2. UCCECK, a specific tool for Unicode conversion
3. SAMT - ABAP Program Set Processing
Regards,
Andrea