A table, a function, a transaction, DDL, or a system stored procedure can be a replicated object. A database replication definition specifies filters for replicated objects—either including or excluding the same or entire replicated object from replication.
create database replication definition rep_1C with primary at PDS.pdb replicate tables in (table1, table2) not replicate functions in (fc_a) not replicate system procedures replicate transactions replicate DDL
See Replication Server Reference Manual > create database replication definition for complete syntax and usage information.