Show TOC

Procedure documentationConfiguring the Change and Transport System Locate this document in the navigation structure

 

Using the Change and Transport System (CTS) with SAP NetWeaver usage type PI is optional. You can use it to transport objects of the Enterprise Services Repository and the Integration Directory. If you want to use CTS, you must perform some configuration steps first.

Note Note

You can configure CTS for either repository objects or directory objects independently from each other.

End of the note.

The following sections only cover a basic and initial configuration of CTS for use with PI.

More information: Transporting Objects from SAP NetWeaver PI by Using CTS.

Recommendation Recommendation

Do not use CTS and the Change Management Service (CMS) at the same time, except when you migrate from CTS to CMS or vice versa.

More information about CMS: Configuring the Change Management Service.

End of the recommendation.

Procedure

Configuring the CTS-Based Export

The following properties are used to configure the CTS-based export:

  • com.sap.aii.[ibrep|ibdir].core.cts.enableClTransport = [true|false]:

    This property specifies whether the CTS-based transport should be offered within the change lists area

  • com.sap.aii.[ibrep|ibdir].core.cts.enableTransportWizard = [true|false]:

    This property specifies whether the CTS-based transport should be offered within the Transport Wizard area

To activate one of these properties, add (not replace) the following string to the client property com.sap.aii.ib.client.properties:

  • ', com.sap.aii.ibdir.core.cts.*, com.sap.aii.ibrep.core.cts.*'

    Example Example

    com.sap.aii.ibrep.core.cts.enableTransportWizard=true

    com.sap.aii.ibrep.core.cts.enableClTransport=true

    com.sap.aii.ibdir.core.cts.enableClTransport=true

    End of the example.