‎2008 May 06 11:37 AM
Friends,
My requirement is to report if there exists any Error, warning or information in the Code Inspector & SLIN. I need to include these values in a report.
For this i will have to get these values into my program. Any idea how can this be achieved?
Many Thanks!
Abhinav siddharth
‎2008 May 06 11:54 AM
Hi Siddharth,
Use FM EXTENDED_PROGRAM_CHECK or check the include program LSLINF81.
Also check FM SCI_INSPECT_LIST.
Hope this helps
Thanks
Lakshman
‎2008 May 06 1:11 PM
Hi Lakshman,
Could you please help me figuring out the parameters requried to execute these FM's?
I could run 'EXTENDED_PROGRAM_CHECK' but i could not see the result.
Thanks,
Abhinav Siddharth
‎2008 May 07 7:31 AM
Thank You Lakshman, it solved my query.
There is another functional module EXTENDED_PROGRAM_CHECK_SHOW which displays the result.
Regards,
Abhinav Siddharth
‎2008 May 07 8:09 AM
I am still unable to show the CI result after using FM SCI_INSPECT_LIST.
There is an FM SCI_SHOW_RESULTS for this purpose but i do not know how to use it.
Please help.
‎2008 May 14 8:25 AM