If you want to perform Delta Merge manually, You can use below ways.
1. Using menu:
- In the Systems view, navigate to the table.
- In the context menu of the table, choose Perform Delta Merge.
- Choose OK.
2. Using SQL: run the below SQL.
MERGE DELTA OF '<table_name>'
To check the history of delta merge of a table... read more.
for more details on delta merge: http://sapway.com/WILLSYS/HANADB/deltamerge.pdf
To check the history of delta merge of a table... read more.
for more details on delta merge: http://sapway.com/WILLSYS/HANADB/deltamerge.pdf