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

Prgm /FM to check syntax errors of list of prgms

Former Member
0 Likes
3,273

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
Read only

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,726

Check FM: EDITOR_SYNTAX_CHECK

Read only

GauthamV
Active Contributor
1,726

Use REDSRS01 transaction.

Read only

Former Member
0 Likes
1,726

tcode SLIN

Read only

0 Likes
1,662

This program not return the error detail. 😞

Read only

former_member209217
Active Contributor
0 Likes
1,726

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.

Read only

andrea_olivieri
Contributor
0 Likes
1,726

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