Entering content frame

Procedure documentation Creating a List of the DBM Commands Locate the document in its SAP Library structure

Use

You request the list of all DBM commands. In addition, you receive a short syntax description for all commands.

The list of displayed commands can be restricted via the parameter <command>. Only those commands are displayed which start with the specified character string.

Prerequisites

You do not need to log on to the Database Manager to execute this DBM command.

Syntax

help [-obsolete] <command>

Example

d:\v73>dbmcli help autosave

OK
autosave_cancel          (obsolete version of autolog_cancel)
autosave_off             (obsolete version of autolog_off)
autosave_on              (obsolete version of autolog_on)
autosave_show            (obsolete version of autolog_show)

Option

Specify the option -obsolete, to display exclusively the obsolete commands. The system displays a reference to the current name for each of these commands.

Example

d:\v73>dbmcli help -obsolete

OK
autosave_cancel          (obsolete version of autolog_cancel)
autosave_off             (obsolete version of autolog_off)
autosave_on              (obsolete version of autolog_on)
autosave_show            (obsolete version of autolog_show)
backup_save_cancel       (obsolete version of autolog_on)
backup_save_ignore       (obsolete version of backup_ignore)
.....

Reply

OK<NL>
<command_name> <description><NL>
<command_name> <description><NL>
...

In the event of errors, see Reply Format.

 

Leaving content frame