Version: 17.0.0-alpha-3
Build #: 45051
Build Date: 2015-Aug-04 02:54:00 PM
Operating Environment: Windows 7 (6.1, amd64) / Cp1252 / en / US / Oracle Corporation 1.8.0_40-b26
Memory: Max=704,643,072; Total=363,855,872; Free=145,091,424; CPUs=8
Steps to reproduce:
Connect to SAPHANA
Create a table using following Script:
CREATE COLUMN TABLE "ABC" (
"c1" INTEGER GENERATED ALWAYS AS IDENTITY,
"c2" VARCHAR(25),
"c3" VARCHAR(25)
)
UNLOAD PRIORITY 5
GO
Go to Table "ABC" in tree node and expand it.
Select columns c1 and C2,Right click on it
Click on Delete/Script object to window As options
An Pop displayed with message "Selection of Scriptable Objects is Empty".
If you click on a single column and right click you will notice that columns aren't script-able objects for SAP Hana. This is currently working as designed.