I created data flow to load data from format(file) to SAP HANA table. The job can be executed successfully without error. But in the target ABAP table, the number of records are always less, while the row count in Monitor is right. I guess this is related to bulk loader, because the record number is always multiple to default commit size, 10000.
Could someone help explain it and tell me how to solve it. Thanks!