Show TOC Start of Content Area

Background documentation unsyncdc  Locate the document in its SAP Library structure

Use

Removes the specified synced development component (DC) from the local disk.

Syntax

Syntax

unsyncdc [-compartment|-c compartmentName] -dcname|-n DC-name -dcvendor|-v DC-vendor

Options

 

-dcname|-n DC-name  

Name of the DC to be unsynced.

-dcvendor|-v DC-vendor

Vendor of the DC to be unsynced.

-compartment|-c compartmentName

The name of the compartment in which the DC to unsynced resides.

Description

Removes the specified synced DC from the local disk.

A development configuration must be already loaded.

Example

This command allows you to specify which DC to unsync. So the DC name, DC vendor and the compartment in which the DC resides has to be specified. In the example, the DC with name test from vendor mycompany.com in compartment archivecompartment is unsynced:

unsyncdc -n test -v mycompany.com -c archivecompartment

End of Content Area