Show TOC Start of Content Area

Background documentation Commands of the CECLT  Locate the document in its SAP Library structure

There is a distinction between options and argument used in the commands. Options have a name and value, whereas arguments have only a value. In other words, options are named arguments. Therefore, the order of options in a command is free, whereas the order of arguments is predefined by the command syntax. The names are case-sensitive.

Options and arguments that are enclosed in brackets [..] are not mandatory for a command. Many commands allow using either a long or a short option name.

Note

You can use the command help to get an overview of the existing commands. To get information about a specific command, enter help <command name>. This will show the command syntax and a short description of the command.

CECLT Commands

Name of Command

Description

buildalldcs

DC-related command. Builds all development components.

builddc

DC-related command. Builds a specified development component.

buildlist

DC-related command. Lists the builds that have to be built.

buildusingdcs

DC-related command. Builds using DCs.

createsda

SDA-related command. Creates a Software Delivery Archive (SDA) based on a given SAP Java EE compliant archive.

dcwrap

Creates a DC that wraps build artifacts.

displaysca

SCA-related command. Displays information about a Software Component Archive (SCA).

exec

Executes the specified OS command in a separate process.

exportproductversiondescription

Exports the SLD description of a given product version.

exportscversiondescription

Exports the SLD description of a given software component version.

exit

Exits the application.

exportforassembly

DC-related command. Copies the DC archives into a folder structure that can be used by the packsca command to create an SCA.

help

Displays help information.

importconfig

Imports a development configuration.

importsca

Imports an SCA into a development configuration.

listavailabledcs

DC-related command. Shows all DCs that belong to the development configuration.

listbuildorder

DC-related command. Shows the order in which the DCs are built.

listbuildresults

DC-related command. Displays the build result.

listuseddcs

DC-related command. Shows build time used DCs.

listusingdcs

DC-related command. Shows which DCs are using the specified DC at build time.

loadconfig

DC-related command. Makes a development configuration available

packdcs

DC-related command. Creates DC Interface Archives (DCIA) and DC Source Archives (DCSA) for a compartment.

packsca

SCA-related command. Packages a Software Component Archive (SCA).

refresh

Refreshes information about locally available DCs.

script

Runs a set of commands from a script file.

showconfig

DC-related command. Displays development configuration content.

spool

Writes a trace to the specified trace file.

startup

Provides common options and arguments for application startup.

syncalldcs

Syncs the specified compartment(s) with the local disk.

syncddc

Syncs the specified DC with the local disk.

timing

Activates or deactivates commands execution time reporting.

unpacksca

SCA-related command. Unpacks a Software Component Archive (SCA).

unsyncalldcs

Removes the specified synced DCs from the local disk.

unsyncddc

Removes the specified synced DC from the local disk.

vars

Lists the currently defined global variables.

 

End of Content Area