Managing function-string classes includes creating, assigning, and dropping function-string classes.
Create a derived function-string class that inherits function strings from rs_default_function_class, rs_db2_function_class, or another parent class. Then, in the derived class, create only the function strings that you are interested in overriding.
Create a new function-string class and create function strings for all functions.
Customize function strings in rs_sqlserver_function_class.
Before you create customized function strings, you should decide in advance which of these approaches to take and set up your classes accordingly. Generally, it is preferable to customize function strings in derived classes rather than to customize function strings in the class rs_sqlserver_function_class. You must be using SAP Replication Server version 11.5 or later in order to create and deploy a derived function-string class that inherits function strings from other classes.