Start of Content Area

Procedure documentation Changing the Standard Settings for Target Systems  Locate the document in its SAP Library structure

Use

If you want to change the standard settings (configured automatically when you created your non-ABAP systems or dual-stack systems), you must adjust the deployment parameters or add new parameters.

Prerequisites

You have created non-ABAP systems or dual-stack systems with automatically generated standard settings.

Procedure

 

       1.      Call transaction STMS.

       2.      Choose System Overview.

       3.      Select a system.

The screen Display TMS Configuration: System <SID> appears.

       4.      Choose the Transport Tool tab page.

       5.      Switch to change mode.

       6.      As required, add the following parameters that control the behavior of the source systems:

       DEPLOY_URL
If you need to deploy your software using Software Deployment Manager (SDM), specify the Software Deployment Manager URL in the target system:

http://<host of target system>:<5<system number>18>

Example

http://<MyTargetHost>:<50118>

Choose Goto ® SDM User/PW and enter a user and password with SDM authorization.

       DEPLOY_XI_URL
If you need to deploy your software to an SAP NetWeaver PI system, specify the URL of the SAP NetWeaver PI system in the target system as follows:

http://<host of target system>:<5<system number>00>

Choose Goto ® XI User/PW and enter a user and password with SAP NetWeaver PI authorization.

       DEPLOY_SLD_URL
If you need to deploy your software to an SAP NetWeaver System Landscape Directory (SLD) system, specify the URL of the SAP NetWeaver SLD system in the target system.

Choose Goto ® SLD User/PW and enter a user and password with SLD authorization.

       DEPLOY_WEB_SERVICE
Name of the Web service = CTSDEPLOY

       DEPLOY_DATA_SHARE
The directory where the CTS Deploy Web service accesses the data saved by the transport program
tp

Note

If the CTS Deploy Web service is not on the CTS server and is on another server instead, you have to change this parameter. The server on which the CTS Deploy Web service runs must be able to access the transport directory. Specify the directory used by the CTS Deploy Web service to access the ABAP transport directory.

       DEPLOY_OUTBOX
You can set this optional parameter in addition to the other deployment methods. It defines the directory to which the transport program
tp copies non-ABAP objects.

Note

You can use this parameter to run a manual deployment, after the import, for non-ABAP objects without automatic deployment methods (such as non-SAP objects).

Caution

If this is the only parameter you specify as a deployment method, you must delete the parameter DEPLOY_WEB_SERVICE.

       7.      Save your settings.

Caution

You must not define these parameters as global parameters. Make sure that the Global flag is not set for any of the parameters.

More Information

Defining and Configuring Non-ABAP Systems

Configuring Dual-Stack Systems

 

 

 

End of Content Area