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

To get Code Inspector Errors into an internal table

Former Member
0 Likes
830

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

5 REPLIES 5
Read only

Lakshmant1
Active Contributor
0 Likes
771

Hi Siddharth,

Use FM EXTENDED_PROGRAM_CHECK or check the include program LSLINF81.

Also check FM SCI_INSPECT_LIST.

Hope this helps

Thanks

Lakshman

Read only

0 Likes
771

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

Read only

0 Likes
771

Thank You Lakshman, it solved my query.

There is another functional module EXTENDED_PROGRAM_CHECK_SHOW which displays the result.

Regards,

Abhinav Siddharth

Read only

Former Member
0 Likes
771

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.

Read only

0 Likes
771

The problem is solved.

Thanks guys