Hi Kris (and others),
we are going to try to replicate this table again with a different reading type. But we did get a reply from SAP in how to stop an running Initial Load.
You have to stop the master job in transaction LTR, then in the hana studio you execute the SQL statement
insert into <schema>."RS_ORDER" values('<SID>','<hostname>','<tablename>',0,'C');
The values for <SID> and <hostname> are the ones that are displayed in the data provisioning perspective in the HANA studio. The hostname is the name of the SAP instance of the source system, usually something like <hostname>_<SID>_<system number>
depending on your DMIS version you might have to use the SQL statement "insert into <schema>."RS_ORDER" values('<SID>','<hostname>','<tablename>',0,'C','','','');"
after you restart the master job the table replication will be stopped and you can restart the initial load. The RS_ORDER table will be empty again after the restart of the master job.
Hopefully the replication problem will be solved as well now for us but I will let you know later. I just wanted to share this part already since it is not very good documented yet.
Kind Regards,
Nico...