Hi Vaithi,
Do you want tag it like standard content does to see classificated on SAP Hana Live Browser?
I took a look on views and found that this information came from table ACTIVE_TAGS with tag = fncViewLayer. I don't think it's possible to customize it so if you want you will insert it there like standard developers did:
select * from _SYS_REPO."ACTIVE_TAGS" where tag = 'fncViewLayer';
select * from _sys_bic."sap.hba.explorer.views/ViewsData"
where VIEWLAYER is not null;
Regards, Fernando Da Rós