Entering content frame

Procedure documentation Displaying All Data for a Database Parameter Locate the document in its SAP Library structure

Use

You request all of the data stored for the database parameter identified as <parameter_name>.

Prerequisites

You have the DBM operator authorization ParamRead.

Syntax

param_getfull <parameter_name>

Example

Reply

The system outputs an OK message followed by all of the data for the parameter concerned.

OK<NL>
<type><NL>
<default><NL>
<value><NL>
<property> <value><NL>
<property> <value><NL>
...

HELP
<helpline><NL>
<helpline><NL>
...

EXPLAIN
<explainline><NL>
<explainline><NL>
...

Reply values

<type>

Data type of the parameter

<default>

System default value

<value>

Current value,
taken from the parameter file at the start of the session

<property>

Property of the Parameter

<helpline>

Help text

<explainline>

Explanatory text

In the event of errors, see Reply Format.

Leaving content frame