Show TOC

Enhanced Table Replication Definition Creation ProcessLocate this document in the navigation structure

Use configure replication server to set the new SAP Replication Server configuration parameters that improve the table replication definition creation process.

Syntax
configure replication server set <repserver_param> to '<value>'
Parameters
Table 1: Replication Server Configuration Parameters

repserver_param

Description

create_repdef_without_func

Set this to on to allow SAP Replication Server to create a table replication definition without creating the corresponding table level function and function strings. This decreases the time taken to create a table replication definition. Valid values are:
  • on (default)
  • off
Note If create_repdef_without_func is on and you want to customize a function string for a table replication definition, use the create function string command.

create_repdef_without_lock

Set this to on to allow SAP Replication Server to create table replication definitions for different tables in parallel. This decreases the time taken to create table replication definitions. Valid values are:
  • on
  • off (default)
Note If you want to create multiple replication definitions for a specific table, you must set create_repdef_without_lock to off.