‎2010 Nov 16 6:43 AM
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
‎2010 Nov 16 6:51 AM
Go through SLIN & SCID transactions and use the same logic in your report.
Regards
Praveen
‎2010 Nov 16 6:51 AM
Go through SLIN & SCID transactions and use the same logic in your report.
Regards
Praveen
‎2010 Nov 16 8:32 AM
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
‎2010 Nov 16 11:56 AM
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
‎2010 Nov 16 12:31 PM
Please check if the FM EXTENDED_PROGRAM_CHECK will match your requirement. You can specify the conditions to do the extended check.
Regards
Ranganath