The SAP HANA information views support column store tables and virtual tables.
Row store tables are only supported in scripted calc. views and so are the system tables.
So, you could create a scripted calc view here.
The question remains: to what benefit?
Simply write SQL against the system view (btw: don't reference SYS but use the PUBLIC view instead as this is the official API here) and you're good to go.
- Lars