Show TOC Start of Content Area

Background documentation unpacksca  Locate the document in its SAP Library structure

Use

Unpacks a Software Component Archive (SCA).

Syntax

Syntax

unpacksca [-excludedeployarchives|-exda] [-excludebuildarchives|-exba] [-excludesourcearchives|-exsa] [-extractmanifestfiles|-xmf] [-useoriginalpath|-uop] sourcefile targetdir

Options

 

[-excludedeployarchives|-exda]

No Software Delivery Archives (SDAs) will be unpacked.

[-excludebuildarchives|-exba]

No Component Build Service build archives will be unpacked.

[-excludesourcearchives|-exsa]

No source archives will be unpacked.

[-extractmanifestfiles|-xmf]

The manifest files will be extracted.

[-useoriginalpath|-uop]

By default, the content of the SCA is unpacked to the file system, accordingly to the archive structure. For example, every deploy archive is extracted flat to the directory DEPLOYARCHIVES. By using this option, the file structure of the source system is used for the unpacking process.

Arguments

 

sourcefile

The Software Component Archive (SCA) file to unpack.

targetdir

The location where to unpack the SCA file.

Description

Unpacks an SCA file.

Example

The SCA c:\di_test.sca is extracted into the directory c:\tmp:

unpacksca c:\di_test.sca c:\tmp

End of Content Area