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: 

Code inspector - Release of transport

former_member75463
Participant
0 Kudos

Hi,

When we release the transport request, default variant of code inspector is executed.

Is there any customization for this ? If yes, were do we do setting for this? I need to use own created variant instead of default.

Regards,,,

Sunil Joyous

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can create your own default variant in transaction SCI. If you create a local variant instead of a global one and call it DEFAULT it will be used instead of the standard one.

Regards,

Nick

0 Kudos

Found the solution. table TRCHECK is used to decide which activities to be performed when we release transport.

Function TRINT_INSPECT_OBJECTS is used for the same purpose

0 Kudos

Just to complete it:

Note 1465965 provides customizing possibilities for this::

[https://service.sap.com/sap/support/notes/1465965]