cancel
Showing results for 
Search instead for 
Did you mean: 

HANA - Creating Views (not Information Model views) and Delivery Units

tkim1205
Explorer
0 Kudos

Hi all,

Got a question regarding HANA and the Catalog area.

Is there a way to build a View (not an Information Model View, just a regular View created with SQL) in the Catalog area, then package it in a Delivery Unit?

Thanks,

Tony

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anthony,

You can build Database views under Catalog.<Schema>.Views

You can create a view with syntax : Create View <schema name>.< View Name> as (

View definition

)

As far as I know, this database view you cannot bundle in a delivery unit. You can manually create in the target system provided all the underlying objects in the view are available.

Regards,

Aravind.