‎2007 Dec 14 2:28 PM
In SE09 we have the possibility to run the code inspector at request level.
The variant of SCI used in this feature is named 'TRANSPORT'.
I can't change this variant because it's a standard object, and I can't associate another variant to this kind check (extended check in SE09).
But I want more checks of code inspector than the variant 'TRANSPORT' during release of CR.
If I define a new local variable named 'TRANSPORT' it will be used instead of the global?
Anyone of you knows how to resolve my issue?
Thanks,
Sergio
‎2007 Dec 14 7:15 PM
u can create a new variant with refrence to existed variant transport.
go so sci , give name at check varaint as a Ztrans, click on copy button its copies and in addition to that add req. checks for it.
‎2007 Dec 14 7:15 PM
u can create a new variant with refrence to existed variant transport.
go so sci , give name at check varaint as a Ztrans, click on copy button its copies and in addition to that add req. checks for it.
‎2010 Sep 18 3:34 PM
check table SCICHKV_ALTER
I could not find any other Customizing settings