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 Selection

Former Member
0 Likes
611

Hello,

I am trying to use the Code Inspector and I would like to check only specific Includes from a Function Group.

In my Object Set I specified the Function Group I wanted to scan (Tab Classes, Function Groups, etc.) and I specified the Include I wanted to specially verify in the Program Tab.

It takes a lot of time to run and I get a runtime error. I have about 10 Includes to check so it should not take that long.

Is there a way to combine 2 different selections in the standard selection fields without considering modifying the source code?

I've checked the Code Inspector documentation but did not really find something that could help me solve my problem.

Does anyone have a solution?

Thanks in advance.

Sylvain

4 REPLIES 4
Read only

Former Member
0 Likes
568

Hi Sylvain,

Try running the code inspector for individual includes (1 at a time) instead of running it for the entire function group

Regards,

Nimish

Read only

0 Likes
568

goto transaction SCII

this is to create a inspection (Same as what u do by pressing code inspector)

here u can specify the particular thing what u want to inspect in code inspector. and execute. i hope this will be helpful.

Read only

Former Member
0 Likes
568

Hi guys,

Thanks for the answers but it's not solving my problem.

Here is an example of the situation I am going through:

The SAP standard program SAPLYDEVCM contains a lot of standard Includes and some new Customer specific Includes that were added during the project.

I want to scan only the Customer Includes Y* and Z*. When I enter the specific Include names the Code Inspector scan all Includes of the main program SAPLYDEVCM and that is not what I want.

Is it possible to scan only the Customer Specific Includes?

I hope my example was clear enough.

Thanks for the help.

Regards,

Sylvain

Read only

0 Likes
568

hi..

Goto tcode: SCI

Create a object set.(Middle element in the TCode)

give a Object name . click create.

In the select object set tab.

u have some tabs at the below portion.

a tab is there called : Programs

there u can specify Z, Y, created by, type and all.

after creating... save it.

now come back..to tcode SCI.

create an inspection. use this object which u have created just before . click execute.

hope this helps.