Application Development 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: 

Error in code inspector

Former Member
0 Kudos

Hello ,

We are using Code inspector to check the quality of abap code

WE are facing one strange issue while executing code inspector using Inspection

We created one inspection with object set and in Object set there is only one transprot request

In that Transport request, we have only function group.

When we are executing this inspection, we are not getting any error.

But when we are executing code inspection on fucntion group program

we are getting many errors and warning..

Is anyone faced similar kind of issue?

Pl help.

2 REPLIES 2

adam_krawczyk1
Contributor
0 Kudos

Hi Archana,

Code inspector shows errors exactly for these items that are specified. If you have request transport that contains only some function modules from function group, then only these will be validated. But if you specify separately that you want to check function group, then everything inside it is validated.

Please check also if you are using same settings for check.

Regards,

Adam

former_member192616
Active Contributor
0 Kudos

Hi,

if you check a transport the check variant "TRANSPORT" is used.

id you check in SE37 (SE80, ...) the check variant "DEFAULT" is used.

In transaction SCI or SCII you can choose any variant (or create an adhoc one).

In table SCICHKV_ALTER you can customize an own variant which should be

your default or transport variant (map own ones over the original ones)

Kind regards,

Hermann