Hi,
Does your user has the role sap.hana.uis.db::SITE_DESIGNER?
If not, grant this role to your user.
I guess you have created a xswidget, right? If not, this how you should do it:
1 . Right click on your project -> New -> Other
2. Choose the 'Widget' wizard
3. During the wizard, you will be asked to select the Specification file.
In addition (not related to this specific problem), don't forget to add a .xsapp file and .xsaccess file to your project in order to expose your Specification for Web access.
.xsapp is simply an empty with.
.xsaccess file content should be something like:
{
"exposed": true,
"auth_required": true
}
I hope this helps.
regards,
Zohar