Start of Content Area

Function documentation Setting Registry Values  Locate the document in its SAP Library structure

Use

This function allows you to read and set values in the registry for the mobile device. 

Prerequisites

     The registry values are either of the type String or Integer.

     The user has the authorization to change the registry values.

     Possible registry values were added using the transactions MGMT_PARA_COND and MGMT_PARA.

Features

Which parameters can be used depends upon the configuration.

Parameters for REGISTRY

Parameters

Description

Possible Values

AGENT_MODE

Activate or deactivate monitoring

ON, OFF

AGENT_HISTORY

Activate or deactivate logging function

TRUE, FALSE

AGENT_HISTORY_INTERVAL

Define intervals for logging (in minutes)

<minutes>

AGENT_REPORT_ON_FIRST_CYCLE

Or AGENT_REPORT_ON_SECOND_CYCLE

Define synchronization cycle for sending data if the device is used by multiple users.

Set at least one of the parameters.

TRUE, FALSE

AGENT_TRIGGER_ON_SYNC_COUNT

Or

Define the number of synchronization cycles run before data is sent to server

Any integer

O – Never

1 – With every synchronization

2 – With every second synchronization

AGENT_TRIGGER_ON_SYNC_INTERVAL

and AGENT_TRIGGER_ON_SYNC_INTERVALTYPE

Determine the intervals (type and interval) with which the data is sent to server

Interval type:

M – Minutes

H – Hours

D – Days

Interval:

Any integer

O – Never

1 – In intervals of one minute, one hour, one day.

<Registry Key>

Registry key that is to be set or read.

<Value for the registry key>

 

Activities

You define the values for the parameters in a parameter set (see Defining the Parameter Sets). Use the REGISTRY type to set or read values in the registry.

 

End of Content Area