Application Development 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: 

Prgm /FM to check syntax errors of list of prgms

Former Member
0 Kudos
2,240

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

6 REPLIES 6

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
693

Check FM: EDITOR_SYNTAX_CHECK

GauthamV
Active Contributor
693

Use REDSRS01 transaction.

Former Member
0 Kudos
693

tcode SLIN

0 Kudos
629

This program not return the error detail. 😞

former_member209217
Active Contributor
0 Kudos
693

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.

andrea_olivieri
Contributor
0 Kudos
693

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