transportdestination importList

Definition

To import a list of transport destinations from an XML file into the database

Command Usage

Syntax

MS Windows: setup.bat transportdestination importList <FROM_FILE>

UNIX and Linux: ./setup.sh transportdestination importList <FROM_FILE>

Command Arguments
Name Definition
<FROM_FILE> The XML file (path and name) that contains the list of transport destinations to import into the database

Recommendation

See the XML schema definition that specifies the file format and enriches your user experience. Download it and use it in your favorite XML editor.

Detailed Information

This command allows you to import the list of transport destinations contained in an XML file into the back-end database system.

The list of transport destinations can contain zero or more transport destinations. A transport destination is an SAP CC system to which objects can be transported. Each transport destination defined in the file must respect the following rules:

  • It must have a unique alias
  • It must contain a not empty list of URLs, each element corresponding to the HTTP address of a dispatcher instance of the SAP CC system
  • It must contain a login and a password corresponding to an SAP CC user granted with the "Administrator" role
  • It may contain the alias of a certificate to use for secured transport operations

The transport destinations configured with this command can be used as target systems when transporting pricing catalog objects and technical objects from the current SAP CC system to other SAP CC systems.

File Format

See and use the XML schema definition (XSD) that specifies the format and syntax of the XML file to import. This user assistance facilitates your day-to-day tasks.

SAP User Experience

Implementation phase: customizing, system configuration, administration

Authorization

You must have the Administrator role in your SAP CC user profile.

In Scope

Management of the list of transport destinations
importList - To import a list of transport destinations from an XML file into the database
exportList - To export the list of transport destinations from the database to an XML file