ap_cos_insert_sp

Inserts one particular setting of a configuration option for a database or a subsytstem. AbaPerls calls this when a subsystem is installed with DBBUILD or when the options for the subsystem/database are changed (i.e. DBBUILD -rebuild.)

You can use this procedure if you want to add a setting for a subsystem/database without running DBBUILD -rebuild. (Because you know the setting does not affect existing SQL objects or you don't want the setting to affect the old objects.)

@subsystem ap_subsystem
-- The subsystem. Pass NULL for setting on database level
@property ap_property
-- Database name for the configuration option. See the table abaconfigproperties
-- for translation
@name ap_property
-- Name of macro for the Macro and Undef options. Not applicable to other options.
@value sql_variant
-- Value for option. See the column abaconfigsettings.value for details.