Hi,
If you carry out the following, you should get the maximum size of the ID column:
SELECT MAX(LENGTH("ID")) FROM "HANA"."A";
Based on this value, ensure that the dictionary definition length for column "ID_1" is greater than this value.
Regads,
Gary