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 - Transaction SCI

Former Member
0 Likes
602

Hi All,

When we execute code inspector (transaction SCI) the output shown as a tree structure. Is there any way to get this output as an ALV or other format which is readable when downloaded in excel sheet or text file.

Thanks in advance.

Regards,

Atish

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
523

Execute program RS_CI_PLAIN_LIST to get list of messages from SCI.

Or click on the List button after filter in SCI results display screen.

You may also try with command %PC on the CI screen.

Regards,

Amit

Reward all helpful replies.

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
524

Execute program RS_CI_PLAIN_LIST to get list of messages from SCI.

Or click on the List button after filter in SCI results display screen.

You may also try with command %PC on the CI screen.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
523

Hi Amit,

Thanks for the response. RS_CI_PLAIN_LIST solved problem.

Can you please elaborate regarding the other %PC.

Regards,

Atish

Read only