Triggers - as you already found - CREATE TRIGGER - SAP HANA SQL and System Views Reference - SAP Library
Calculated columns (aka generated columns) - CREATE TABLE - SAP HANA SQL and System Views Reference - SAP Library
--> look for "<col_gen_as_expression>" on this page.
Either way, you can fill a column with a value that depends on the current date or data of the current record.