Show TOC Start of Content Area

Background documentation packdcs  Locate the document in its SAP Library structure

Use

Creates DC archives like DC Interface Archives (DCIA) and DC Source Archives (DCSA) for a compartment. Usually, this command is called after the DC build and before export for assembly. It is part of a sequence of commands, which result in generating one or more SCA files. Note that for the DCSA packing, only the standard directories underneath the _comp folder of the DC are considered. If there are additional folders underneath the _comp folder that have to be used in the DCSA packing, use the option –i. The DCIA packing is linked to a build variant. If no build variant is specified then all build variants defined for the compartment are taken.

Syntax

Syntax

packdcs -compartment|-c ... [-buildvariant|-b ...]
[-dcname|-n ...] [-dcvendor|-v ...] [-include|-i ...]

Options

 

-compartment|-c

Compartment of the DC(s) to be packed.

[-buildvariant|-b]

If no build variant is specified, DC packing will be triggered for all build variants defined in the compartment.

[-dcname|-d]

Name of the DC to be packed.

[-dcvendor|-v]

Vendor of the DC to be packed.

[-include|-i]

List of folders underneath DC root folder that should be included in the source archive additionally.

Description

Creates a DC archive file.

Example

This command is used to create DC archives like DC Interface Archives (DCIA) and DC Source Archives (DCSA) for a compartment. Usually, packdcs is called after the DC build and before the command exportforassembly. It is part of a sequence of commands where one or several SCAs are created at the end. Note that for the DCSA packing, only the standard directories underneath the _comp folder of the DC are considered. If additional folders underneath the _comp folder should be taken for DCSA packing, the option –i can be used for specification. The DCIA packing is linked to a build variant. If no build variant is specified then all build variants defined for the compartment are taken.

 packdcs -c MyComponents -b default -i doc

End of Content Area