Follow-up Question:
According to the HANA documentation the SQL command COMMENT ON COLUMN works for tables and views.
I tried the below statement.
COMMENT ON COLUMN "_SYS_BIC"."query_name"."MANDT" is 'Client';
It seems to execute fine however (no error message or such) but it doesn't change anything --> it says Rows Affected: 0
Any Suggestions (have several queries with many columns and wanted to use this short cit)
thanks
Elmar