Use sp_setreptable with the false parameter to turn off replication for the table.
sp_setreptable table_name, 'false'
See the Replication Agent documentation for instructions on disabling replication in non-SAP data servers.