Show TOC Start of Content Area

Background documentation exportproductversiondescription  Locate the document in its SAP Library structure

Use

Exports the System Landscape Directory (SLD) description of a given product version.

Syntax

Syntax

exportproductversiondescription -name|-n productname -vendor|-v productvendor -release|-r release -url sldurl -user|-u user -password|-pwd password targetfile

Options

 

-name|-n productname

The name of the product.

-vendor|-v productvendor

The vendor of the product.

-release|-r release

The release of the product.

-url sldurl

The URL of the SLD server that contains the description to be exported.

-user|-u user

The user that is used for the SLD connection.

-password|-pwd password

The password of the user used for the SLD connection.

Arguments

 

targetfile

The file name (including path) of the resulting SLD content archive.

Description

By using this command, the SLD description of a given product version is read from SLD and packed into an SLD-specific format. The created archive can be used for the SLD content import by calling the corresponding SLD UI functionality.

Example

The SLD description of the product Example_Product is exported from the given SLD

exportproductversiondescription –n Example_Product –v sap.com –r 7.1 –url http://localhost:50000 –u User –pwd Password c:\sldcontent.zip"

End of Content Area