You can set up the replication from an SAP Business Suite application that runs on IBM DB2 UDB and contains cluster tables into SAP HANA database.
configure replication server set varbinary_strip_trailing_zeros to 'off'
alter connection to rds.rdb set sapsystemname to 'sid_adm_value'
For example, the SYSTEM NAME is D01. You must enter:
alter connection to rds.rdb set sapsystemname to 'D01'
alter connection to rds.rdb set schemamap with decluster from pds.pdb.primary_schema to HANA_schema
pdb_setreptable primary_schema.tablename, mark, owner go
where, primary_schema.tablename is the SAP table name.
rs_create_repdef primary_schema.tablename go
where, primary_schema.tablename is the name of the SAP DD table.
create subscription sub_name for table_repdef with replicate at rds.rdb without holdlock direct_load init replicate table with create_or_truncate user username password pass go
pdb_setreptable primary_schema.tablename, mark, owner go
where, primary_schema.tablename is the SAP table name.
rs_create_repdef primary_schema.tablename go
where, primary_schema.tablename is the name of the SAP table.
create subscription sub_name for table_repdef with replicate at rds.rdb without holdlock direct_load init replicate table with create_or_truncate user username password pass go
pdb_setreptable primary_schema.UMGPOCNV, mark, owner go
rs_create_repdef primary_schema.UMGPOCNV go
create subscription sub_name for table_repdef with replicate at rds.rdb without holdlock direct_load init replicate table with create_or_truncate user username password pass go