Show TOC Start of Content Area

Background documentation exportscversiondescription  Locate the document in its SAP Library structure

Use

Exports the System Landscape Directory (SLD) description of a given software component (SC) version.

Syntax

Syntax

exportscversiondescription -name|-n scname -vendor|-v scvendor -release|-r release -url sldurl -user|-u user -password|-pwd password [-includingrequiredscs|-icrsc] targetfile

Options

 

-name|-n scname

The name of the SC.

-vendor|-v scvendor

The vendor of the SC.

-release|-r release

The release of the SC.

-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.

[-includingrequiredscs|-icrsc]

If the option is set, the SLD description of the required SCs is exported, too.

Arguments

 

targetfile

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

Description

By using this command, the SLD description of a given software component 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 SC version Example_SC is exported from the given SLD:

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

End of Content Area