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 Variant

Former Member
0 Likes
2,230

I have created custom variant ZSTANDARD via tcode SCI as per my customer naming standards and programming Guidelines.

Issue is when i am trying to run code inspector for my report it is picking up Default variant not the one i have created.

How do i change DEFAULT variant (provided by SAP) with my new variant ZSTANDARD so that everytime i run code inspector via SE38, it will display results of variant ZSTANDARD.

1 ACCEPTED SOLUTION
Read only

laurent_fournier2
Contributor
0 Likes
1,467

Hi there,

Please see note 1465965 and table SCICHKV_ALTER .

Regards.

PS : If table SCICHKV_ALTER does not exist in your system, either implement the above mentioned note or overwrite variant 'DEFAULT' with your desired settings and checks.

5 REPLIES 5
Read only

laurent_fournier2
Contributor
0 Likes
1,469

Hi there,

Please see note 1465965 and table SCICHKV_ALTER .

Regards.

PS : If table SCICHKV_ALTER does not exist in your system, either implement the above mentioned note or overwrite variant 'DEFAULT' with your desired settings and checks.

Read only

laurent_fournier2
Contributor
0 Likes
1,467

Another option is to execute the code inspector not within transaction SE38 ( default variant is always used there ) but from transaction SCI or SCII where you can choose the variant to use for the check.

Regards.

Read only

0 Likes
1,467

Thanks Laurent but thats just a temperory approach. Actually we are planning to set up custom variant for entire team so that whenever any one runs code inspector, he/she will get results based on client naming convention and programming standards.

Read only

0 Likes
1,467

In this case my first answer applies. Check to see if you have the table in your system. Follow the notes directions or overwrite the default variant with your onw.

Regards.

Read only

0 Likes
1,467

Yeah..Table doesn't exist in our system so will follow up Note directions..

Regards,

Deepti