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

Code Inspector and Extended program check in one program

Former Member
0 Likes
790

Hello SAP gurus,

We have a requirement where we need to create one tool which will have both code inspector and extended program check functionality and report should display all error, warning messages which are found from these checks.

Can anyone provide some suggestions on this?

Thanks,

Khushboo Dand

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

Go through SLIN & SCID transactions and use the same logic in your report.

Regards

Praveen

4 REPLIES 4
Read only

Former Member
0 Likes
622

Go through SLIN & SCID transactions and use the same logic in your report.

Regards

Praveen

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
621

Hi,

Go to Se38 and check how code inpsector and extended syntax check. I dont remember the exact function module name but just debug a little u will be able to find it.

Nabheet

Read only

ThomasZloch
Active Contributor
0 Likes
621

Code Inspector includes all checks from SLIN as well (depending on how your check variant is set up), so I don't see the sense in your exercise.

Thomas

Read only

0 Likes
621

Please check if the FM EXTENDED_PROGRAM_CHECK will match your requirement. You can specify the conditions to do the extended check.

Regards

Ranganath